netbox/docs/release-notes/version-3.6.md
2023-06-22 10:55:12 -04:00

1.2 KiB

NetBox v3.6

v3.6.0 (FUTURE)

Breaking Changes

  • The napalm_driver and napalm_args fields (which were deprecated in v3.5) have been removed from the platform model.

Enhancements

  • #11305 - Add GPS coordinate fields to the device model
  • #12175 - Permit racks to start numbering at values greater than one

Other Changes

  • #9077 - Prevent the errant execution of dangerous instance methods in Django templates
  • #11766 - Remove obsolete custom ChoiceField and MultipleChoiceField classes
  • #12180 - All API endpoints for available objects (e.g. IP addresses) now inherit from a common parent view
  • #12794 - Avoid direct imports of Django's stock user model
  • #12320 - Remove obsolete fields napalm_driver and napalm_args from Platform