Skip to content

Commit 9c6c3d3

Browse files
committed
Update changelog
1 parent ab0442b commit 9c6c3d3

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/release-notes/version-3.6.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,27 @@ Management views for the following object types, previously available only under
2121

2222
The admin UI is scheduled for removal in NetBox v4.0.
2323

24+
#### Configurable Default Permissions ([#13038](https://github.com/netbox-community/netbox/issues/13038))
25+
26+
Administrators now have the option of configuring a set of default permissions to be applied to _all_ users, regardless of explicit permission or group assignment. This is accomplished by defining the `DEFAULT_PERMISSIONS` configuration parameter.
27+
2428
#### User Bookmarks ([#8248](https://github.com/netbox-community/netbox/issues/8248))
2529

2630
Users can now bookmark their most commonly-visited objects in NetBox. Bookmarks will display both on the dashboard (if configured) and on a user-specific bookmarks view.
2731

2832
#### Custom Field Choice Sets ([#12988](https://github.com/netbox-community/netbox/issues/12988))
2933

30-
Select and multi-select custom fields now employ discrete, reusable choice sets containing the valid options for each field. A choice set may be shared by multiple custom fields.
34+
Select and multi-select custom fields now employ discrete, reusable choice sets containing the valid options for each field. A choice set may be shared by multiple custom fields. Additionally, each choice within a set can now specify both a value and a human-friendly label (see [#13241](https://github.com/netbox-community/netbox/issues/13241)).
35+
36+
#### Pre-Defined Location Choices for Custom Fields ([#12194](https://github.com/netbox-community/netbox/issues/12194))
37+
38+
Users now have the option to employ one of several pre-defined choice sets when creating a custom field. These include:
39+
40+
* IATA airport codes
41+
* ISO 3166 country codes
42+
* UN/LOCODE identifiers
43+
44+
Extra choices may also be appended to the pre-defined sets as needed.
3145

3246
#### Restrict Tag Usage by Object Type ([#11541](https://github.com/netbox-community/netbox/issues/11541))
3347

@@ -40,10 +54,13 @@ Tags may now be restricted to use with designated object types. Tags that have n
4054
* [#10197](https://github.com/netbox-community/netbox/issues/10197) - Cache the number of member devices on each virtual chassis
4155
* [#11305](https://github.com/netbox-community/netbox/issues/11305) - Add GPS coordinate fields to the device model
4256
* [#12175](https://github.com/netbox-community/netbox/issues/12175) - Permit racks to start numbering at values greater than one
57+
* [#12210](https://github.com/netbox-community/netbox/issues/12210) - Add tenancy assignment for power feeds
58+
* [#13170](https://github.com/netbox-community/netbox/issues/13170) - Add `rf_role` to InterfaceTemplate
4359
* [#13269](https://github.com/netbox-community/netbox/issues/13269) - Cache the number of assigned component templates for device types
4460

4561
### Other Changes
4662

63+
* Work has begun on introducing translation and localization support in NetBox. This work is being performed in preparation for release 4.0.
4764
* [#9077](https://github.com/netbox-community/netbox/issues/9077) - Prevent the errant execution of dangerous instance methods in Django templates
4865
* [#11766](https://github.com/netbox-community/netbox/issues/11766) - Remove obsolete custom `ChoiceField` and `MultipleChoiceField` classes
4966
* [#12180](https://github.com/netbox-community/netbox/issues/12180) - All API endpoints for available objects (e.g. IP addresses) now inherit from a common parent view

0 commit comments

Comments
 (0)