Name | Modified | Size | Downloads / 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
andrange_end
parameters for/api/ipam/prefixes/<id>/available-ips/
. This replaces the use of theoffset
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 toCustomField.objects.get_for_model()
,ComputedField.objects.get_for_model()
, andRelationship.objects.get_for_model()
APIs. If set toFalse
these APIs will return a (potentially cached) list of records instead of a QuerySet. - #7633 - Added
populate_list_caches()
method toCustomField.objects
,ComputedField.objects
, andRelationship.objects
, which can be called to efficiently populate the caches used by theget_for_model()
methods whenget_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 ondcim.DeviceRole
,dcim.RackRole
, andipam.Role
records was not correctly copied to the corresponding createdextras.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 to2.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
- @gabrieldslacerda made their first contribution in https://github.com/nautobot/nautobot/pull/7575
- @jak3kaj made their first contribution in https://github.com/nautobot/nautobot/pull/7568
- @loulecrivain made their first contribution in https://github.com/nautobot/nautobot/pull/7348
Full Changelog: https://github.com/nautobot/nautobot/compare/v2.4.13...v2.4.14