github nautobot/nautobot v1.6.2
v1.6.2 - 2023-09-05

latest releases: v2.3.4, v2.3.3, v2.3.2...
12 months ago

Added

  • #3289 - Added documentation on factory data caching.
  • #3913 - Added url field to GraphQL objects.
  • #4201 - Added docs for InterfaceRedundancyGroup.
  • #4316 - Added management command "nautobot-server populate_platform_network_driver" to help update the Platform.network_driver field in bulk.
  • #4317 - Added tests for GraphQL url field.

Changed

  • #3212 - Updated Dynamic Group field filter/child group exclusivity error to be more noticeable.
  • #3949 - Moved DynamicGroup clean_filter() call from clean() to clean_fields(), which has the impact that it will still be called by full_clean() and validated_save() but no longer called on a simple clean().
  • #4216 - Changed the rendering of TagFilterField to prevent very slow rendering of pages when large numbers of tags are defined.
  • #4217 - Added a restriction that two Git repositories with the same remote_url cannot overlap in their provided_contents, as such cases are highly likely to introduce data conflicts.

Fixed

  • #3949 - Fixed a ValueError when editing an existing DynamicGroup that has invalid filter data.
  • #3949 - Fixed DynamicGroup.clean_fields() so that it will respect an exclude=["filter"] kwarg by not validating the filter field.
  • #4262 - Fixed warning message when trying to use bulk edit with no items selected.

Housekeeping

  • #4331 - Added a "housekeeping" subsection to the release-notes via towncrier.

Contributors

New Contributors

Full Changelog: v1.6.1...v1.6.2

Don't miss a new nautobot release

NewReleases is sending notifications on new releases.