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.6.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# NetBox v3.6
2
2
3
-
## v3.6.1 (FUTURE)
3
+
## v3.6.1 (2023-09-06)
4
4
5
5
### Enhancements
6
6
@@ -10,6 +10,7 @@
10
10
11
11
### Bug Fixes
12
12
13
+
*[#12553](https://github.com/netbox-community/netbox/issues/12552) - Ensure `family` attribute is always returned when creating aggregates and prefixes via REST API
13
14
*[#13619](https://github.com/netbox-community/netbox/issues/13619) - Fix exception when viewing IP address assigned to a virtual machine
14
15
*[#13596](https://github.com/netbox-community/netbox/issues/13596) - Always display "render config" tab for devices and virtual machines
15
16
*[#13620](https://github.com/netbox-community/netbox/issues/13620) - Show admin menu items only for staff users
@@ -20,6 +21,9 @@
20
21
*[#13632](https://github.com/netbox-community/netbox/issues/13632) - Avoid raising exception when checking if FHRP group IP address is primary
21
22
*[#13642](https://github.com/netbox-community/netbox/issues/13642) - Suppress warning about unreflected model changes when applying migrations
22
23
*[#13657](https://github.com/netbox-community/netbox/issues/13657) - Fix decoding of data file content
24
+
*[#13674](https://github.com/netbox-community/netbox/issues/13674) - Fix retrieving individual report via REST API
25
+
*[#13682](https://github.com/netbox-community/netbox/issues/13682) - Fix error message returned when validation of custom field default value fails
26
+
*[#13684](https://github.com/netbox-community/netbox/issues/13684) - Enable modying the configuration when maintenance mode is enabled
0 commit comments