|
1 | 1 | # NetBox v3.6 |
2 | 2 |
|
3 | | -## v3.6.0 (FUTURE) |
4 | | - |
5 | | -### Bug Fixes |
6 | | - |
7 | | -* [#13513](https://github.com/netbox-community/netbox/issues/13513) - Prevent exception when rendering bookmarks widget for anonymous user |
8 | | -* [#13599](https://github.com/netbox-community/netbox/issues/13599) - Fix errant counter increments when editing device/VM components |
9 | | -* [#13605](https://github.com/netbox-community/netbox/issues/13605) - Optimize cached counter migrations to avoid excessive memory consumption |
10 | | - |
11 | | ---- |
12 | | - |
13 | | -## v3.6-beta2 (2023-08-16) |
14 | | - |
15 | | -### Bug Fixes |
16 | | - |
17 | | -* [#13351](https://github.com/netbox-community/netbox/issues/13351) - Fix missing text due to incorrectly applied translation tags |
18 | | -* [#13361](https://github.com/netbox-community/netbox/issues/13361) - Extra choices field on custom field choice set form should not be required |
19 | | -* [#13363](https://github.com/netbox-community/netbox/issues/13363) - Fix API endpoint for custom field choice selector in forms |
20 | | -* [#13376](https://github.com/netbox-community/netbox/issues/13376) - Restrict add/remove tag fields by model on bulk edit forms |
21 | | -* [#13410](https://github.com/netbox-community/netbox/issues/13410) - Fix rendering of custom choice fields with large number of choices |
22 | | -* [#13433](https://github.com/netbox-community/netbox/issues/13433) - User field on API token form should be required |
23 | | -* [#13434](https://github.com/netbox-community/netbox/issues/13434) - Randomly generate initial keys prior to the creation of new tokens |
24 | | -* [#13437](https://github.com/netbox-community/netbox/issues/13437) - Display bookmark button only for relevant objects |
25 | | - |
26 | | ---- |
27 | | - |
28 | | -## v3.6-beta1 (2023-08-02) |
| 3 | +## v3.6.0 (2023-08-30) |
29 | 4 |
|
30 | 5 | ### Breaking Changes |
31 | 6 |
|
|
39 | 14 |
|
40 | 15 | ### New Features |
41 | 16 |
|
42 | | -#### Relocated Admin Views ([#12589](https://github.com/netbox-community/netbox/issues/12589), [#12590](https://github.com/netbox-community/netbox/issues/12590), [#12591](https://github.com/netbox-community/netbox/issues/12591), [#13044](https://github.com/netbox-community/netbox/issues/13044)) |
| 17 | +#### Relocated Admin UI Views ([#12589](https://github.com/netbox-community/netbox/issues/12589), [#12590](https://github.com/netbox-community/netbox/issues/12590), [#12591](https://github.com/netbox-community/netbox/issues/12591), [#13044](https://github.com/netbox-community/netbox/issues/13044)) |
43 | 18 |
|
44 | 19 | Management views for the following object types, previously available only under the backend admin interface, have been relocated to the primary user interface: |
45 | 20 |
|
@@ -96,6 +71,12 @@ Tags may now be restricted to use with designated object types. Tags that have n |
96 | 71 | * [#13170](https://github.com/netbox-community/netbox/issues/13170) - Add `rf_role` to InterfaceTemplate |
97 | 72 | * [#13269](https://github.com/netbox-community/netbox/issues/13269) - Cache the number of assigned component templates for device types |
98 | 73 |
|
| 74 | +### Bug Fixes |
| 75 | + |
| 76 | +* [#13513](https://github.com/netbox-community/netbox/issues/13513) - Prevent exception when rendering bookmarks widget for anonymous user |
| 77 | +* [#13599](https://github.com/netbox-community/netbox/issues/13599) - Fix errant counter increments when editing device/VM components |
| 78 | +* [#13605](https://github.com/netbox-community/netbox/issues/13605) - Optimize cached counter migrations to avoid excessive memory consumption |
| 79 | + |
99 | 80 | ### Other Changes |
100 | 81 |
|
101 | 82 | * Work has begun on introducing translation and localization support in NetBox. This work is being performed in preparation for release 4.0. |
|
0 commit comments