You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/version-3.1.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
### Breaking Changes
7
7
8
8
* The `tenant` and `tenant_id` filters for the Cable model now filter on the tenant assigned directly to each cable, rather than on the parent object of either termination.
9
-
* The `cable_peer` and `cable_peer_type` attributes of the interface model has been renamed to `link_peer` and `link_peer_type`, respectively, to accommodate wireless links.
9
+
* The `cable_peer` and `cable_peer_type` attributes of cable termination models have been renamed to `link_peer` and `link_peer_type`, respectively, to accommodate wireless links between interfaces.
10
10
11
11
### New Features
12
12
@@ -68,6 +68,7 @@ Multiple interfaces can be bridged to a single virtual interface to effect a bri
68
68
*[#6874](https://github.com/netbox-community/netbox/issues/6874) - Add tenant assignment for locations
69
69
*[#7354](https://github.com/netbox-community/netbox/issues/7354) - Relax uniqueness constraints on region, site group, and location names
70
70
*[#7530](https://github.com/netbox-community/netbox/issues/7530) - Move device type component lists to separate views
71
+
*[#7606](https://github.com/netbox-community/netbox/issues/7606) - Model transmit power for interfaces
71
72
72
73
### Other Changes
73
74
@@ -113,6 +114,7 @@ Multiple interfaces can be bridged to a single virtual interface to effect a bri
113
114
* Added `rf_channel` field
114
115
* Added `rf_channel_frequency` field
115
116
* Added `rf_chanel_width` field
117
+
* Added `tx_power` field
116
118
* Added `wwn` field
117
119
*`cable_peer` has been renamed to `link_peer`
118
120
*`cable_peer_type` has been renamed to `link_peer_type`
0 commit comments