Download Latest Version v2.4.14 - 2025-08-04 source code.tar.gz (66.0 MB)
Email in envelope

Get an email when there's a new version of Nautobot

Home / v2.4.14
Name Modified Size InfoDownloads / Week
Parent folder
nautobot-2.4.14-py3-none-any.whl 2025-08-04 44.2 MB
nautobot-2.4.14.tar.gz 2025-08-04 43.0 MB
README.md 2025-08-04 4.7 kB
v2.4.14 - 2025-08-04 source code.tar.gz 2025-08-04 66.0 MB
v2.4.14 - 2025-08-04 source code.zip 2025-08-04 67.1 MB
Totals: 5 Items   220.3 MB 3

What's Changed

Added in v2.4.14

  • #7278 - Added range_start and range_end parameters for /api/ipam/prefixes/<id>/available-ips/. This replaces the use of the offset parameter in this particular case.
  • #7479 - Added Bulk Edit functionality for the SecretsGroup model.
  • #7566 - Added Eaton and Raritan C39 power outlet type.
  • #7574 - Added 4 new choices in the Secret Type category of Secret Groups: "Authentication Key", "Authentication Protocol", "Private Key" and "Private Algorithm".
  • #7625 - Added an index to JobLogEntry to improve performance of Job Result logs.
  • #7633 - Added support for optional get_queryset boolean parameter to CustomField.objects.get_for_model(), ComputedField.objects.get_for_model(), and Relationship.objects.get_for_model() APIs. If set to False these APIs will return a (potentially cached) list of records instead of a QuerySet.
  • #7633 - Added populate_list_caches() method to CustomField.objects, ComputedField.objects, and Relationship.objects, which can be called to efficiently populate the caches used by the get_for_model() methods when get_queryset=False for all content-types.
  • #7633 - Added feature_models dict to the Nautobot registry for more efficient GraphQL schema generation.
  • #7633 - Added caching of generated search parameters for more efficient GraphQL schema generation.

Changed in v2.4.14

  • #7601 - Made network driver mappings dynamically find network driver keys.
  • #7611 - Added more verbose default output to nautobot-server migrate command.

Fixed in v2.4.14

  • #3609 - Fixed cluster_count not showing up on the API of /tenancy/tenants/.
  • #7577 - Fixed incorrect reference to Inventory Items under the Module documentation.
  • #7616 - Fixed a data-loss bug in the v1.x-to-v2.0 migration extras.0062_collect_roles_from_related_apps_roles in which custom-field data on dcim.DeviceRole, dcim.RackRole, and ipam.Role records was not correctly copied to the corresponding created extras.Role records.
  • #7633 - Greatly reduced the number of database queries made when generating the GraphQL schema.

Dependencies in v2.4.14

  • #7584 - Updated GitPython dependency to ~3.1.45.
  • #7584 - Updated nh3 dependency to ~0.2.22.
  • #7584 - Updated pyuwsgi dependency to 2.0.30.
  • #7601 - Updated dependency netutils minimum version to support ability for dynamic network driver mappings.

Housekeeping in v2.4.14

  • #7419 - Refactored GraphQLQuery model related UI views to use NautobotUIViewSet.
  • #7479 - Refactored SecretsGroup model related UI views to use NautobotUIViewSet.
  • #7500 - Refactored Rack model related UI views to use NautobotUIViewSet.
  • #7584 - Updated development dependency pymarkdownlnt to ~0.9.31.
  • #7584 - Updated documentation dependency mkdocs-material to ~9.6.16.

Contributors

  • @itdependsnetworks
  • @Pavan-183
  • @glennmatthews
  • @gabrieldslacerda
  • @qduk
  • @jak3kaj
  • @renovate[bot]
  • @gsnider2195
  • @loulecrivain

New Contributors

Full Changelog: https://github.com/nautobot/nautobot/compare/v2.4.13...v2.4.14

Source: README.md, updated 2025-08-04