nautobot 2.3.12__py3-none-any.whl → 2.3.14__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nautobot might be problematic. Click here for more details.
- nautobot/circuits/tables.py +2 -1
- nautobot/core/api/serializers.py +1 -0
- nautobot/core/celery/log.py +4 -4
- nautobot/core/filters.py +2 -0
- nautobot/core/jobs/cleanup.py +47 -11
- nautobot/core/models/tree_queries.py +5 -2
- nautobot/core/settings.py +1 -1
- nautobot/core/tables.py +60 -10
- nautobot/core/templates/search.html +7 -0
- nautobot/core/templatetags/helpers.py +7 -1
- nautobot/core/testing/api.py +5 -1
- nautobot/core/testing/filters.py +20 -5
- nautobot/core/tests/test_api.py +20 -0
- nautobot/core/tests/test_csv.py +25 -3
- nautobot/core/tests/test_utils.py +8 -0
- nautobot/core/utils/lookup.py +11 -8
- nautobot/dcim/api/views.py +3 -0
- nautobot/dcim/filters/__init__.py +26 -1
- nautobot/dcim/forms.py +10 -5
- nautobot/dcim/models/devices.py +1 -0
- nautobot/dcim/tests/test_filters.py +33 -0
- nautobot/dcim/tests/test_forms.py +51 -2
- nautobot/dcim/tests/test_views.py +6 -0
- nautobot/extras/api/serializers.py +1 -0
- nautobot/extras/api/views.py +2 -0
- nautobot/extras/forms/forms.py +2 -0
- nautobot/extras/forms/mixins.py +10 -2
- nautobot/extras/group_sync.py +3 -3
- nautobot/extras/jobs.py +6 -4
- nautobot/extras/plugins/__init__.py +13 -2
- nautobot/extras/tests/test_views.py +2 -0
- nautobot/ipam/lookups.py +101 -62
- nautobot/ipam/models.py +62 -11
- nautobot/ipam/tables.py +20 -6
- nautobot/ipam/tests/test_api.py +68 -1
- nautobot/ipam/tests/test_models.py +41 -0
- nautobot/ipam/tests/test_querysets.py +49 -1
- nautobot/ipam/utils/__init__.py +24 -0
- nautobot/ipam/views.py +61 -68
- nautobot/project-static/docs/404.html +1 -1
- nautobot/project-static/docs/apps/index.html +1 -1
- nautobot/project-static/docs/apps/nautobot-apps.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/__init__.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/admin.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/api.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/change_logging.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/choices.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/config.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/constants.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/datasources.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/exceptions.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/factory.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/filters.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/forms.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/graphql.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/jobs.html +7 -5
- nautobot/project-static/docs/code-reference/nautobot/apps/models.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/querysets.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/secrets.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/tables.html +197 -5
- nautobot/project-static/docs/code-reference/nautobot/apps/testing.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/ui.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/urls.html +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/utils.html +16 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/views.html +1 -1
- nautobot/project-static/docs/development/apps/api/configuration-view.html +1 -1
- nautobot/project-static/docs/development/apps/api/database-backend-config.html +1 -1
- nautobot/project-static/docs/development/apps/api/models/django-admin.html +1 -1
- nautobot/project-static/docs/development/apps/api/models/global-search.html +1 -1
- nautobot/project-static/docs/development/apps/api/models/graphql.html +1 -1
- nautobot/project-static/docs/development/apps/api/models/index.html +1 -1
- nautobot/project-static/docs/development/apps/api/nautobot-app-config.html +1 -1
- nautobot/project-static/docs/development/apps/api/platform-features/custom-validators.html +1 -1
- nautobot/project-static/docs/development/apps/api/platform-features/filter-extensions.html +1 -1
- nautobot/project-static/docs/development/apps/api/platform-features/git-repository-content.html +1 -1
- nautobot/project-static/docs/development/apps/api/platform-features/index.html +1 -1
- nautobot/project-static/docs/development/apps/api/platform-features/jinja2-filters.html +1 -1
- nautobot/project-static/docs/development/apps/api/platform-features/jobs.html +1 -1
- nautobot/project-static/docs/development/apps/api/platform-features/populating-extensibility-features.html +1 -1
- nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html +1 -1
- nautobot/project-static/docs/development/apps/api/platform-features/table-extensions.html +23 -4
- nautobot/project-static/docs/development/apps/api/platform-features/uniquely-identify-objects.html +1 -1
- nautobot/project-static/docs/development/apps/api/prometheus.html +1 -1
- nautobot/project-static/docs/development/apps/api/setup.html +1 -1
- nautobot/project-static/docs/development/apps/api/testing.html +1 -1
- nautobot/project-static/docs/development/apps/api/ui-extensions/banners.html +1 -1
- nautobot/project-static/docs/development/apps/api/ui-extensions/home-page.html +1 -1
- nautobot/project-static/docs/development/apps/api/ui-extensions/index.html +1 -1
- nautobot/project-static/docs/development/apps/api/ui-extensions/navigation.html +1 -1
- nautobot/project-static/docs/development/apps/api/ui-extensions/object-views.html +1 -1
- nautobot/project-static/docs/development/apps/api/views/base-template.html +1 -1
- nautobot/project-static/docs/development/apps/api/views/core-view-overrides.html +1 -1
- nautobot/project-static/docs/development/apps/api/views/django-generic-views.html +1 -1
- nautobot/project-static/docs/development/apps/api/views/help-documentation.html +1 -1
- nautobot/project-static/docs/development/apps/api/views/index.html +1 -1
- nautobot/project-static/docs/development/apps/api/views/nautobot-generic-views.html +1 -1
- nautobot/project-static/docs/development/apps/api/views/nautobotuiviewset.html +1 -1
- nautobot/project-static/docs/development/apps/api/views/nautobotuiviewsetrouter.html +1 -1
- nautobot/project-static/docs/development/apps/api/views/notes.html +1 -1
- nautobot/project-static/docs/development/apps/api/views/rest-api.html +1 -1
- nautobot/project-static/docs/development/apps/api/views/urls.html +1 -1
- nautobot/project-static/docs/development/apps/index.html +1 -1
- nautobot/project-static/docs/development/apps/migration/code-updates.html +1 -1
- nautobot/project-static/docs/development/apps/migration/dependency-updates.html +1 -1
- nautobot/project-static/docs/development/apps/migration/from-v1.html +1 -1
- nautobot/project-static/docs/development/apps/migration/model-updates/dcim.html +1 -1
- nautobot/project-static/docs/development/apps/migration/model-updates/extras.html +1 -1
- nautobot/project-static/docs/development/apps/migration/model-updates/global.html +1 -1
- nautobot/project-static/docs/development/apps/migration/model-updates/ipam.html +1 -1
- nautobot/project-static/docs/development/apps/porting-from-netbox.html +1 -1
- nautobot/project-static/docs/development/core/application-registry.html +1 -1
- nautobot/project-static/docs/development/core/best-practices.html +1 -1
- nautobot/project-static/docs/development/core/bootstrap-ui.html +1 -1
- nautobot/project-static/docs/development/core/caching.html +1 -1
- nautobot/project-static/docs/development/core/controllers.html +1 -1
- nautobot/project-static/docs/development/core/docker-compose-advanced-use-cases.html +1 -1
- nautobot/project-static/docs/development/core/generic-views.html +1 -1
- nautobot/project-static/docs/development/core/getting-started.html +154 -140
- nautobot/project-static/docs/development/core/homepage.html +1 -1
- nautobot/project-static/docs/development/core/index.html +1 -1
- nautobot/project-static/docs/development/core/model-checklist.html +1 -1
- nautobot/project-static/docs/development/core/model-features.html +1 -1
- nautobot/project-static/docs/development/core/natural-keys.html +1 -1
- nautobot/project-static/docs/development/core/navigation-menu.html +1 -1
- nautobot/project-static/docs/development/core/release-checklist.html +1 -1
- nautobot/project-static/docs/development/core/role-internals.html +1 -1
- nautobot/project-static/docs/development/core/settings.html +1 -1
- nautobot/project-static/docs/development/core/style-guide.html +1 -1
- nautobot/project-static/docs/development/core/templates.html +1 -1
- nautobot/project-static/docs/development/core/testing.html +1 -1
- nautobot/project-static/docs/development/core/user-preferences.html +1 -1
- nautobot/project-static/docs/development/index.html +1 -1
- nautobot/project-static/docs/development/jobs/index.html +142 -118
- nautobot/project-static/docs/development/jobs/migration/from-v1.html +1 -1
- nautobot/project-static/docs/index.html +1 -1
- nautobot/project-static/docs/objects.inv +0 -0
- nautobot/project-static/docs/overview/application_stack.html +1 -1
- nautobot/project-static/docs/overview/design_philosophy.html +1 -1
- nautobot/project-static/docs/release-notes/index.html +1 -1
- nautobot/project-static/docs/release-notes/version-1.0.html +1 -1
- nautobot/project-static/docs/release-notes/version-1.1.html +1 -1
- nautobot/project-static/docs/release-notes/version-1.2.html +1 -1
- nautobot/project-static/docs/release-notes/version-1.3.html +1 -1
- nautobot/project-static/docs/release-notes/version-1.4.html +1 -1
- nautobot/project-static/docs/release-notes/version-1.5.html +1 -1
- nautobot/project-static/docs/release-notes/version-1.6.html +614 -179
- nautobot/project-static/docs/release-notes/version-2.0.html +1 -1
- nautobot/project-static/docs/release-notes/version-2.1.html +1 -1
- nautobot/project-static/docs/release-notes/version-2.2.html +1 -1
- nautobot/project-static/docs/release-notes/version-2.3.html +553 -200
- nautobot/project-static/docs/requirements.txt +1 -1
- nautobot/project-static/docs/search/search_index.json +1 -1
- nautobot/project-static/docs/sitemap.xml +270 -270
- nautobot/project-static/docs/sitemap.xml.gz +0 -0
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html +1 -1
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/remote.html +1 -1
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html +3 -3
- nautobot/project-static/docs/user-guide/administration/configuration/index.html +1 -1
- nautobot/project-static/docs/user-guide/administration/configuration/redis.html +1 -1
- nautobot/project-static/docs/user-guide/administration/configuration/settings.html +1 -1
- nautobot/project-static/docs/user-guide/administration/configuration/time-zones.html +1 -1
- nautobot/project-static/docs/user-guide/administration/guides/celery-queues.html +1 -1
- nautobot/project-static/docs/user-guide/administration/guides/docker.html +1 -1
- nautobot/project-static/docs/user-guide/administration/guides/health-checks.html +1 -1
- nautobot/project-static/docs/user-guide/administration/guides/permissions.html +1 -1
- nautobot/project-static/docs/user-guide/administration/guides/prometheus-metrics.html +1 -1
- nautobot/project-static/docs/user-guide/administration/guides/replicating-nautobot.html +1 -1
- nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html +1 -1
- nautobot/project-static/docs/user-guide/administration/guides/s3-django-storage.html +1 -1
- nautobot/project-static/docs/user-guide/administration/guides/selinux-troubleshooting.html +1 -1
- nautobot/project-static/docs/user-guide/administration/installation/app-install.html +1 -1
- nautobot/project-static/docs/user-guide/administration/installation/external-authentication.html +1 -1
- nautobot/project-static/docs/user-guide/administration/installation/http-server.html +1 -1
- nautobot/project-static/docs/user-guide/administration/installation/index.html +1 -1
- nautobot/project-static/docs/user-guide/administration/installation/install_system.html +1 -1
- nautobot/project-static/docs/user-guide/administration/installation/nautobot.html +1 -1
- nautobot/project-static/docs/user-guide/administration/installation/services.html +1 -1
- nautobot/project-static/docs/user-guide/administration/migration/migrating-from-netbox.html +1 -1
- nautobot/project-static/docs/user-guide/administration/migration/migrating-from-postgresql.html +1 -1
- nautobot/project-static/docs/user-guide/administration/tools/nautobot-server.html +1 -1
- nautobot/project-static/docs/user-guide/administration/tools/nautobot-shell.html +1 -1
- nautobot/project-static/docs/user-guide/administration/upgrading/database-backup.html +1 -1
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/after-you-upgrade.html +1 -1
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/before-you-upgrade.html +1 -1
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/for-developers.html +1 -1
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/index.html +1 -1
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/whats-changed.html +1 -1
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/region-and-site-data-migration-guide.html +1 -1
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html +1 -1
- nautobot/project-static/docs/user-guide/administration/upgrading/upgrading.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuit.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittermination.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittype.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/circuits/provider.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/circuits/providernetwork.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloud.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudaccount.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetwork.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetworkprefixassignment.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudresourcetype.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservice.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservicenetworkassignment.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/cable.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleport.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleporttemplate.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverport.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverporttemplate.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/controller.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/controllermanageddevicegroup.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/device.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebay.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebaytemplate.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicefamily.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/deviceredundancygroup.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicetype.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/frontport.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/frontporttemplate.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interface.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interfaceredundancygroup.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interfacetemplate.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/inventoryitem.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/location.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/locationtype.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/manufacturer.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/module.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebay.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebaytemplate.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/moduletype.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/platform.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerfeed.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlet.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlettemplate.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerpanel.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerport.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerporttemplate.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rack.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rackgroup.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rackreservation.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rearport.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rearporttemplate.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareimagefile.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareversion.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/dcim/virtualchassis.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/extras/configcontext.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/extras/configcontextschema.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/extras/contact.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/extras/team.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/ipam/ipaddress.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/ipam/namespace.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/ipam/prefix.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/ipam/rir.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/ipam/routetarget.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/ipam/service.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vlan.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vlangroup.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vrf.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/overview/introduction.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenant.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenantgroup.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/cluster.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustergroup.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustertype.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/virtualmachine.html +1 -1
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/vminterface.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/contacts-and-teams.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/custom-fields.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-devices.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-location-types-and-locations.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/index.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/interfaces.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/ipam.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/platforms.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/search-bar.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/tenants.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/vlans-and-vlan-groups.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/git-data-source.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/graphql.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/ip-address-merge-tool.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/relationships.html +1 -1
- nautobot/project-static/docs/user-guide/feature-guides/software-image-files-and-versions.html +1 -1
- nautobot/project-static/docs/user-guide/index.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/change-logging.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/computedfield.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/customfield.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/customlink.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/dynamicgroup.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/exporttemplate.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/externalintegration.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/gitrepository.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/graphql.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/graphqlquery.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/imageattachment.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/index.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/job-scheduling-and-approvals.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobbutton.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobhook.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/models.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/napalm.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/note.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/objectmetadata.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/relationship.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/authentication.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/filtering.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/overview.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/ui-related-endpoints.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/role.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/savedview.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/secret.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/staticgroupassociation.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/status.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/tag.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/template-filters.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/users/objectpermission.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/users/token.html +1 -1
- nautobot/project-static/docs/user-guide/platform-functionality/webhook.html +1 -1
- nautobot/users/api/serializers.py +1 -0
- nautobot/virtualization/filters.py +19 -2
- nautobot/virtualization/tests/test_filters.py +9 -0
- {nautobot-2.3.12.dist-info → nautobot-2.3.14.dist-info}/METADATA +3 -3
- {nautobot-2.3.12.dist-info → nautobot-2.3.14.dist-info}/RECORD +324 -324
- {nautobot-2.3.12.dist-info → nautobot-2.3.14.dist-info}/LICENSE.txt +0 -0
- {nautobot-2.3.12.dist-info → nautobot-2.3.14.dist-info}/NOTICE +0 -0
- {nautobot-2.3.12.dist-info → nautobot-2.3.14.dist-info}/WHEEL +0 -0
- {nautobot-2.3.12.dist-info → nautobot-2.3.14.dist-info}/entry_points.txt +0 -0
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
<link rel="icon" href="../assets/favicon.ico">
|
|
21
|
-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.
|
|
21
|
+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.48">
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
@@ -8257,13 +8257,13 @@
|
|
|
8257
8257
|
</li>
|
|
8258
8258
|
|
|
8259
8259
|
<li class="md-nav__item">
|
|
8260
|
-
<a href="#
|
|
8260
|
+
<a href="#v2314-2024-12-19" class="md-nav__link">
|
|
8261
8261
|
<span class="md-ellipsis">
|
|
8262
|
-
v2.3.
|
|
8262
|
+
v2.3.14 (2024-12-19)
|
|
8263
8263
|
</span>
|
|
8264
8264
|
</a>
|
|
8265
8265
|
|
|
8266
|
-
<nav class="md-nav" aria-label="v2.3.
|
|
8266
|
+
<nav class="md-nav" aria-label="v2.3.14 (2024-12-19)">
|
|
8267
8267
|
<ul class="md-nav__list">
|
|
8268
8268
|
|
|
8269
8269
|
<li class="md-nav__item">
|
|
@@ -8273,6 +8273,15 @@
|
|
|
8273
8273
|
</span>
|
|
8274
8274
|
</a>
|
|
8275
8275
|
|
|
8276
|
+
</li>
|
|
8277
|
+
|
|
8278
|
+
<li class="md-nav__item">
|
|
8279
|
+
<a href="#changed_1" class="md-nav__link">
|
|
8280
|
+
<span class="md-ellipsis">
|
|
8281
|
+
Changed
|
|
8282
|
+
</span>
|
|
8283
|
+
</a>
|
|
8284
|
+
|
|
8276
8285
|
</li>
|
|
8277
8286
|
|
|
8278
8287
|
<li class="md-nav__item">
|
|
@@ -8282,6 +8291,75 @@
|
|
|
8282
8291
|
</span>
|
|
8283
8292
|
</a>
|
|
8284
8293
|
|
|
8294
|
+
</li>
|
|
8295
|
+
|
|
8296
|
+
<li class="md-nav__item">
|
|
8297
|
+
<a href="#documentation" class="md-nav__link">
|
|
8298
|
+
<span class="md-ellipsis">
|
|
8299
|
+
Documentation
|
|
8300
|
+
</span>
|
|
8301
|
+
</a>
|
|
8302
|
+
|
|
8303
|
+
</li>
|
|
8304
|
+
|
|
8305
|
+
<li class="md-nav__item">
|
|
8306
|
+
<a href="#housekeeping" class="md-nav__link">
|
|
8307
|
+
<span class="md-ellipsis">
|
|
8308
|
+
Housekeeping
|
|
8309
|
+
</span>
|
|
8310
|
+
</a>
|
|
8311
|
+
|
|
8312
|
+
</li>
|
|
8313
|
+
|
|
8314
|
+
</ul>
|
|
8315
|
+
</nav>
|
|
8316
|
+
|
|
8317
|
+
</li>
|
|
8318
|
+
|
|
8319
|
+
<li class="md-nav__item">
|
|
8320
|
+
<a href="#v2313-2024-12-10" class="md-nav__link">
|
|
8321
|
+
<span class="md-ellipsis">
|
|
8322
|
+
v2.3.13 (2024-12-10)
|
|
8323
|
+
</span>
|
|
8324
|
+
</a>
|
|
8325
|
+
|
|
8326
|
+
<nav class="md-nav" aria-label="v2.3.13 (2024-12-10)">
|
|
8327
|
+
<ul class="md-nav__list">
|
|
8328
|
+
|
|
8329
|
+
<li class="md-nav__item">
|
|
8330
|
+
<a href="#security" class="md-nav__link">
|
|
8331
|
+
<span class="md-ellipsis">
|
|
8332
|
+
Security
|
|
8333
|
+
</span>
|
|
8334
|
+
</a>
|
|
8335
|
+
|
|
8336
|
+
</li>
|
|
8337
|
+
|
|
8338
|
+
<li class="md-nav__item">
|
|
8339
|
+
<a href="#added_2" class="md-nav__link">
|
|
8340
|
+
<span class="md-ellipsis">
|
|
8341
|
+
Added
|
|
8342
|
+
</span>
|
|
8343
|
+
</a>
|
|
8344
|
+
|
|
8345
|
+
</li>
|
|
8346
|
+
|
|
8347
|
+
<li class="md-nav__item">
|
|
8348
|
+
<a href="#changed_2" class="md-nav__link">
|
|
8349
|
+
<span class="md-ellipsis">
|
|
8350
|
+
Changed
|
|
8351
|
+
</span>
|
|
8352
|
+
</a>
|
|
8353
|
+
|
|
8354
|
+
</li>
|
|
8355
|
+
|
|
8356
|
+
<li class="md-nav__item">
|
|
8357
|
+
<a href="#fixed_1" class="md-nav__link">
|
|
8358
|
+
<span class="md-ellipsis">
|
|
8359
|
+
Fixed
|
|
8360
|
+
</span>
|
|
8361
|
+
</a>
|
|
8362
|
+
|
|
8285
8363
|
</li>
|
|
8286
8364
|
|
|
8287
8365
|
<li class="md-nav__item">
|
|
@@ -8294,7 +8372,7 @@
|
|
|
8294
8372
|
</li>
|
|
8295
8373
|
|
|
8296
8374
|
<li class="md-nav__item">
|
|
8297
|
-
<a href="#
|
|
8375
|
+
<a href="#documentation_1" class="md-nav__link">
|
|
8298
8376
|
<span class="md-ellipsis">
|
|
8299
8377
|
Documentation
|
|
8300
8378
|
</span>
|
|
@@ -8303,7 +8381,67 @@
|
|
|
8303
8381
|
</li>
|
|
8304
8382
|
|
|
8305
8383
|
<li class="md-nav__item">
|
|
8306
|
-
<a href="#
|
|
8384
|
+
<a href="#housekeeping_1" class="md-nav__link">
|
|
8385
|
+
<span class="md-ellipsis">
|
|
8386
|
+
Housekeeping
|
|
8387
|
+
</span>
|
|
8388
|
+
</a>
|
|
8389
|
+
|
|
8390
|
+
</li>
|
|
8391
|
+
|
|
8392
|
+
</ul>
|
|
8393
|
+
</nav>
|
|
8394
|
+
|
|
8395
|
+
</li>
|
|
8396
|
+
|
|
8397
|
+
<li class="md-nav__item">
|
|
8398
|
+
<a href="#v2312-2024-11-25" class="md-nav__link">
|
|
8399
|
+
<span class="md-ellipsis">
|
|
8400
|
+
v2.3.12 (2024-11-25)
|
|
8401
|
+
</span>
|
|
8402
|
+
</a>
|
|
8403
|
+
|
|
8404
|
+
<nav class="md-nav" aria-label="v2.3.12 (2024-11-25)">
|
|
8405
|
+
<ul class="md-nav__list">
|
|
8406
|
+
|
|
8407
|
+
<li class="md-nav__item">
|
|
8408
|
+
<a href="#added_3" class="md-nav__link">
|
|
8409
|
+
<span class="md-ellipsis">
|
|
8410
|
+
Added
|
|
8411
|
+
</span>
|
|
8412
|
+
</a>
|
|
8413
|
+
|
|
8414
|
+
</li>
|
|
8415
|
+
|
|
8416
|
+
<li class="md-nav__item">
|
|
8417
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
8418
|
+
<span class="md-ellipsis">
|
|
8419
|
+
Fixed
|
|
8420
|
+
</span>
|
|
8421
|
+
</a>
|
|
8422
|
+
|
|
8423
|
+
</li>
|
|
8424
|
+
|
|
8425
|
+
<li class="md-nav__item">
|
|
8426
|
+
<a href="#dependencies_2" class="md-nav__link">
|
|
8427
|
+
<span class="md-ellipsis">
|
|
8428
|
+
Dependencies
|
|
8429
|
+
</span>
|
|
8430
|
+
</a>
|
|
8431
|
+
|
|
8432
|
+
</li>
|
|
8433
|
+
|
|
8434
|
+
<li class="md-nav__item">
|
|
8435
|
+
<a href="#documentation_2" class="md-nav__link">
|
|
8436
|
+
<span class="md-ellipsis">
|
|
8437
|
+
Documentation
|
|
8438
|
+
</span>
|
|
8439
|
+
</a>
|
|
8440
|
+
|
|
8441
|
+
</li>
|
|
8442
|
+
|
|
8443
|
+
<li class="md-nav__item">
|
|
8444
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
8307
8445
|
<span class="md-ellipsis">
|
|
8308
8446
|
Housekeeping
|
|
8309
8447
|
</span>
|
|
@@ -8327,7 +8465,7 @@
|
|
|
8327
8465
|
<ul class="md-nav__list">
|
|
8328
8466
|
|
|
8329
8467
|
<li class="md-nav__item">
|
|
8330
|
-
<a href="#
|
|
8468
|
+
<a href="#added_4" class="md-nav__link">
|
|
8331
8469
|
<span class="md-ellipsis">
|
|
8332
8470
|
Added
|
|
8333
8471
|
</span>
|
|
@@ -8336,7 +8474,7 @@
|
|
|
8336
8474
|
</li>
|
|
8337
8475
|
|
|
8338
8476
|
<li class="md-nav__item">
|
|
8339
|
-
<a href="#
|
|
8477
|
+
<a href="#changed_3" class="md-nav__link">
|
|
8340
8478
|
<span class="md-ellipsis">
|
|
8341
8479
|
Changed
|
|
8342
8480
|
</span>
|
|
@@ -8345,7 +8483,7 @@
|
|
|
8345
8483
|
</li>
|
|
8346
8484
|
|
|
8347
8485
|
<li class="md-nav__item">
|
|
8348
|
-
<a href="#
|
|
8486
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
8349
8487
|
<span class="md-ellipsis">
|
|
8350
8488
|
Fixed
|
|
8351
8489
|
</span>
|
|
@@ -8354,7 +8492,7 @@
|
|
|
8354
8492
|
</li>
|
|
8355
8493
|
|
|
8356
8494
|
<li class="md-nav__item">
|
|
8357
|
-
<a href="#
|
|
8495
|
+
<a href="#documentation_3" class="md-nav__link">
|
|
8358
8496
|
<span class="md-ellipsis">
|
|
8359
8497
|
Documentation
|
|
8360
8498
|
</span>
|
|
@@ -8363,7 +8501,7 @@
|
|
|
8363
8501
|
</li>
|
|
8364
8502
|
|
|
8365
8503
|
<li class="md-nav__item">
|
|
8366
|
-
<a href="#
|
|
8504
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
8367
8505
|
<span class="md-ellipsis">
|
|
8368
8506
|
Housekeeping
|
|
8369
8507
|
</span>
|
|
@@ -8387,7 +8525,7 @@
|
|
|
8387
8525
|
<ul class="md-nav__list">
|
|
8388
8526
|
|
|
8389
8527
|
<li class="md-nav__item">
|
|
8390
|
-
<a href="#
|
|
8528
|
+
<a href="#added_5" class="md-nav__link">
|
|
8391
8529
|
<span class="md-ellipsis">
|
|
8392
8530
|
Added
|
|
8393
8531
|
</span>
|
|
@@ -8396,7 +8534,7 @@
|
|
|
8396
8534
|
</li>
|
|
8397
8535
|
|
|
8398
8536
|
<li class="md-nav__item">
|
|
8399
|
-
<a href="#
|
|
8537
|
+
<a href="#changed_4" class="md-nav__link">
|
|
8400
8538
|
<span class="md-ellipsis">
|
|
8401
8539
|
Changed
|
|
8402
8540
|
</span>
|
|
@@ -8405,7 +8543,7 @@
|
|
|
8405
8543
|
</li>
|
|
8406
8544
|
|
|
8407
8545
|
<li class="md-nav__item">
|
|
8408
|
-
<a href="#
|
|
8546
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
8409
8547
|
<span class="md-ellipsis">
|
|
8410
8548
|
Fixed
|
|
8411
8549
|
</span>
|
|
@@ -8414,7 +8552,7 @@
|
|
|
8414
8552
|
</li>
|
|
8415
8553
|
|
|
8416
8554
|
<li class="md-nav__item">
|
|
8417
|
-
<a href="#
|
|
8555
|
+
<a href="#dependencies_3" class="md-nav__link">
|
|
8418
8556
|
<span class="md-ellipsis">
|
|
8419
8557
|
Dependencies
|
|
8420
8558
|
</span>
|
|
@@ -8423,7 +8561,7 @@
|
|
|
8423
8561
|
</li>
|
|
8424
8562
|
|
|
8425
8563
|
<li class="md-nav__item">
|
|
8426
|
-
<a href="#
|
|
8564
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
8427
8565
|
<span class="md-ellipsis">
|
|
8428
8566
|
Housekeeping
|
|
8429
8567
|
</span>
|
|
@@ -8447,7 +8585,7 @@
|
|
|
8447
8585
|
<ul class="md-nav__list">
|
|
8448
8586
|
|
|
8449
8587
|
<li class="md-nav__item">
|
|
8450
|
-
<a href="#
|
|
8588
|
+
<a href="#added_6" class="md-nav__link">
|
|
8451
8589
|
<span class="md-ellipsis">
|
|
8452
8590
|
Added
|
|
8453
8591
|
</span>
|
|
@@ -8456,7 +8594,7 @@
|
|
|
8456
8594
|
</li>
|
|
8457
8595
|
|
|
8458
8596
|
<li class="md-nav__item">
|
|
8459
|
-
<a href="#
|
|
8597
|
+
<a href="#changed_5" class="md-nav__link">
|
|
8460
8598
|
<span class="md-ellipsis">
|
|
8461
8599
|
Changed
|
|
8462
8600
|
</span>
|
|
@@ -8465,7 +8603,7 @@
|
|
|
8465
8603
|
</li>
|
|
8466
8604
|
|
|
8467
8605
|
<li class="md-nav__item">
|
|
8468
|
-
<a href="#
|
|
8606
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
8469
8607
|
<span class="md-ellipsis">
|
|
8470
8608
|
Fixed
|
|
8471
8609
|
</span>
|
|
@@ -8474,7 +8612,7 @@
|
|
|
8474
8612
|
</li>
|
|
8475
8613
|
|
|
8476
8614
|
<li class="md-nav__item">
|
|
8477
|
-
<a href="#
|
|
8615
|
+
<a href="#dependencies_4" class="md-nav__link">
|
|
8478
8616
|
<span class="md-ellipsis">
|
|
8479
8617
|
Dependencies
|
|
8480
8618
|
</span>
|
|
@@ -8483,7 +8621,7 @@
|
|
|
8483
8621
|
</li>
|
|
8484
8622
|
|
|
8485
8623
|
<li class="md-nav__item">
|
|
8486
|
-
<a href="#
|
|
8624
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
8487
8625
|
<span class="md-ellipsis">
|
|
8488
8626
|
Housekeeping
|
|
8489
8627
|
</span>
|
|
@@ -8507,7 +8645,7 @@
|
|
|
8507
8645
|
<ul class="md-nav__list">
|
|
8508
8646
|
|
|
8509
8647
|
<li class="md-nav__item">
|
|
8510
|
-
<a href="#
|
|
8648
|
+
<a href="#fixed_6" class="md-nav__link">
|
|
8511
8649
|
<span class="md-ellipsis">
|
|
8512
8650
|
Fixed
|
|
8513
8651
|
</span>
|
|
@@ -8531,7 +8669,7 @@
|
|
|
8531
8669
|
<ul class="md-nav__list">
|
|
8532
8670
|
|
|
8533
8671
|
<li class="md-nav__item">
|
|
8534
|
-
<a href="#
|
|
8672
|
+
<a href="#added_7" class="md-nav__link">
|
|
8535
8673
|
<span class="md-ellipsis">
|
|
8536
8674
|
Added
|
|
8537
8675
|
</span>
|
|
@@ -8540,7 +8678,7 @@
|
|
|
8540
8678
|
</li>
|
|
8541
8679
|
|
|
8542
8680
|
<li class="md-nav__item">
|
|
8543
|
-
<a href="#
|
|
8681
|
+
<a href="#changed_6" class="md-nav__link">
|
|
8544
8682
|
<span class="md-ellipsis">
|
|
8545
8683
|
Changed
|
|
8546
8684
|
</span>
|
|
@@ -8549,7 +8687,7 @@
|
|
|
8549
8687
|
</li>
|
|
8550
8688
|
|
|
8551
8689
|
<li class="md-nav__item">
|
|
8552
|
-
<a href="#
|
|
8690
|
+
<a href="#fixed_7" class="md-nav__link">
|
|
8553
8691
|
<span class="md-ellipsis">
|
|
8554
8692
|
Fixed
|
|
8555
8693
|
</span>
|
|
@@ -8558,7 +8696,7 @@
|
|
|
8558
8696
|
</li>
|
|
8559
8697
|
|
|
8560
8698
|
<li class="md-nav__item">
|
|
8561
|
-
<a href="#
|
|
8699
|
+
<a href="#dependencies_5" class="md-nav__link">
|
|
8562
8700
|
<span class="md-ellipsis">
|
|
8563
8701
|
Dependencies
|
|
8564
8702
|
</span>
|
|
@@ -8567,7 +8705,7 @@
|
|
|
8567
8705
|
</li>
|
|
8568
8706
|
|
|
8569
8707
|
<li class="md-nav__item">
|
|
8570
|
-
<a href="#
|
|
8708
|
+
<a href="#housekeeping_6" class="md-nav__link">
|
|
8571
8709
|
<span class="md-ellipsis">
|
|
8572
8710
|
Housekeeping
|
|
8573
8711
|
</span>
|
|
@@ -8591,7 +8729,7 @@
|
|
|
8591
8729
|
<ul class="md-nav__list">
|
|
8592
8730
|
|
|
8593
8731
|
<li class="md-nav__item">
|
|
8594
|
-
<a href="#
|
|
8732
|
+
<a href="#added_8" class="md-nav__link">
|
|
8595
8733
|
<span class="md-ellipsis">
|
|
8596
8734
|
Added
|
|
8597
8735
|
</span>
|
|
@@ -8600,7 +8738,7 @@
|
|
|
8600
8738
|
</li>
|
|
8601
8739
|
|
|
8602
8740
|
<li class="md-nav__item">
|
|
8603
|
-
<a href="#
|
|
8741
|
+
<a href="#fixed_8" class="md-nav__link">
|
|
8604
8742
|
<span class="md-ellipsis">
|
|
8605
8743
|
Fixed
|
|
8606
8744
|
</span>
|
|
@@ -8609,7 +8747,7 @@
|
|
|
8609
8747
|
</li>
|
|
8610
8748
|
|
|
8611
8749
|
<li class="md-nav__item">
|
|
8612
|
-
<a href="#
|
|
8750
|
+
<a href="#documentation_4" class="md-nav__link">
|
|
8613
8751
|
<span class="md-ellipsis">
|
|
8614
8752
|
Documentation
|
|
8615
8753
|
</span>
|
|
@@ -8618,7 +8756,7 @@
|
|
|
8618
8756
|
</li>
|
|
8619
8757
|
|
|
8620
8758
|
<li class="md-nav__item">
|
|
8621
|
-
<a href="#
|
|
8759
|
+
<a href="#housekeeping_7" class="md-nav__link">
|
|
8622
8760
|
<span class="md-ellipsis">
|
|
8623
8761
|
Housekeeping
|
|
8624
8762
|
</span>
|
|
@@ -8642,7 +8780,7 @@
|
|
|
8642
8780
|
<ul class="md-nav__list">
|
|
8643
8781
|
|
|
8644
8782
|
<li class="md-nav__item">
|
|
8645
|
-
<a href="#
|
|
8783
|
+
<a href="#added_9" class="md-nav__link">
|
|
8646
8784
|
<span class="md-ellipsis">
|
|
8647
8785
|
Added
|
|
8648
8786
|
</span>
|
|
@@ -8651,7 +8789,7 @@
|
|
|
8651
8789
|
</li>
|
|
8652
8790
|
|
|
8653
8791
|
<li class="md-nav__item">
|
|
8654
|
-
<a href="#
|
|
8792
|
+
<a href="#changed_7" class="md-nav__link">
|
|
8655
8793
|
<span class="md-ellipsis">
|
|
8656
8794
|
Changed
|
|
8657
8795
|
</span>
|
|
@@ -8660,7 +8798,7 @@
|
|
|
8660
8798
|
</li>
|
|
8661
8799
|
|
|
8662
8800
|
<li class="md-nav__item">
|
|
8663
|
-
<a href="#
|
|
8801
|
+
<a href="#fixed_9" class="md-nav__link">
|
|
8664
8802
|
<span class="md-ellipsis">
|
|
8665
8803
|
Fixed
|
|
8666
8804
|
</span>
|
|
@@ -8669,7 +8807,7 @@
|
|
|
8669
8807
|
</li>
|
|
8670
8808
|
|
|
8671
8809
|
<li class="md-nav__item">
|
|
8672
|
-
<a href="#
|
|
8810
|
+
<a href="#dependencies_6" class="md-nav__link">
|
|
8673
8811
|
<span class="md-ellipsis">
|
|
8674
8812
|
Dependencies
|
|
8675
8813
|
</span>
|
|
@@ -8678,7 +8816,7 @@
|
|
|
8678
8816
|
</li>
|
|
8679
8817
|
|
|
8680
8818
|
<li class="md-nav__item">
|
|
8681
|
-
<a href="#
|
|
8819
|
+
<a href="#documentation_5" class="md-nav__link">
|
|
8682
8820
|
<span class="md-ellipsis">
|
|
8683
8821
|
Documentation
|
|
8684
8822
|
</span>
|
|
@@ -8687,7 +8825,7 @@
|
|
|
8687
8825
|
</li>
|
|
8688
8826
|
|
|
8689
8827
|
<li class="md-nav__item">
|
|
8690
|
-
<a href="#
|
|
8828
|
+
<a href="#housekeeping_8" class="md-nav__link">
|
|
8691
8829
|
<span class="md-ellipsis">
|
|
8692
8830
|
Housekeeping
|
|
8693
8831
|
</span>
|
|
@@ -8711,7 +8849,7 @@
|
|
|
8711
8849
|
<ul class="md-nav__list">
|
|
8712
8850
|
|
|
8713
8851
|
<li class="md-nav__item">
|
|
8714
|
-
<a href="#
|
|
8852
|
+
<a href="#added_10" class="md-nav__link">
|
|
8715
8853
|
<span class="md-ellipsis">
|
|
8716
8854
|
Added
|
|
8717
8855
|
</span>
|
|
@@ -8720,7 +8858,7 @@
|
|
|
8720
8858
|
</li>
|
|
8721
8859
|
|
|
8722
8860
|
<li class="md-nav__item">
|
|
8723
|
-
<a href="#
|
|
8861
|
+
<a href="#changed_8" class="md-nav__link">
|
|
8724
8862
|
<span class="md-ellipsis">
|
|
8725
8863
|
Changed
|
|
8726
8864
|
</span>
|
|
@@ -8729,7 +8867,7 @@
|
|
|
8729
8867
|
</li>
|
|
8730
8868
|
|
|
8731
8869
|
<li class="md-nav__item">
|
|
8732
|
-
<a href="#
|
|
8870
|
+
<a href="#fixed_10" class="md-nav__link">
|
|
8733
8871
|
<span class="md-ellipsis">
|
|
8734
8872
|
Fixed
|
|
8735
8873
|
</span>
|
|
@@ -8738,7 +8876,7 @@
|
|
|
8738
8876
|
</li>
|
|
8739
8877
|
|
|
8740
8878
|
<li class="md-nav__item">
|
|
8741
|
-
<a href="#
|
|
8879
|
+
<a href="#documentation_6" class="md-nav__link">
|
|
8742
8880
|
<span class="md-ellipsis">
|
|
8743
8881
|
Documentation
|
|
8744
8882
|
</span>
|
|
@@ -8747,7 +8885,7 @@
|
|
|
8747
8885
|
</li>
|
|
8748
8886
|
|
|
8749
8887
|
<li class="md-nav__item">
|
|
8750
|
-
<a href="#
|
|
8888
|
+
<a href="#housekeeping_9" class="md-nav__link">
|
|
8751
8889
|
<span class="md-ellipsis">
|
|
8752
8890
|
Housekeeping
|
|
8753
8891
|
</span>
|
|
@@ -8771,7 +8909,7 @@
|
|
|
8771
8909
|
<ul class="md-nav__list">
|
|
8772
8910
|
|
|
8773
8911
|
<li class="md-nav__item">
|
|
8774
|
-
<a href="#
|
|
8912
|
+
<a href="#security_1" class="md-nav__link">
|
|
8775
8913
|
<span class="md-ellipsis">
|
|
8776
8914
|
Security
|
|
8777
8915
|
</span>
|
|
@@ -8780,7 +8918,7 @@
|
|
|
8780
8918
|
</li>
|
|
8781
8919
|
|
|
8782
8920
|
<li class="md-nav__item">
|
|
8783
|
-
<a href="#
|
|
8921
|
+
<a href="#fixed_11" class="md-nav__link">
|
|
8784
8922
|
<span class="md-ellipsis">
|
|
8785
8923
|
Fixed
|
|
8786
8924
|
</span>
|
|
@@ -8789,7 +8927,7 @@
|
|
|
8789
8927
|
</li>
|
|
8790
8928
|
|
|
8791
8929
|
<li class="md-nav__item">
|
|
8792
|
-
<a href="#
|
|
8930
|
+
<a href="#dependencies_7" class="md-nav__link">
|
|
8793
8931
|
<span class="md-ellipsis">
|
|
8794
8932
|
Dependencies
|
|
8795
8933
|
</span>
|
|
@@ -8798,7 +8936,7 @@
|
|
|
8798
8936
|
</li>
|
|
8799
8937
|
|
|
8800
8938
|
<li class="md-nav__item">
|
|
8801
|
-
<a href="#
|
|
8939
|
+
<a href="#housekeeping_10" class="md-nav__link">
|
|
8802
8940
|
<span class="md-ellipsis">
|
|
8803
8941
|
Housekeeping
|
|
8804
8942
|
</span>
|
|
@@ -8822,7 +8960,7 @@
|
|
|
8822
8960
|
<ul class="md-nav__list">
|
|
8823
8961
|
|
|
8824
8962
|
<li class="md-nav__item">
|
|
8825
|
-
<a href="#
|
|
8963
|
+
<a href="#security_2" class="md-nav__link">
|
|
8826
8964
|
<span class="md-ellipsis">
|
|
8827
8965
|
Security
|
|
8828
8966
|
</span>
|
|
@@ -8831,7 +8969,7 @@
|
|
|
8831
8969
|
</li>
|
|
8832
8970
|
|
|
8833
8971
|
<li class="md-nav__item">
|
|
8834
|
-
<a href="#
|
|
8972
|
+
<a href="#added_11" class="md-nav__link">
|
|
8835
8973
|
<span class="md-ellipsis">
|
|
8836
8974
|
Added
|
|
8837
8975
|
</span>
|
|
@@ -8840,7 +8978,7 @@
|
|
|
8840
8978
|
</li>
|
|
8841
8979
|
|
|
8842
8980
|
<li class="md-nav__item">
|
|
8843
|
-
<a href="#
|
|
8981
|
+
<a href="#fixed_12" class="md-nav__link">
|
|
8844
8982
|
<span class="md-ellipsis">
|
|
8845
8983
|
Fixed
|
|
8846
8984
|
</span>
|
|
@@ -8849,7 +8987,7 @@
|
|
|
8849
8987
|
</li>
|
|
8850
8988
|
|
|
8851
8989
|
<li class="md-nav__item">
|
|
8852
|
-
<a href="#
|
|
8990
|
+
<a href="#housekeeping_11" class="md-nav__link">
|
|
8853
8991
|
<span class="md-ellipsis">
|
|
8854
8992
|
Housekeeping
|
|
8855
8993
|
</span>
|
|
@@ -8873,7 +9011,7 @@
|
|
|
8873
9011
|
<ul class="md-nav__list">
|
|
8874
9012
|
|
|
8875
9013
|
<li class="md-nav__item">
|
|
8876
|
-
<a href="#
|
|
9014
|
+
<a href="#added_12" class="md-nav__link">
|
|
8877
9015
|
<span class="md-ellipsis">
|
|
8878
9016
|
Added
|
|
8879
9017
|
</span>
|
|
@@ -8882,7 +9020,7 @@
|
|
|
8882
9020
|
</li>
|
|
8883
9021
|
|
|
8884
9022
|
<li class="md-nav__item">
|
|
8885
|
-
<a href="#
|
|
9023
|
+
<a href="#changed_9" class="md-nav__link">
|
|
8886
9024
|
<span class="md-ellipsis">
|
|
8887
9025
|
Changed
|
|
8888
9026
|
</span>
|
|
@@ -8891,7 +9029,7 @@
|
|
|
8891
9029
|
</li>
|
|
8892
9030
|
|
|
8893
9031
|
<li class="md-nav__item">
|
|
8894
|
-
<a href="#
|
|
9032
|
+
<a href="#fixed_13" class="md-nav__link">
|
|
8895
9033
|
<span class="md-ellipsis">
|
|
8896
9034
|
Fixed
|
|
8897
9035
|
</span>
|
|
@@ -8900,7 +9038,7 @@
|
|
|
8900
9038
|
</li>
|
|
8901
9039
|
|
|
8902
9040
|
<li class="md-nav__item">
|
|
8903
|
-
<a href="#
|
|
9041
|
+
<a href="#housekeeping_12" class="md-nav__link">
|
|
8904
9042
|
<span class="md-ellipsis">
|
|
8905
9043
|
Housekeeping
|
|
8906
9044
|
</span>
|
|
@@ -8924,7 +9062,7 @@
|
|
|
8924
9062
|
<ul class="md-nav__list">
|
|
8925
9063
|
|
|
8926
9064
|
<li class="md-nav__item">
|
|
8927
|
-
<a href="#
|
|
9065
|
+
<a href="#security_3" class="md-nav__link">
|
|
8928
9066
|
<span class="md-ellipsis">
|
|
8929
9067
|
Security
|
|
8930
9068
|
</span>
|
|
@@ -8933,7 +9071,7 @@
|
|
|
8933
9071
|
</li>
|
|
8934
9072
|
|
|
8935
9073
|
<li class="md-nav__item">
|
|
8936
|
-
<a href="#
|
|
9074
|
+
<a href="#added_13" class="md-nav__link">
|
|
8937
9075
|
<span class="md-ellipsis">
|
|
8938
9076
|
Added
|
|
8939
9077
|
</span>
|
|
@@ -8942,7 +9080,7 @@
|
|
|
8942
9080
|
</li>
|
|
8943
9081
|
|
|
8944
9082
|
<li class="md-nav__item">
|
|
8945
|
-
<a href="#
|
|
9083
|
+
<a href="#changed_10" class="md-nav__link">
|
|
8946
9084
|
<span class="md-ellipsis">
|
|
8947
9085
|
Changed
|
|
8948
9086
|
</span>
|
|
@@ -8960,7 +9098,7 @@
|
|
|
8960
9098
|
</li>
|
|
8961
9099
|
|
|
8962
9100
|
<li class="md-nav__item">
|
|
8963
|
-
<a href="#
|
|
9101
|
+
<a href="#fixed_14" class="md-nav__link">
|
|
8964
9102
|
<span class="md-ellipsis">
|
|
8965
9103
|
Fixed
|
|
8966
9104
|
</span>
|
|
@@ -8969,7 +9107,7 @@
|
|
|
8969
9107
|
</li>
|
|
8970
9108
|
|
|
8971
9109
|
<li class="md-nav__item">
|
|
8972
|
-
<a href="#
|
|
9110
|
+
<a href="#documentation_7" class="md-nav__link">
|
|
8973
9111
|
<span class="md-ellipsis">
|
|
8974
9112
|
Documentation
|
|
8975
9113
|
</span>
|
|
@@ -8978,7 +9116,7 @@
|
|
|
8978
9116
|
</li>
|
|
8979
9117
|
|
|
8980
9118
|
<li class="md-nav__item">
|
|
8981
|
-
<a href="#
|
|
9119
|
+
<a href="#housekeeping_13" class="md-nav__link">
|
|
8982
9120
|
<span class="md-ellipsis">
|
|
8983
9121
|
Housekeeping
|
|
8984
9122
|
</span>
|
|
@@ -9002,7 +9140,7 @@
|
|
|
9002
9140
|
<ul class="md-nav__list">
|
|
9003
9141
|
|
|
9004
9142
|
<li class="md-nav__item">
|
|
9005
|
-
<a href="#
|
|
9143
|
+
<a href="#security_4" class="md-nav__link">
|
|
9006
9144
|
<span class="md-ellipsis">
|
|
9007
9145
|
Security
|
|
9008
9146
|
</span>
|
|
@@ -9011,7 +9149,7 @@
|
|
|
9011
9149
|
</li>
|
|
9012
9150
|
|
|
9013
9151
|
<li class="md-nav__item">
|
|
9014
|
-
<a href="#
|
|
9152
|
+
<a href="#added_14" class="md-nav__link">
|
|
9015
9153
|
<span class="md-ellipsis">
|
|
9016
9154
|
Added
|
|
9017
9155
|
</span>
|
|
@@ -9020,7 +9158,7 @@
|
|
|
9020
9158
|
</li>
|
|
9021
9159
|
|
|
9022
9160
|
<li class="md-nav__item">
|
|
9023
|
-
<a href="#
|
|
9161
|
+
<a href="#changed_11" class="md-nav__link">
|
|
9024
9162
|
<span class="md-ellipsis">
|
|
9025
9163
|
Changed
|
|
9026
9164
|
</span>
|
|
@@ -9047,7 +9185,7 @@
|
|
|
9047
9185
|
</li>
|
|
9048
9186
|
|
|
9049
9187
|
<li class="md-nav__item">
|
|
9050
|
-
<a href="#
|
|
9188
|
+
<a href="#fixed_15" class="md-nav__link">
|
|
9051
9189
|
<span class="md-ellipsis">
|
|
9052
9190
|
Fixed
|
|
9053
9191
|
</span>
|
|
@@ -9056,7 +9194,7 @@
|
|
|
9056
9194
|
</li>
|
|
9057
9195
|
|
|
9058
9196
|
<li class="md-nav__item">
|
|
9059
|
-
<a href="#
|
|
9197
|
+
<a href="#dependencies_8" class="md-nav__link">
|
|
9060
9198
|
<span class="md-ellipsis">
|
|
9061
9199
|
Dependencies
|
|
9062
9200
|
</span>
|
|
@@ -9065,7 +9203,7 @@
|
|
|
9065
9203
|
</li>
|
|
9066
9204
|
|
|
9067
9205
|
<li class="md-nav__item">
|
|
9068
|
-
<a href="#
|
|
9206
|
+
<a href="#documentation_8" class="md-nav__link">
|
|
9069
9207
|
<span class="md-ellipsis">
|
|
9070
9208
|
Documentation
|
|
9071
9209
|
</span>
|
|
@@ -9074,7 +9212,7 @@
|
|
|
9074
9212
|
</li>
|
|
9075
9213
|
|
|
9076
9214
|
<li class="md-nav__item">
|
|
9077
|
-
<a href="#
|
|
9215
|
+
<a href="#housekeeping_14" class="md-nav__link">
|
|
9078
9216
|
<span class="md-ellipsis">
|
|
9079
9217
|
Housekeeping
|
|
9080
9218
|
</span>
|
|
@@ -9888,13 +10026,13 @@
|
|
|
9888
10026
|
</li>
|
|
9889
10027
|
|
|
9890
10028
|
<li class="md-nav__item">
|
|
9891
|
-
<a href="#
|
|
10029
|
+
<a href="#v2314-2024-12-19" class="md-nav__link">
|
|
9892
10030
|
<span class="md-ellipsis">
|
|
9893
|
-
v2.3.
|
|
10031
|
+
v2.3.14 (2024-12-19)
|
|
9894
10032
|
</span>
|
|
9895
10033
|
</a>
|
|
9896
10034
|
|
|
9897
|
-
<nav class="md-nav" aria-label="v2.3.
|
|
10035
|
+
<nav class="md-nav" aria-label="v2.3.14 (2024-12-19)">
|
|
9898
10036
|
<ul class="md-nav__list">
|
|
9899
10037
|
|
|
9900
10038
|
<li class="md-nav__item">
|
|
@@ -9907,18 +10045,18 @@
|
|
|
9907
10045
|
</li>
|
|
9908
10046
|
|
|
9909
10047
|
<li class="md-nav__item">
|
|
9910
|
-
<a href="#
|
|
10048
|
+
<a href="#changed_1" class="md-nav__link">
|
|
9911
10049
|
<span class="md-ellipsis">
|
|
9912
|
-
|
|
10050
|
+
Changed
|
|
9913
10051
|
</span>
|
|
9914
10052
|
</a>
|
|
9915
10053
|
|
|
9916
10054
|
</li>
|
|
9917
10055
|
|
|
9918
10056
|
<li class="md-nav__item">
|
|
9919
|
-
<a href="#
|
|
10057
|
+
<a href="#fixed" class="md-nav__link">
|
|
9920
10058
|
<span class="md-ellipsis">
|
|
9921
|
-
|
|
10059
|
+
Fixed
|
|
9922
10060
|
</span>
|
|
9923
10061
|
</a>
|
|
9924
10062
|
|
|
@@ -9948,15 +10086,24 @@
|
|
|
9948
10086
|
</li>
|
|
9949
10087
|
|
|
9950
10088
|
<li class="md-nav__item">
|
|
9951
|
-
<a href="#
|
|
10089
|
+
<a href="#v2313-2024-12-10" class="md-nav__link">
|
|
9952
10090
|
<span class="md-ellipsis">
|
|
9953
|
-
v2.3.
|
|
10091
|
+
v2.3.13 (2024-12-10)
|
|
9954
10092
|
</span>
|
|
9955
10093
|
</a>
|
|
9956
10094
|
|
|
9957
|
-
<nav class="md-nav" aria-label="v2.3.
|
|
10095
|
+
<nav class="md-nav" aria-label="v2.3.13 (2024-12-10)">
|
|
9958
10096
|
<ul class="md-nav__list">
|
|
9959
10097
|
|
|
10098
|
+
<li class="md-nav__item">
|
|
10099
|
+
<a href="#security" class="md-nav__link">
|
|
10100
|
+
<span class="md-ellipsis">
|
|
10101
|
+
Security
|
|
10102
|
+
</span>
|
|
10103
|
+
</a>
|
|
10104
|
+
|
|
10105
|
+
</li>
|
|
10106
|
+
|
|
9960
10107
|
<li class="md-nav__item">
|
|
9961
10108
|
<a href="#added_2" class="md-nav__link">
|
|
9962
10109
|
<span class="md-ellipsis">
|
|
@@ -9967,7 +10114,7 @@
|
|
|
9967
10114
|
</li>
|
|
9968
10115
|
|
|
9969
10116
|
<li class="md-nav__item">
|
|
9970
|
-
<a href="#
|
|
10117
|
+
<a href="#changed_2" class="md-nav__link">
|
|
9971
10118
|
<span class="md-ellipsis">
|
|
9972
10119
|
Changed
|
|
9973
10120
|
</span>
|
|
@@ -9982,6 +10129,15 @@
|
|
|
9982
10129
|
</span>
|
|
9983
10130
|
</a>
|
|
9984
10131
|
|
|
10132
|
+
</li>
|
|
10133
|
+
|
|
10134
|
+
<li class="md-nav__item">
|
|
10135
|
+
<a href="#dependencies_1" class="md-nav__link">
|
|
10136
|
+
<span class="md-ellipsis">
|
|
10137
|
+
Dependencies
|
|
10138
|
+
</span>
|
|
10139
|
+
</a>
|
|
10140
|
+
|
|
9985
10141
|
</li>
|
|
9986
10142
|
|
|
9987
10143
|
<li class="md-nav__item">
|
|
@@ -10005,6 +10161,126 @@
|
|
|
10005
10161
|
</ul>
|
|
10006
10162
|
</nav>
|
|
10007
10163
|
|
|
10164
|
+
</li>
|
|
10165
|
+
|
|
10166
|
+
<li class="md-nav__item">
|
|
10167
|
+
<a href="#v2312-2024-11-25" class="md-nav__link">
|
|
10168
|
+
<span class="md-ellipsis">
|
|
10169
|
+
v2.3.12 (2024-11-25)
|
|
10170
|
+
</span>
|
|
10171
|
+
</a>
|
|
10172
|
+
|
|
10173
|
+
<nav class="md-nav" aria-label="v2.3.12 (2024-11-25)">
|
|
10174
|
+
<ul class="md-nav__list">
|
|
10175
|
+
|
|
10176
|
+
<li class="md-nav__item">
|
|
10177
|
+
<a href="#added_3" class="md-nav__link">
|
|
10178
|
+
<span class="md-ellipsis">
|
|
10179
|
+
Added
|
|
10180
|
+
</span>
|
|
10181
|
+
</a>
|
|
10182
|
+
|
|
10183
|
+
</li>
|
|
10184
|
+
|
|
10185
|
+
<li class="md-nav__item">
|
|
10186
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
10187
|
+
<span class="md-ellipsis">
|
|
10188
|
+
Fixed
|
|
10189
|
+
</span>
|
|
10190
|
+
</a>
|
|
10191
|
+
|
|
10192
|
+
</li>
|
|
10193
|
+
|
|
10194
|
+
<li class="md-nav__item">
|
|
10195
|
+
<a href="#dependencies_2" class="md-nav__link">
|
|
10196
|
+
<span class="md-ellipsis">
|
|
10197
|
+
Dependencies
|
|
10198
|
+
</span>
|
|
10199
|
+
</a>
|
|
10200
|
+
|
|
10201
|
+
</li>
|
|
10202
|
+
|
|
10203
|
+
<li class="md-nav__item">
|
|
10204
|
+
<a href="#documentation_2" class="md-nav__link">
|
|
10205
|
+
<span class="md-ellipsis">
|
|
10206
|
+
Documentation
|
|
10207
|
+
</span>
|
|
10208
|
+
</a>
|
|
10209
|
+
|
|
10210
|
+
</li>
|
|
10211
|
+
|
|
10212
|
+
<li class="md-nav__item">
|
|
10213
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
10214
|
+
<span class="md-ellipsis">
|
|
10215
|
+
Housekeeping
|
|
10216
|
+
</span>
|
|
10217
|
+
</a>
|
|
10218
|
+
|
|
10219
|
+
</li>
|
|
10220
|
+
|
|
10221
|
+
</ul>
|
|
10222
|
+
</nav>
|
|
10223
|
+
|
|
10224
|
+
</li>
|
|
10225
|
+
|
|
10226
|
+
<li class="md-nav__item">
|
|
10227
|
+
<a href="#v2311-2024-11-12" class="md-nav__link">
|
|
10228
|
+
<span class="md-ellipsis">
|
|
10229
|
+
v2.3.11 (2024-11-12)
|
|
10230
|
+
</span>
|
|
10231
|
+
</a>
|
|
10232
|
+
|
|
10233
|
+
<nav class="md-nav" aria-label="v2.3.11 (2024-11-12)">
|
|
10234
|
+
<ul class="md-nav__list">
|
|
10235
|
+
|
|
10236
|
+
<li class="md-nav__item">
|
|
10237
|
+
<a href="#added_4" class="md-nav__link">
|
|
10238
|
+
<span class="md-ellipsis">
|
|
10239
|
+
Added
|
|
10240
|
+
</span>
|
|
10241
|
+
</a>
|
|
10242
|
+
|
|
10243
|
+
</li>
|
|
10244
|
+
|
|
10245
|
+
<li class="md-nav__item">
|
|
10246
|
+
<a href="#changed_3" class="md-nav__link">
|
|
10247
|
+
<span class="md-ellipsis">
|
|
10248
|
+
Changed
|
|
10249
|
+
</span>
|
|
10250
|
+
</a>
|
|
10251
|
+
|
|
10252
|
+
</li>
|
|
10253
|
+
|
|
10254
|
+
<li class="md-nav__item">
|
|
10255
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
10256
|
+
<span class="md-ellipsis">
|
|
10257
|
+
Fixed
|
|
10258
|
+
</span>
|
|
10259
|
+
</a>
|
|
10260
|
+
|
|
10261
|
+
</li>
|
|
10262
|
+
|
|
10263
|
+
<li class="md-nav__item">
|
|
10264
|
+
<a href="#documentation_3" class="md-nav__link">
|
|
10265
|
+
<span class="md-ellipsis">
|
|
10266
|
+
Documentation
|
|
10267
|
+
</span>
|
|
10268
|
+
</a>
|
|
10269
|
+
|
|
10270
|
+
</li>
|
|
10271
|
+
|
|
10272
|
+
<li class="md-nav__item">
|
|
10273
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
10274
|
+
<span class="md-ellipsis">
|
|
10275
|
+
Housekeeping
|
|
10276
|
+
</span>
|
|
10277
|
+
</a>
|
|
10278
|
+
|
|
10279
|
+
</li>
|
|
10280
|
+
|
|
10281
|
+
</ul>
|
|
10282
|
+
</nav>
|
|
10283
|
+
|
|
10008
10284
|
</li>
|
|
10009
10285
|
|
|
10010
10286
|
<li class="md-nav__item">
|
|
@@ -10018,7 +10294,7 @@
|
|
|
10018
10294
|
<ul class="md-nav__list">
|
|
10019
10295
|
|
|
10020
10296
|
<li class="md-nav__item">
|
|
10021
|
-
<a href="#
|
|
10297
|
+
<a href="#added_5" class="md-nav__link">
|
|
10022
10298
|
<span class="md-ellipsis">
|
|
10023
10299
|
Added
|
|
10024
10300
|
</span>
|
|
@@ -10027,7 +10303,7 @@
|
|
|
10027
10303
|
</li>
|
|
10028
10304
|
|
|
10029
10305
|
<li class="md-nav__item">
|
|
10030
|
-
<a href="#
|
|
10306
|
+
<a href="#changed_4" class="md-nav__link">
|
|
10031
10307
|
<span class="md-ellipsis">
|
|
10032
10308
|
Changed
|
|
10033
10309
|
</span>
|
|
@@ -10036,7 +10312,7 @@
|
|
|
10036
10312
|
</li>
|
|
10037
10313
|
|
|
10038
10314
|
<li class="md-nav__item">
|
|
10039
|
-
<a href="#
|
|
10315
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
10040
10316
|
<span class="md-ellipsis">
|
|
10041
10317
|
Fixed
|
|
10042
10318
|
</span>
|
|
@@ -10045,7 +10321,7 @@
|
|
|
10045
10321
|
</li>
|
|
10046
10322
|
|
|
10047
10323
|
<li class="md-nav__item">
|
|
10048
|
-
<a href="#
|
|
10324
|
+
<a href="#dependencies_3" class="md-nav__link">
|
|
10049
10325
|
<span class="md-ellipsis">
|
|
10050
10326
|
Dependencies
|
|
10051
10327
|
</span>
|
|
@@ -10054,7 +10330,7 @@
|
|
|
10054
10330
|
</li>
|
|
10055
10331
|
|
|
10056
10332
|
<li class="md-nav__item">
|
|
10057
|
-
<a href="#
|
|
10333
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
10058
10334
|
<span class="md-ellipsis">
|
|
10059
10335
|
Housekeeping
|
|
10060
10336
|
</span>
|
|
@@ -10078,7 +10354,7 @@
|
|
|
10078
10354
|
<ul class="md-nav__list">
|
|
10079
10355
|
|
|
10080
10356
|
<li class="md-nav__item">
|
|
10081
|
-
<a href="#
|
|
10357
|
+
<a href="#added_6" class="md-nav__link">
|
|
10082
10358
|
<span class="md-ellipsis">
|
|
10083
10359
|
Added
|
|
10084
10360
|
</span>
|
|
@@ -10087,7 +10363,7 @@
|
|
|
10087
10363
|
</li>
|
|
10088
10364
|
|
|
10089
10365
|
<li class="md-nav__item">
|
|
10090
|
-
<a href="#
|
|
10366
|
+
<a href="#changed_5" class="md-nav__link">
|
|
10091
10367
|
<span class="md-ellipsis">
|
|
10092
10368
|
Changed
|
|
10093
10369
|
</span>
|
|
@@ -10096,7 +10372,7 @@
|
|
|
10096
10372
|
</li>
|
|
10097
10373
|
|
|
10098
10374
|
<li class="md-nav__item">
|
|
10099
|
-
<a href="#
|
|
10375
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
10100
10376
|
<span class="md-ellipsis">
|
|
10101
10377
|
Fixed
|
|
10102
10378
|
</span>
|
|
@@ -10105,7 +10381,7 @@
|
|
|
10105
10381
|
</li>
|
|
10106
10382
|
|
|
10107
10383
|
<li class="md-nav__item">
|
|
10108
|
-
<a href="#
|
|
10384
|
+
<a href="#dependencies_4" class="md-nav__link">
|
|
10109
10385
|
<span class="md-ellipsis">
|
|
10110
10386
|
Dependencies
|
|
10111
10387
|
</span>
|
|
@@ -10114,7 +10390,7 @@
|
|
|
10114
10390
|
</li>
|
|
10115
10391
|
|
|
10116
10392
|
<li class="md-nav__item">
|
|
10117
|
-
<a href="#
|
|
10393
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
10118
10394
|
<span class="md-ellipsis">
|
|
10119
10395
|
Housekeeping
|
|
10120
10396
|
</span>
|
|
@@ -10138,7 +10414,7 @@
|
|
|
10138
10414
|
<ul class="md-nav__list">
|
|
10139
10415
|
|
|
10140
10416
|
<li class="md-nav__item">
|
|
10141
|
-
<a href="#
|
|
10417
|
+
<a href="#fixed_6" class="md-nav__link">
|
|
10142
10418
|
<span class="md-ellipsis">
|
|
10143
10419
|
Fixed
|
|
10144
10420
|
</span>
|
|
@@ -10162,7 +10438,7 @@
|
|
|
10162
10438
|
<ul class="md-nav__list">
|
|
10163
10439
|
|
|
10164
10440
|
<li class="md-nav__item">
|
|
10165
|
-
<a href="#
|
|
10441
|
+
<a href="#added_7" class="md-nav__link">
|
|
10166
10442
|
<span class="md-ellipsis">
|
|
10167
10443
|
Added
|
|
10168
10444
|
</span>
|
|
@@ -10171,7 +10447,7 @@
|
|
|
10171
10447
|
</li>
|
|
10172
10448
|
|
|
10173
10449
|
<li class="md-nav__item">
|
|
10174
|
-
<a href="#
|
|
10450
|
+
<a href="#changed_6" class="md-nav__link">
|
|
10175
10451
|
<span class="md-ellipsis">
|
|
10176
10452
|
Changed
|
|
10177
10453
|
</span>
|
|
@@ -10180,7 +10456,7 @@
|
|
|
10180
10456
|
</li>
|
|
10181
10457
|
|
|
10182
10458
|
<li class="md-nav__item">
|
|
10183
|
-
<a href="#
|
|
10459
|
+
<a href="#fixed_7" class="md-nav__link">
|
|
10184
10460
|
<span class="md-ellipsis">
|
|
10185
10461
|
Fixed
|
|
10186
10462
|
</span>
|
|
@@ -10189,7 +10465,7 @@
|
|
|
10189
10465
|
</li>
|
|
10190
10466
|
|
|
10191
10467
|
<li class="md-nav__item">
|
|
10192
|
-
<a href="#
|
|
10468
|
+
<a href="#dependencies_5" class="md-nav__link">
|
|
10193
10469
|
<span class="md-ellipsis">
|
|
10194
10470
|
Dependencies
|
|
10195
10471
|
</span>
|
|
@@ -10198,7 +10474,7 @@
|
|
|
10198
10474
|
</li>
|
|
10199
10475
|
|
|
10200
10476
|
<li class="md-nav__item">
|
|
10201
|
-
<a href="#
|
|
10477
|
+
<a href="#housekeeping_6" class="md-nav__link">
|
|
10202
10478
|
<span class="md-ellipsis">
|
|
10203
10479
|
Housekeeping
|
|
10204
10480
|
</span>
|
|
@@ -10222,7 +10498,7 @@
|
|
|
10222
10498
|
<ul class="md-nav__list">
|
|
10223
10499
|
|
|
10224
10500
|
<li class="md-nav__item">
|
|
10225
|
-
<a href="#
|
|
10501
|
+
<a href="#added_8" class="md-nav__link">
|
|
10226
10502
|
<span class="md-ellipsis">
|
|
10227
10503
|
Added
|
|
10228
10504
|
</span>
|
|
@@ -10231,7 +10507,7 @@
|
|
|
10231
10507
|
</li>
|
|
10232
10508
|
|
|
10233
10509
|
<li class="md-nav__item">
|
|
10234
|
-
<a href="#
|
|
10510
|
+
<a href="#fixed_8" class="md-nav__link">
|
|
10235
10511
|
<span class="md-ellipsis">
|
|
10236
10512
|
Fixed
|
|
10237
10513
|
</span>
|
|
@@ -10240,7 +10516,7 @@
|
|
|
10240
10516
|
</li>
|
|
10241
10517
|
|
|
10242
10518
|
<li class="md-nav__item">
|
|
10243
|
-
<a href="#
|
|
10519
|
+
<a href="#documentation_4" class="md-nav__link">
|
|
10244
10520
|
<span class="md-ellipsis">
|
|
10245
10521
|
Documentation
|
|
10246
10522
|
</span>
|
|
@@ -10249,7 +10525,7 @@
|
|
|
10249
10525
|
</li>
|
|
10250
10526
|
|
|
10251
10527
|
<li class="md-nav__item">
|
|
10252
|
-
<a href="#
|
|
10528
|
+
<a href="#housekeeping_7" class="md-nav__link">
|
|
10253
10529
|
<span class="md-ellipsis">
|
|
10254
10530
|
Housekeeping
|
|
10255
10531
|
</span>
|
|
@@ -10273,7 +10549,7 @@
|
|
|
10273
10549
|
<ul class="md-nav__list">
|
|
10274
10550
|
|
|
10275
10551
|
<li class="md-nav__item">
|
|
10276
|
-
<a href="#
|
|
10552
|
+
<a href="#added_9" class="md-nav__link">
|
|
10277
10553
|
<span class="md-ellipsis">
|
|
10278
10554
|
Added
|
|
10279
10555
|
</span>
|
|
@@ -10282,7 +10558,7 @@
|
|
|
10282
10558
|
</li>
|
|
10283
10559
|
|
|
10284
10560
|
<li class="md-nav__item">
|
|
10285
|
-
<a href="#
|
|
10561
|
+
<a href="#changed_7" class="md-nav__link">
|
|
10286
10562
|
<span class="md-ellipsis">
|
|
10287
10563
|
Changed
|
|
10288
10564
|
</span>
|
|
@@ -10291,7 +10567,7 @@
|
|
|
10291
10567
|
</li>
|
|
10292
10568
|
|
|
10293
10569
|
<li class="md-nav__item">
|
|
10294
|
-
<a href="#
|
|
10570
|
+
<a href="#fixed_9" class="md-nav__link">
|
|
10295
10571
|
<span class="md-ellipsis">
|
|
10296
10572
|
Fixed
|
|
10297
10573
|
</span>
|
|
@@ -10300,7 +10576,7 @@
|
|
|
10300
10576
|
</li>
|
|
10301
10577
|
|
|
10302
10578
|
<li class="md-nav__item">
|
|
10303
|
-
<a href="#
|
|
10579
|
+
<a href="#dependencies_6" class="md-nav__link">
|
|
10304
10580
|
<span class="md-ellipsis">
|
|
10305
10581
|
Dependencies
|
|
10306
10582
|
</span>
|
|
@@ -10309,7 +10585,7 @@
|
|
|
10309
10585
|
</li>
|
|
10310
10586
|
|
|
10311
10587
|
<li class="md-nav__item">
|
|
10312
|
-
<a href="#
|
|
10588
|
+
<a href="#documentation_5" class="md-nav__link">
|
|
10313
10589
|
<span class="md-ellipsis">
|
|
10314
10590
|
Documentation
|
|
10315
10591
|
</span>
|
|
@@ -10318,7 +10594,7 @@
|
|
|
10318
10594
|
</li>
|
|
10319
10595
|
|
|
10320
10596
|
<li class="md-nav__item">
|
|
10321
|
-
<a href="#
|
|
10597
|
+
<a href="#housekeeping_8" class="md-nav__link">
|
|
10322
10598
|
<span class="md-ellipsis">
|
|
10323
10599
|
Housekeeping
|
|
10324
10600
|
</span>
|
|
@@ -10342,7 +10618,7 @@
|
|
|
10342
10618
|
<ul class="md-nav__list">
|
|
10343
10619
|
|
|
10344
10620
|
<li class="md-nav__item">
|
|
10345
|
-
<a href="#
|
|
10621
|
+
<a href="#added_10" class="md-nav__link">
|
|
10346
10622
|
<span class="md-ellipsis">
|
|
10347
10623
|
Added
|
|
10348
10624
|
</span>
|
|
@@ -10351,7 +10627,7 @@
|
|
|
10351
10627
|
</li>
|
|
10352
10628
|
|
|
10353
10629
|
<li class="md-nav__item">
|
|
10354
|
-
<a href="#
|
|
10630
|
+
<a href="#changed_8" class="md-nav__link">
|
|
10355
10631
|
<span class="md-ellipsis">
|
|
10356
10632
|
Changed
|
|
10357
10633
|
</span>
|
|
@@ -10360,7 +10636,7 @@
|
|
|
10360
10636
|
</li>
|
|
10361
10637
|
|
|
10362
10638
|
<li class="md-nav__item">
|
|
10363
|
-
<a href="#
|
|
10639
|
+
<a href="#fixed_10" class="md-nav__link">
|
|
10364
10640
|
<span class="md-ellipsis">
|
|
10365
10641
|
Fixed
|
|
10366
10642
|
</span>
|
|
@@ -10369,7 +10645,7 @@
|
|
|
10369
10645
|
</li>
|
|
10370
10646
|
|
|
10371
10647
|
<li class="md-nav__item">
|
|
10372
|
-
<a href="#
|
|
10648
|
+
<a href="#documentation_6" class="md-nav__link">
|
|
10373
10649
|
<span class="md-ellipsis">
|
|
10374
10650
|
Documentation
|
|
10375
10651
|
</span>
|
|
@@ -10378,7 +10654,7 @@
|
|
|
10378
10654
|
</li>
|
|
10379
10655
|
|
|
10380
10656
|
<li class="md-nav__item">
|
|
10381
|
-
<a href="#
|
|
10657
|
+
<a href="#housekeeping_9" class="md-nav__link">
|
|
10382
10658
|
<span class="md-ellipsis">
|
|
10383
10659
|
Housekeeping
|
|
10384
10660
|
</span>
|
|
@@ -10402,7 +10678,7 @@
|
|
|
10402
10678
|
<ul class="md-nav__list">
|
|
10403
10679
|
|
|
10404
10680
|
<li class="md-nav__item">
|
|
10405
|
-
<a href="#
|
|
10681
|
+
<a href="#security_1" class="md-nav__link">
|
|
10406
10682
|
<span class="md-ellipsis">
|
|
10407
10683
|
Security
|
|
10408
10684
|
</span>
|
|
@@ -10411,7 +10687,7 @@
|
|
|
10411
10687
|
</li>
|
|
10412
10688
|
|
|
10413
10689
|
<li class="md-nav__item">
|
|
10414
|
-
<a href="#
|
|
10690
|
+
<a href="#fixed_11" class="md-nav__link">
|
|
10415
10691
|
<span class="md-ellipsis">
|
|
10416
10692
|
Fixed
|
|
10417
10693
|
</span>
|
|
@@ -10420,7 +10696,7 @@
|
|
|
10420
10696
|
</li>
|
|
10421
10697
|
|
|
10422
10698
|
<li class="md-nav__item">
|
|
10423
|
-
<a href="#
|
|
10699
|
+
<a href="#dependencies_7" class="md-nav__link">
|
|
10424
10700
|
<span class="md-ellipsis">
|
|
10425
10701
|
Dependencies
|
|
10426
10702
|
</span>
|
|
@@ -10429,7 +10705,7 @@
|
|
|
10429
10705
|
</li>
|
|
10430
10706
|
|
|
10431
10707
|
<li class="md-nav__item">
|
|
10432
|
-
<a href="#
|
|
10708
|
+
<a href="#housekeeping_10" class="md-nav__link">
|
|
10433
10709
|
<span class="md-ellipsis">
|
|
10434
10710
|
Housekeeping
|
|
10435
10711
|
</span>
|
|
@@ -10453,7 +10729,7 @@
|
|
|
10453
10729
|
<ul class="md-nav__list">
|
|
10454
10730
|
|
|
10455
10731
|
<li class="md-nav__item">
|
|
10456
|
-
<a href="#
|
|
10732
|
+
<a href="#security_2" class="md-nav__link">
|
|
10457
10733
|
<span class="md-ellipsis">
|
|
10458
10734
|
Security
|
|
10459
10735
|
</span>
|
|
@@ -10462,7 +10738,7 @@
|
|
|
10462
10738
|
</li>
|
|
10463
10739
|
|
|
10464
10740
|
<li class="md-nav__item">
|
|
10465
|
-
<a href="#
|
|
10741
|
+
<a href="#added_11" class="md-nav__link">
|
|
10466
10742
|
<span class="md-ellipsis">
|
|
10467
10743
|
Added
|
|
10468
10744
|
</span>
|
|
@@ -10471,7 +10747,7 @@
|
|
|
10471
10747
|
</li>
|
|
10472
10748
|
|
|
10473
10749
|
<li class="md-nav__item">
|
|
10474
|
-
<a href="#
|
|
10750
|
+
<a href="#fixed_12" class="md-nav__link">
|
|
10475
10751
|
<span class="md-ellipsis">
|
|
10476
10752
|
Fixed
|
|
10477
10753
|
</span>
|
|
@@ -10480,7 +10756,7 @@
|
|
|
10480
10756
|
</li>
|
|
10481
10757
|
|
|
10482
10758
|
<li class="md-nav__item">
|
|
10483
|
-
<a href="#
|
|
10759
|
+
<a href="#housekeeping_11" class="md-nav__link">
|
|
10484
10760
|
<span class="md-ellipsis">
|
|
10485
10761
|
Housekeeping
|
|
10486
10762
|
</span>
|
|
@@ -10504,7 +10780,7 @@
|
|
|
10504
10780
|
<ul class="md-nav__list">
|
|
10505
10781
|
|
|
10506
10782
|
<li class="md-nav__item">
|
|
10507
|
-
<a href="#
|
|
10783
|
+
<a href="#added_12" class="md-nav__link">
|
|
10508
10784
|
<span class="md-ellipsis">
|
|
10509
10785
|
Added
|
|
10510
10786
|
</span>
|
|
@@ -10513,7 +10789,7 @@
|
|
|
10513
10789
|
</li>
|
|
10514
10790
|
|
|
10515
10791
|
<li class="md-nav__item">
|
|
10516
|
-
<a href="#
|
|
10792
|
+
<a href="#changed_9" class="md-nav__link">
|
|
10517
10793
|
<span class="md-ellipsis">
|
|
10518
10794
|
Changed
|
|
10519
10795
|
</span>
|
|
@@ -10522,7 +10798,7 @@
|
|
|
10522
10798
|
</li>
|
|
10523
10799
|
|
|
10524
10800
|
<li class="md-nav__item">
|
|
10525
|
-
<a href="#
|
|
10801
|
+
<a href="#fixed_13" class="md-nav__link">
|
|
10526
10802
|
<span class="md-ellipsis">
|
|
10527
10803
|
Fixed
|
|
10528
10804
|
</span>
|
|
@@ -10531,7 +10807,7 @@
|
|
|
10531
10807
|
</li>
|
|
10532
10808
|
|
|
10533
10809
|
<li class="md-nav__item">
|
|
10534
|
-
<a href="#
|
|
10810
|
+
<a href="#housekeeping_12" class="md-nav__link">
|
|
10535
10811
|
<span class="md-ellipsis">
|
|
10536
10812
|
Housekeeping
|
|
10537
10813
|
</span>
|
|
@@ -10555,7 +10831,7 @@
|
|
|
10555
10831
|
<ul class="md-nav__list">
|
|
10556
10832
|
|
|
10557
10833
|
<li class="md-nav__item">
|
|
10558
|
-
<a href="#
|
|
10834
|
+
<a href="#security_3" class="md-nav__link">
|
|
10559
10835
|
<span class="md-ellipsis">
|
|
10560
10836
|
Security
|
|
10561
10837
|
</span>
|
|
@@ -10564,7 +10840,7 @@
|
|
|
10564
10840
|
</li>
|
|
10565
10841
|
|
|
10566
10842
|
<li class="md-nav__item">
|
|
10567
|
-
<a href="#
|
|
10843
|
+
<a href="#added_13" class="md-nav__link">
|
|
10568
10844
|
<span class="md-ellipsis">
|
|
10569
10845
|
Added
|
|
10570
10846
|
</span>
|
|
@@ -10573,7 +10849,7 @@
|
|
|
10573
10849
|
</li>
|
|
10574
10850
|
|
|
10575
10851
|
<li class="md-nav__item">
|
|
10576
|
-
<a href="#
|
|
10852
|
+
<a href="#changed_10" class="md-nav__link">
|
|
10577
10853
|
<span class="md-ellipsis">
|
|
10578
10854
|
Changed
|
|
10579
10855
|
</span>
|
|
@@ -10591,7 +10867,7 @@
|
|
|
10591
10867
|
</li>
|
|
10592
10868
|
|
|
10593
10869
|
<li class="md-nav__item">
|
|
10594
|
-
<a href="#
|
|
10870
|
+
<a href="#fixed_14" class="md-nav__link">
|
|
10595
10871
|
<span class="md-ellipsis">
|
|
10596
10872
|
Fixed
|
|
10597
10873
|
</span>
|
|
@@ -10600,7 +10876,7 @@
|
|
|
10600
10876
|
</li>
|
|
10601
10877
|
|
|
10602
10878
|
<li class="md-nav__item">
|
|
10603
|
-
<a href="#
|
|
10879
|
+
<a href="#documentation_7" class="md-nav__link">
|
|
10604
10880
|
<span class="md-ellipsis">
|
|
10605
10881
|
Documentation
|
|
10606
10882
|
</span>
|
|
@@ -10609,7 +10885,7 @@
|
|
|
10609
10885
|
</li>
|
|
10610
10886
|
|
|
10611
10887
|
<li class="md-nav__item">
|
|
10612
|
-
<a href="#
|
|
10888
|
+
<a href="#housekeeping_13" class="md-nav__link">
|
|
10613
10889
|
<span class="md-ellipsis">
|
|
10614
10890
|
Housekeeping
|
|
10615
10891
|
</span>
|
|
@@ -10633,7 +10909,7 @@
|
|
|
10633
10909
|
<ul class="md-nav__list">
|
|
10634
10910
|
|
|
10635
10911
|
<li class="md-nav__item">
|
|
10636
|
-
<a href="#
|
|
10912
|
+
<a href="#security_4" class="md-nav__link">
|
|
10637
10913
|
<span class="md-ellipsis">
|
|
10638
10914
|
Security
|
|
10639
10915
|
</span>
|
|
@@ -10642,7 +10918,7 @@
|
|
|
10642
10918
|
</li>
|
|
10643
10919
|
|
|
10644
10920
|
<li class="md-nav__item">
|
|
10645
|
-
<a href="#
|
|
10921
|
+
<a href="#added_14" class="md-nav__link">
|
|
10646
10922
|
<span class="md-ellipsis">
|
|
10647
10923
|
Added
|
|
10648
10924
|
</span>
|
|
@@ -10651,7 +10927,7 @@
|
|
|
10651
10927
|
</li>
|
|
10652
10928
|
|
|
10653
10929
|
<li class="md-nav__item">
|
|
10654
|
-
<a href="#
|
|
10930
|
+
<a href="#changed_11" class="md-nav__link">
|
|
10655
10931
|
<span class="md-ellipsis">
|
|
10656
10932
|
Changed
|
|
10657
10933
|
</span>
|
|
@@ -10678,7 +10954,7 @@
|
|
|
10678
10954
|
</li>
|
|
10679
10955
|
|
|
10680
10956
|
<li class="md-nav__item">
|
|
10681
|
-
<a href="#
|
|
10957
|
+
<a href="#fixed_15" class="md-nav__link">
|
|
10682
10958
|
<span class="md-ellipsis">
|
|
10683
10959
|
Fixed
|
|
10684
10960
|
</span>
|
|
@@ -10687,7 +10963,7 @@
|
|
|
10687
10963
|
</li>
|
|
10688
10964
|
|
|
10689
10965
|
<li class="md-nav__item">
|
|
10690
|
-
<a href="#
|
|
10966
|
+
<a href="#dependencies_8" class="md-nav__link">
|
|
10691
10967
|
<span class="md-ellipsis">
|
|
10692
10968
|
Dependencies
|
|
10693
10969
|
</span>
|
|
@@ -10696,7 +10972,7 @@
|
|
|
10696
10972
|
</li>
|
|
10697
10973
|
|
|
10698
10974
|
<li class="md-nav__item">
|
|
10699
|
-
<a href="#
|
|
10975
|
+
<a href="#documentation_8" class="md-nav__link">
|
|
10700
10976
|
<span class="md-ellipsis">
|
|
10701
10977
|
Documentation
|
|
10702
10978
|
</span>
|
|
@@ -10705,7 +10981,7 @@
|
|
|
10705
10981
|
</li>
|
|
10706
10982
|
|
|
10707
10983
|
<li class="md-nav__item">
|
|
10708
|
-
<a href="#
|
|
10984
|
+
<a href="#housekeeping_14" class="md-nav__link">
|
|
10709
10985
|
<span class="md-ellipsis">
|
|
10710
10986
|
Housekeeping
|
|
10711
10987
|
</span>
|
|
@@ -10828,14 +11104,91 @@
|
|
|
10828
11104
|
<h4 id="updated-to-django-42-3581">Updated to Django 4.2 (<a href="https://github.com/nautobot/nautobot/issues/3581">#3581</a>)<a class="headerlink" href="#updated-to-django-42-3581" title="Permanent link">¶</a></h4>
|
|
10829
11105
|
<p>As Django 3.2 has reached end-of-life, Nautobot 2.3 requires Django 4.2, the next long-term-support (LTS) version of Django. There are a number of changes in Django itself as a result of this upgrade; Nautobot App maintainers are urged to review the Django release-notes (<a href="https://docs.djangoproject.com/en/4.2/releases/4.0/">4.0</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.1/">4.1</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.2/">4.2</a>), especially the relevant "Backwards incompatible changes" sections, to proactively identify any impact to their Apps.</p>
|
|
10830
11106
|
<!-- towncrier release notes start -->
|
|
10831
|
-
<h2 id="
|
|
11107
|
+
<h2 id="v2314-2024-12-19">v2.3.14 (2024-12-19)<a class="headerlink" href="#v2314-2024-12-19" title="Permanent link">¶</a></h2>
|
|
10832
11108
|
<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">¶</a></h3>
|
|
10833
11109
|
<ul>
|
|
11110
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6548">#6548</a> - Added logic to set the <code>parent</code> in the <code>clean()</code> method of the Prefix model, ensuring correct assignment during validation.</li>
|
|
11111
|
+
</ul>
|
|
11112
|
+
<h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">¶</a></h3>
|
|
11113
|
+
<ul>
|
|
11114
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6518">#6518</a> - Added VRFs column to Prefixes and Child Prefixes tables.</li>
|
|
11115
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6531">#6531</a> - Restrict the <code>id</code> filter field to use to only the <code>__n</code> (negation) lookup filter.</li>
|
|
11116
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6548">#6548</a> - Changed the save method of the <code>Prefix</code> model to reparent subnets and IPs only when the <code>network</code>, <code>namespace</code>, or <code>prefix_length</code> fields are updated.</li>
|
|
11117
|
+
</ul>
|
|
11118
|
+
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">¶</a></h3>
|
|
11119
|
+
<ul>
|
|
11120
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/4056">#4056</a> - Fixed filter of add_tags and remove_tags of bulkedit based on content type</li>
|
|
11121
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6204">#6204</a> - Fixed out-of-memory errors when <code>LogsCleanup</code> system job resulted in cascade deletion of many related objects (such as <code>JobLogEntry</code> or <code>nautobot_ssot.SyncLogEntry</code> records).</li>
|
|
11122
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6470">#6470</a> - Fixed untagged VLAN dropdown options mismatch in InterfaceEditForm and in InterfaceBulkEditForm.</li>
|
|
11123
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6496">#6496</a> - Fixed <code>/ipam/prefixes/<UUID>/available-ips/</code> to correctly consider IPs under child Prefixes.</li>
|
|
11124
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6496">#6496</a> - Fixed <code>Prefix.get_first_available_ip()</code> method to not return IP taken by child Prefixes.</li>
|
|
11125
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6664">#6664</a> - Fixed <code>circuit_type</code> column not included correctly in CircuitTable default columns.</li>
|
|
11126
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6678">#6678</a> - Fixed incorrect copy button behavior on global search page.</li>
|
|
11127
|
+
</ul>
|
|
11128
|
+
<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">¶</a></h3>
|
|
11129
|
+
<ul>
|
|
11130
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6590">#6590</a> - Added an <code>ExampleEverythingJob</code> to the Example App and updated Job developer documentation to reference it as an example.</li>
|
|
11131
|
+
</ul>
|
|
11132
|
+
<h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">¶</a></h3>
|
|
11133
|
+
<ul>
|
|
11134
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6657">#6657</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.48</code>.</li>
|
|
11135
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6659">#6659</a> - Enhanced development environment and associated <code>invoke</code> tasks to be Nautobot major/minor version aware, such that a different Docker compose <code>project-name</code> (and different local Docker image label) will be used for containers in a <code>develop</code>-based branch versus a <code>next</code>-based branch.</li>
|
|
11136
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6679">#6679</a> - Added <code>logs</code> task to <code>tasks.py</code> to view the logs of a docker compose service.</li>
|
|
11137
|
+
</ul>
|
|
11138
|
+
<h2 id="v2313-2024-12-10">v2.3.13 (2024-12-10)<a class="headerlink" href="#v2313-2024-12-10" title="Permanent link">¶</a></h2>
|
|
11139
|
+
<h3 id="security">Security<a class="headerlink" href="#security" title="Permanent link">¶</a></h3>
|
|
11140
|
+
<ul>
|
|
11141
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6615">#6615</a> - Updated <code>Django</code> to <code>~4.2.17</code> due to <code>CVE-2024-53907</code> and <code>CVE-2024-53908</code>.</li>
|
|
11142
|
+
</ul>
|
|
11143
|
+
<h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">¶</a></h3>
|
|
11144
|
+
<ul>
|
|
11145
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/4817">#4817</a> - Added <code>Cluster</code> field on DeviceBulkEditForm.</li>
|
|
11146
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5333">#5333</a> - Added <code>Comments</code> field on DeviceBulkEditForm.</li>
|
|
11147
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6498">#6498</a> - Added support for an additional <code>suffix</code> when utilizing TableExtension to support tables like IPAddressDetailTable.</li>
|
|
11148
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6586">#6586</a> - Added description and weight on RoleBulkEditForm.</li>
|
|
11149
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6605">#6605</a> - Added <code>BaseTable</code> support for a <code>data_transform_callback</code> function that can be used to modify the table data after performing automatic QuerySet optimizations. (Several IPAM tables now use this functionality).</li>
|
|
11150
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6605">#6605</a> - Enhanced <code>LinkedCountColumn</code> to support a <code>distinct</code> parameter to handle cases where counts may otherwise be incorrect.</li>
|
|
11151
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6605">#6605</a> - Added <code>ip_addresses</code> and <code>has_ip_addresses</code> filter support to Device, Interface, and VirtualMachine FilterSets.</li>
|
|
11152
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6613">#6613</a> - Enhanced Prefix detail view "Child Prefixes" table to render associated Locations more intelligently.</li>
|
|
11153
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6614">#6614</a> - Enhanced IP Address tables to show the name of the associated Interface or VM Interface if only a single such association is present for a given IP Address.</li>
|
|
11154
|
+
</ul>
|
|
11155
|
+
<h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">¶</a></h3>
|
|
11156
|
+
<ul>
|
|
11157
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6166">#6166</a> - Enhanced the REST API to generally make it possible to create objects with known ids on request.</li>
|
|
11158
|
+
</ul>
|
|
11159
|
+
<h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">¶</a></h3>
|
|
11160
|
+
<ul>
|
|
11161
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/3124">#3124</a> - Fixed inability of ImageAttachment and DeviceType API endpoints to accept <code>multipart/form-data</code> file uploads.</li>
|
|
11162
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5166">#5166</a> - Fixed a <code>ProgrammingError</code> when applying permissions containing network-address-based constraints.</li>
|
|
11163
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6466">#6466</a> - Fixed <code>table_config</code> field not showing up correctly in the Saved View modal.</li>
|
|
11164
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6498">#6498</a> - Fixed error when using TableExtension when the table is missing Meta.default_columns.</li>
|
|
11165
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6605">#6605</a> - Improved rendering performance of the IPAddress list view in cases where the <code>Interfaces</code>, <code>Devices</code>, <code>VM Interfaces</code>, <code>Virtual Machines</code>, and/or <code>Assigned</code> columns are not shown.</li>
|
|
11166
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6605">#6605</a> - Improved performance of <code>TreeModel.display</code> calculation by making better use of the cache.</li>
|
|
11167
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6609">#6609</a> - Fixed unnecessary call to the database when logging from a Job with the parameter <code>extra={"skip_db_logging": True}</code>.</li>
|
|
11168
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6624">#6624</a> - Fixed issue with <code>group_sync.py</code> where it was accessing the settings using environment variable name vs the actual settings name.</li>
|
|
11169
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6624">#6624</a> - Fixed the <code>SOCIAL_AUTH_PIPELINE</code> settings to include the entire path of the <code>group_sync</code> function.</li>
|
|
11170
|
+
</ul>
|
|
11171
|
+
<h3 id="dependencies_1">Dependencies<a class="headerlink" href="#dependencies_1" title="Permanent link">¶</a></h3>
|
|
11172
|
+
<ul>
|
|
11173
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6615">#6615</a> - Updated <code>nh3</code> to <code>~0.2.19</code>.</li>
|
|
11174
|
+
</ul>
|
|
11175
|
+
<h3 id="documentation_1">Documentation<a class="headerlink" href="#documentation_1" title="Permanent link">¶</a></h3>
|
|
11176
|
+
<ul>
|
|
11177
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6622">#6622</a> - Fixed AzureAD documentation for custom_module logging example.</li>
|
|
11178
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6636">#6636</a> - Fixed group_sync path in the SSO documentation.</li>
|
|
11179
|
+
</ul>
|
|
11180
|
+
<h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">¶</a></h3>
|
|
11181
|
+
<ul>
|
|
11182
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6615">#6615</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.47</code>.</li>
|
|
11183
|
+
</ul>
|
|
11184
|
+
<h2 id="v2312-2024-11-25">v2.3.12 (2024-11-25)<a class="headerlink" href="#v2312-2024-11-25" title="Permanent link">¶</a></h2>
|
|
11185
|
+
<h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">¶</a></h3>
|
|
11186
|
+
<ul>
|
|
10834
11187
|
<li><a href="https://github.com/nautobot/nautobot/issues/6532">#6532</a> - Added a keyboard shortcut (⌘+enter or ctrl+enter) to submit forms when typing in a textarea.</li>
|
|
10835
11188
|
<li><a href="https://github.com/nautobot/nautobot/issues/6543">#6543</a> - Defined a generic SSO group authentication module that can be shared by any OAuth2/OIDC backend.</li>
|
|
10836
11189
|
<li><a href="https://github.com/nautobot/nautobot/issues/6550">#6550</a> - Added OSFP-XD (800GE and 1600GE) and OSFP1600 interface types.</li>
|
|
10837
11190
|
</ul>
|
|
10838
|
-
<h3 id="
|
|
11191
|
+
<h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">¶</a></h3>
|
|
10839
11192
|
<ul>
|
|
10840
11193
|
<li><a href="https://github.com/nautobot/nautobot/issues/6242">#6242</a> - Fixed "copy" button on Device tabbed views to now only copy the device name.</li>
|
|
10841
11194
|
<li><a href="https://github.com/nautobot/nautobot/issues/6478">#6478</a> - Fixed inconsistent rendering of the Role field.</li>
|
|
@@ -10847,34 +11200,34 @@
|
|
|
10847
11200
|
<li><a href="https://github.com/nautobot/nautobot/issues/6547">#6547</a> - Fixed incorrect VRF filter specified on VRF column on Prefix Table.</li>
|
|
10848
11201
|
<li><a href="https://github.com/nautobot/nautobot/issues/6564">#6564</a> - Fixed an <code>AttributeError</code> raised when an App overrides a NautobotUIViewSet view.</li>
|
|
10849
11202
|
</ul>
|
|
10850
|
-
<h3 id="
|
|
11203
|
+
<h3 id="dependencies_2">Dependencies<a class="headerlink" href="#dependencies_2" title="Permanent link">¶</a></h3>
|
|
10851
11204
|
<ul>
|
|
10852
11205
|
<li><a href="https://github.com/nautobot/nautobot/issues/6459">#6459</a> - Updated <code>mysqlclient</code> dependency to <code>~2.2.6</code>.</li>
|
|
10853
11206
|
</ul>
|
|
10854
|
-
<h3 id="
|
|
11207
|
+
<h3 id="documentation_2">Documentation<a class="headerlink" href="#documentation_2" title="Permanent link">¶</a></h3>
|
|
10855
11208
|
<ul>
|
|
10856
11209
|
<li><a href="https://github.com/nautobot/nautobot/issues/6516">#6516</a> - Updated release notes to make it clearer which are model changes.</li>
|
|
10857
11210
|
<li><a href="https://github.com/nautobot/nautobot/issues/6524">#6524</a> - Updated AzureAD authentication documentation.</li>
|
|
10858
11211
|
<li><a href="https://github.com/nautobot/nautobot/issues/6567">#6567</a> - Fixed incorrect example in documentation on using test factories.</li>
|
|
10859
11212
|
</ul>
|
|
10860
|
-
<h3 id="
|
|
11213
|
+
<h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">¶</a></h3>
|
|
10861
11214
|
<ul>
|
|
10862
11215
|
<li><a href="https://github.com/nautobot/nautobot/issues/6459">#6459</a> - Updated documentation dependencies <code>mkdocs-redirects</code> to <code>1.2.2</code> and <code>mkdocs-material</code> to <code>9.5.46</code>.</li>
|
|
10863
11216
|
<li><a href="https://github.com/nautobot/nautobot/issues/6500">#6500</a> - Added support for <code>invoke showmigrations</code> command.</li>
|
|
10864
11217
|
</ul>
|
|
10865
11218
|
<h2 id="v2311-2024-11-12">v2.3.11 (2024-11-12)<a class="headerlink" href="#v2311-2024-11-12" title="Permanent link">¶</a></h2>
|
|
10866
|
-
<h3 id="
|
|
11219
|
+
<h3 id="added_4">Added<a class="headerlink" href="#added_4" title="Permanent link">¶</a></h3>
|
|
10867
11220
|
<ul>
|
|
10868
11221
|
<li><a href="https://github.com/nautobot/nautobot/issues/6231">#6231</a> - Added <code>nautobot.apps.utils.get_related_field_for_models()</code> helper function.</li>
|
|
10869
11222
|
<li><a href="https://github.com/nautobot/nautobot/issues/6231">#6231</a> - Added optional <code>lookup</code> parameter to <code>LinkedCountColumn</code>.</li>
|
|
10870
11223
|
</ul>
|
|
10871
|
-
<h3 id="
|
|
11224
|
+
<h3 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permanent link">¶</a></h3>
|
|
10872
11225
|
<ul>
|
|
10873
11226
|
<li><a href="https://github.com/nautobot/nautobot/issues/5321">#5321</a> - For bulk delete all objects view, only show the confirmation dialog without the table that shows the objects that would be deleted.</li>
|
|
10874
11227
|
<li><a href="https://github.com/nautobot/nautobot/issues/6231">#6231</a> - Changed most related-object-count table columns (e.g. the "Locations" column in a Prefix table) to, if only a single related record is present (e.g. a single Location is associated with a given Prefix), display that related record directly instead of just displaying <code>1</code>.</li>
|
|
10875
11228
|
<li><a href="https://github.com/nautobot/nautobot/issues/6465">#6465</a> - For bulk edit all objects view, skip rendering the table of related objects in the confirmation page.</li>
|
|
10876
11229
|
</ul>
|
|
10877
|
-
<h3 id="
|
|
11230
|
+
<h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">¶</a></h3>
|
|
10878
11231
|
<ul>
|
|
10879
11232
|
<li><a href="https://github.com/nautobot/nautobot/issues/6414">#6414</a> - Fixed layout bug in browsable REST API.</li>
|
|
10880
11233
|
<li><a href="https://github.com/nautobot/nautobot/issues/6442">#6442</a> - Fixed an issue where GitLab CI pipelines fail using all versions of official Docker images.</li>
|
|
@@ -10885,11 +11238,11 @@
|
|
|
10885
11238
|
<li><a href="https://github.com/nautobot/nautobot/issues/6491">#6491</a> - Added missing <code>vrf</code> field to <code>VMInterfaceForm</code> and <code>VMInterfaceCreateForm</code>.</li>
|
|
10886
11239
|
<li><a href="https://github.com/nautobot/nautobot/issues/6492">#6492</a> - Fixed <code>vlan_group</code> field is not filtered by <code>locations</code> field input on VLANForm.</li>
|
|
10887
11240
|
</ul>
|
|
10888
|
-
<h3 id="
|
|
11241
|
+
<h3 id="documentation_3">Documentation<a class="headerlink" href="#documentation_3" title="Permanent link">¶</a></h3>
|
|
10889
11242
|
<ul>
|
|
10890
11243
|
<li><a href="https://github.com/nautobot/nautobot/issues/6485">#6485</a> - Added additional clarification for enabling request profiling via user profile.</li>
|
|
10891
11244
|
</ul>
|
|
10892
|
-
<h3 id="
|
|
11245
|
+
<h3 id="housekeeping_3">Housekeeping<a class="headerlink" href="#housekeeping_3" title="Permanent link">¶</a></h3>
|
|
10893
11246
|
<ul>
|
|
10894
11247
|
<li><a href="https://github.com/nautobot/nautobot/issues/6449">#6449</a> - Added an integration test to create a Manufacturer, DeviceType, LocationType, Location, Role and Device to test the create forms and select2 api form fields are working correctly.</li>
|
|
10895
11248
|
<li><a href="https://github.com/nautobot/nautobot/issues/6449">#6449</a> - Fixed incorrect assertion in core navbar integration tests.</li>
|
|
@@ -10898,44 +11251,44 @@
|
|
|
10898
11251
|
<li><a href="https://github.com/nautobot/nautobot/issues/6497">#6497</a> - Added support for <code>--no-reusedb</code> option to <code>invoke integration-test</code> task.</li>
|
|
10899
11252
|
</ul>
|
|
10900
11253
|
<h2 id="v2310-2024-10-29">v2.3.10 (2024-10-29)<a class="headerlink" href="#v2310-2024-10-29" title="Permanent link">¶</a></h2>
|
|
10901
|
-
<h3 id="
|
|
11254
|
+
<h3 id="added_5">Added<a class="headerlink" href="#added_5" title="Permanent link">¶</a></h3>
|
|
10902
11255
|
<ul>
|
|
10903
11256
|
<li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Added cacheable <code>CustomField.objects.keys_for_model(model)</code> API.</li>
|
|
10904
11257
|
<li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Added queryset caching in <code>web_request_context</code> for more efficient JobHook and Webhook dispatching on bulk requests.</li>
|
|
10905
11258
|
<li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Added logging to JobResults for CustomField provisioning background tasks.</li>
|
|
10906
11259
|
<li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Added more efficient database calls for most cases of bulk-provisioning CustomField data on model objects.</li>
|
|
10907
11260
|
</ul>
|
|
10908
|
-
<h3 id="
|
|
11261
|
+
<h3 id="changed_4">Changed<a class="headerlink" href="#changed_4" title="Permanent link">¶</a></h3>
|
|
10909
11262
|
<ul>
|
|
10910
11263
|
<li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Increased soft/hard time limits on CustomField provisioning background tasks to 1800 and 2000 seconds respectively.</li>
|
|
10911
11264
|
</ul>
|
|
10912
|
-
<h3 id="
|
|
11265
|
+
<h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">¶</a></h3>
|
|
10913
11266
|
<ul>
|
|
10914
11267
|
<li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Fixed long-running-at-scale transaction lock on records while adding/removing a CustomField definition.</li>
|
|
10915
11268
|
<li><a href="https://github.com/nautobot/nautobot/issues/6441">#6441</a> - Fixed a regression in 2.3.9 that broke the rendering of the Device create/edit form.</li>
|
|
10916
11269
|
</ul>
|
|
10917
|
-
<h3 id="
|
|
11270
|
+
<h3 id="dependencies_3">Dependencies<a class="headerlink" href="#dependencies_3" title="Permanent link">¶</a></h3>
|
|
10918
11271
|
<ul>
|
|
10919
11272
|
<li><a href="https://github.com/nautobot/nautobot/issues/6423">#6423</a> - Updated <code>mysqlclient</code> to <code>~2.2.5</code>.</li>
|
|
10920
11273
|
</ul>
|
|
10921
|
-
<h3 id="
|
|
11274
|
+
<h3 id="housekeeping_4">Housekeeping<a class="headerlink" href="#housekeeping_4" title="Permanent link">¶</a></h3>
|
|
10922
11275
|
<ul>
|
|
10923
11276
|
<li><a href="https://github.com/nautobot/nautobot/issues/6423">#6423</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.42</code>.</li>
|
|
10924
11277
|
</ul>
|
|
10925
11278
|
<h2 id="v239-2024-10-28">v2.3.9 (2024-10-28)<a class="headerlink" href="#v239-2024-10-28" title="Permanent link">¶</a></h2>
|
|
10926
|
-
<h3 id="
|
|
11279
|
+
<h3 id="added_6">Added<a class="headerlink" href="#added_6" title="Permanent link">¶</a></h3>
|
|
10927
11280
|
<ul>
|
|
10928
11281
|
<li><a href="https://github.com/nautobot/nautobot/issues/4899">#4899</a> - Added TableExtension class to allow app developers to add columns to core tables.</li>
|
|
10929
11282
|
<li><a href="https://github.com/nautobot/nautobot/issues/6336">#6336</a> - Added logic to ModuleBay model to ensure that if the <code>position</code> field is empty, its value will be automatically populated from the <code>name</code> of the Module Bay instance.</li>
|
|
10930
11283
|
<li><a href="https://github.com/nautobot/nautobot/issues/6372">#6372</a> - Added environment variable support for setting <code>CSRF_TRUSTED_ORIGINS</code>.</li>
|
|
10931
11284
|
</ul>
|
|
10932
|
-
<h3 id="
|
|
11285
|
+
<h3 id="changed_5">Changed<a class="headerlink" href="#changed_5" title="Permanent link">¶</a></h3>
|
|
10933
11286
|
<ul>
|
|
10934
11287
|
<li><a href="https://github.com/nautobot/nautobot/issues/6336">#6336</a> - Enhanced <code>position</code> fields on ModuleBayCreate/UpdateForms to auto-populate their values from <code>name</code> fields.</li>
|
|
10935
11288
|
<li><a href="https://github.com/nautobot/nautobot/issues/6386">#6386</a> - Changed <code>GitRepositorySync</code> system Job to run atomically (all-or-nothing), such that any failure in the resync will cause all associated database updates to be reverted.</li>
|
|
10936
11289
|
<li><a href="https://github.com/nautobot/nautobot/issues/6386">#6386</a> - Changed behavior of change logging <code>web_request_context()</code> to only reload Job code when a relevant JobHook is found to apply to the change in question.</li>
|
|
10937
11290
|
</ul>
|
|
10938
|
-
<h3 id="
|
|
11291
|
+
<h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">¶</a></h3>
|
|
10939
11292
|
<ul>
|
|
10940
11293
|
<li><a href="https://github.com/nautobot/nautobot/issues/6297">#6297</a> - Fixed overly broad scope of the TreeModel <code>invalidate_max_depth_cache</code> signal so that it now correctly only fires for TreeModel instances rather than all models.</li>
|
|
10941
11294
|
<li><a href="https://github.com/nautobot/nautobot/issues/6297">#6297</a> - Improved performance of DynamicGroup membership updates/recalculations when dealing with large numbers of member objects.</li>
|
|
@@ -10944,16 +11297,16 @@
|
|
|
10944
11297
|
<li><a href="https://github.com/nautobot/nautobot/issues/6415">#6415</a> - Added missing column <code>software_version</code> to the Device Table in Device List View.</li>
|
|
10945
11298
|
<li><a href="https://github.com/nautobot/nautobot/issues/6425">#6425</a> - Fixed bug in which ColoredLabelColumn() wasn't being applied to the `role' column on Device/VM interfaces.</li>
|
|
10946
11299
|
</ul>
|
|
10947
|
-
<h3 id="
|
|
11300
|
+
<h3 id="dependencies_4">Dependencies<a class="headerlink" href="#dependencies_4" title="Permanent link">¶</a></h3>
|
|
10948
11301
|
<ul>
|
|
10949
11302
|
<li><a href="https://github.com/nautobot/nautobot/issues/6362">#6362</a> - Updated <code>psycopg2-binary</code> dependency to <code>~2.9.10</code>.</li>
|
|
10950
11303
|
</ul>
|
|
10951
|
-
<h3 id="
|
|
11304
|
+
<h3 id="housekeeping_5">Housekeeping<a class="headerlink" href="#housekeeping_5" title="Permanent link">¶</a></h3>
|
|
10952
11305
|
<ul>
|
|
10953
11306
|
<li><a href="https://github.com/nautobot/nautobot/issues/6362">#6362</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.41</code>.</li>
|
|
10954
11307
|
</ul>
|
|
10955
11308
|
<h2 id="v238-2024-10-18">v2.3.8 (2024-10-18)<a class="headerlink" href="#v238-2024-10-18" title="Permanent link">¶</a></h2>
|
|
10956
|
-
<h3 id="
|
|
11309
|
+
<h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">¶</a></h3>
|
|
10957
11310
|
<ul>
|
|
10958
11311
|
<li><a href="https://github.com/nautobot/nautobot/issues/5050">#5050</a> - Changed logic to permit VLANs assigned to a device's location's parent locations (including parents of parents, etc.) to be assigned to that device's interfaces.</li>
|
|
10959
11312
|
<li><a href="https://github.com/nautobot/nautobot/issues/6297">#6297</a> - Fixed paginator widget to display the current selected <code>per_page</code> value even if it's not one of the <code>PER_PAGE_DEFAULTS</code> options.</li>
|
|
@@ -10962,27 +11315,27 @@
|
|
|
10962
11315
|
<li><a href="https://github.com/nautobot/nautobot/issues/6385">#6385</a> - Restored <code>Prefix.get_child_ips()</code> API mistakenly removed from v2.3.5 through v2.3.7.</li>
|
|
10963
11316
|
</ul>
|
|
10964
11317
|
<h2 id="v237-2024-10-15">v2.3.7 (2024-10-15)<a class="headerlink" href="#v237-2024-10-15" title="Permanent link">¶</a></h2>
|
|
10965
|
-
<h3 id="
|
|
11318
|
+
<h3 id="added_7">Added<a class="headerlink" href="#added_7" title="Permanent link">¶</a></h3>
|
|
10966
11319
|
<ul>
|
|
10967
11320
|
<li><a href="https://github.com/nautobot/nautobot/issues/2784">#2784</a> - Added <code>assertBodyContains()</code> test helper API to <code>NautobotTestCaseMixin</code>.</li>
|
|
10968
11321
|
</ul>
|
|
10969
|
-
<h3 id="
|
|
11322
|
+
<h3 id="changed_6">Changed<a class="headerlink" href="#changed_6" title="Permanent link">¶</a></h3>
|
|
10970
11323
|
<ul>
|
|
10971
11324
|
<li><a href="https://github.com/nautobot/nautobot/issues/6205">#6205</a> - Changed initial <code>Nautobot initialized!</code> message logged on startup to include the Nautobot version number.</li>
|
|
10972
11325
|
<li><a href="https://github.com/nautobot/nautobot/issues/6350">#6350</a> - Changed the way that <code>ensure_git_repository</code> logs hashes to include the name of the repository.</li>
|
|
10973
11326
|
</ul>
|
|
10974
|
-
<h3 id="
|
|
11327
|
+
<h3 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">¶</a></h3>
|
|
10975
11328
|
<ul>
|
|
10976
11329
|
<li><a href="https://github.com/nautobot/nautobot/issues/6158">#6158</a> - Fixed a UI overflow issue with the Tenant Stats panel.</li>
|
|
10977
11330
|
<li><a href="https://github.com/nautobot/nautobot/issues/6299">#6299</a> - Added retry logic and error handling for several cases where an intermittent Redis connection error could cause Celery to throw an exception.</li>
|
|
10978
11331
|
<li><a href="https://github.com/nautobot/nautobot/issues/6318">#6318</a> - Fixed duplicate loading of <code>nautobot_config.py</code> during Nautobot startup.</li>
|
|
10979
11332
|
<li><a href="https://github.com/nautobot/nautobot/issues/6329">#6329</a> - Added a data migration to fix DynamicGroup <code>group_type</code> values set incorrectly in upgrading to Nautobot 2.3.x.</li>
|
|
10980
11333
|
</ul>
|
|
10981
|
-
<h3 id="
|
|
11334
|
+
<h3 id="dependencies_5">Dependencies<a class="headerlink" href="#dependencies_5" title="Permanent link">¶</a></h3>
|
|
10982
11335
|
<ul>
|
|
10983
11336
|
<li><a href="https://github.com/nautobot/nautobot/issues/6299">#6299</a> - Added a direct dependency on <code>kombu</code> to guarantee the presence of some essential fixes for this Celery dependency.</li>
|
|
10984
11337
|
</ul>
|
|
10985
|
-
<h3 id="
|
|
11338
|
+
<h3 id="housekeeping_6">Housekeeping<a class="headerlink" href="#housekeeping_6" title="Permanent link">¶</a></h3>
|
|
10986
11339
|
<ul>
|
|
10987
11340
|
<li><a href="https://github.com/nautobot/nautobot/issues/2784">#2784</a> - Added usage of <code>extract_page_body()</code> to many view-related test cases in order to make their failure output more readable.</li>
|
|
10988
11341
|
<li><a href="https://github.com/nautobot/nautobot/issues/2784">#2784</a> - Modified many view-related test cases to use new <code>assertBodyContains()</code> test helper method for brevity.</li>
|
|
@@ -10993,36 +11346,36 @@
|
|
|
10993
11346
|
<li><a href="https://github.com/nautobot/nautobot/issues/6318">#6318</a> - Added <code>--remove-orphans</code> to the docker compose commands for <code>invoke stop</code> and <code>invoke destroy</code>.</li>
|
|
10994
11347
|
</ul>
|
|
10995
11348
|
<h2 id="v236-2024-10-02">v2.3.6 (2024-10-02)<a class="headerlink" href="#v236-2024-10-02" title="Permanent link">¶</a></h2>
|
|
10996
|
-
<h3 id="
|
|
11349
|
+
<h3 id="added_8">Added<a class="headerlink" href="#added_8" title="Permanent link">¶</a></h3>
|
|
10997
11350
|
<ul>
|
|
10998
11351
|
<li><a href="https://github.com/nautobot/nautobot/issues/5903">#5903</a> - Added range field on <code>VLANGroup</code> model.</li>
|
|
10999
11352
|
<li><a href="https://github.com/nautobot/nautobot/issues/5903">#5903</a> - Added tags on <code>VLANGroup</code> model.</li>
|
|
11000
11353
|
</ul>
|
|
11001
|
-
<h3 id="
|
|
11354
|
+
<h3 id="fixed_8">Fixed<a class="headerlink" href="#fixed_8" title="Permanent link">¶</a></h3>
|
|
11002
11355
|
<ul>
|
|
11003
11356
|
<li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Fixed an error during startup when an App included a REST API serializer inheriting from an unexpected base class.</li>
|
|
11004
11357
|
<li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Fixed a warning during startup about the <code>extras.FileAttachment</code> model.</li>
|
|
11005
11358
|
</ul>
|
|
11006
|
-
<h3 id="
|
|
11359
|
+
<h3 id="documentation_4">Documentation<a class="headerlink" href="#documentation_4" title="Permanent link">¶</a></h3>
|
|
11007
11360
|
<ul>
|
|
11008
11361
|
<li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Added a note to the release overview section for app developers regarding opt-in/opt-out of model features.</li>
|
|
11009
11362
|
<li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Updated app model developer documentation with more details about feature opt-out.</li>
|
|
11010
11363
|
</ul>
|
|
11011
|
-
<h3 id="
|
|
11364
|
+
<h3 id="housekeeping_7">Housekeeping<a class="headerlink" href="#housekeeping_7" title="Permanent link">¶</a></h3>
|
|
11012
11365
|
<ul>
|
|
11013
11366
|
<li><a href="https://github.com/nautobot/nautobot/issues/6308">#6308</a> - Increase the minimum number of content-types to three and capped the maximum to five for MetadataType instances created by MetadataTypeFactory.</li>
|
|
11014
11367
|
</ul>
|
|
11015
11368
|
<h2 id="v235-2024-09-30">v2.3.5 (2024-09-30)<a class="headerlink" href="#v235-2024-09-30" title="Permanent link">¶</a></h2>
|
|
11016
|
-
<h3 id="
|
|
11369
|
+
<h3 id="added_9">Added<a class="headerlink" href="#added_9" title="Permanent link">¶</a></h3>
|
|
11017
11370
|
<ul>
|
|
11018
11371
|
<li><a href="https://github.com/nautobot/nautobot/issues/6257">#6257</a> - Added <code>is_occupied</code> boolean filter to the Rack elevation API endpoint to allow filtering by occupied or unoccupied units.</li>
|
|
11019
11372
|
<li><a href="https://github.com/nautobot/nautobot/issues/6289">#6289</a> - Added the add button to IPAM Services.</li>
|
|
11020
11373
|
</ul>
|
|
11021
|
-
<h3 id="
|
|
11374
|
+
<h3 id="changed_7">Changed<a class="headerlink" href="#changed_7" title="Permanent link">¶</a></h3>
|
|
11022
11375
|
<ul>
|
|
11023
11376
|
<li><a href="https://github.com/nautobot/nautobot/issues/6057">#6057</a> - Enhanced job delete functions to prevent users from deleting system jobs from the UI and the API.</li>
|
|
11024
11377
|
</ul>
|
|
11025
|
-
<h3 id="
|
|
11378
|
+
<h3 id="fixed_9">Fixed<a class="headerlink" href="#fixed_9" title="Permanent link">¶</a></h3>
|
|
11026
11379
|
<ul>
|
|
11027
11380
|
<li><a href="https://github.com/nautobot/nautobot/issues/5802">#5802</a> - Override <code>get_required_permission()</code> in SavedViewUIViewSet to achieve the intended behavior.</li>
|
|
11028
11381
|
<li><a href="https://github.com/nautobot/nautobot/issues/5924">#5924</a> - Fixed the redirect URL for the Device Bay Populate/Depopulate view to take the user back to the Device Bays tab on the Device page.</li>
|
|
@@ -11033,16 +11386,16 @@
|
|
|
11033
11386
|
<li><a href="https://github.com/nautobot/nautobot/issues/6257">#6257</a> - Fixed the selection options for <code>position</code> on the device add/edit form to disable RUs that are currently occupied.</li>
|
|
11034
11387
|
<li><a href="https://github.com/nautobot/nautobot/issues/6289">#6289</a> - Fixed lookup of IP Addresses in the Service form.</li>
|
|
11035
11388
|
</ul>
|
|
11036
|
-
<h3 id="
|
|
11389
|
+
<h3 id="dependencies_6">Dependencies<a class="headerlink" href="#dependencies_6" title="Permanent link">¶</a></h3>
|
|
11037
11390
|
<ul>
|
|
11038
11391
|
<li><a href="https://github.com/nautobot/nautobot/issues/6247">#6247</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.35</code>.</li>
|
|
11039
11392
|
<li><a href="https://github.com/nautobot/nautobot/issues/6287">#6287</a> - Replaced incorrect <code>django-structlog[all]</code> dependency with <code>django-structlog[celery]</code>.</li>
|
|
11040
11393
|
</ul>
|
|
11041
|
-
<h3 id="
|
|
11394
|
+
<h3 id="documentation_5">Documentation<a class="headerlink" href="#documentation_5" title="Permanent link">¶</a></h3>
|
|
11042
11395
|
<ul>
|
|
11043
11396
|
<li><a href="https://github.com/nautobot/nautobot/issues/6264">#6264</a> - Added to the core developer documentation a warning against the use of data factories within test case code.</li>
|
|
11044
11397
|
</ul>
|
|
11045
|
-
<h3 id="
|
|
11398
|
+
<h3 id="housekeeping_8">Housekeeping<a class="headerlink" href="#housekeeping_8" title="Permanent link">¶</a></h3>
|
|
11046
11399
|
<ul>
|
|
11047
11400
|
<li><a href="https://github.com/nautobot/nautobot/issues/5802">#5802</a> - Override <code>get_required_permission()</code> in SavedViewUIViewSet to achieve the intended behavior.</li>
|
|
11048
11401
|
<li><a href="https://github.com/nautobot/nautobot/issues/6264">#6264</a> - Changed <code>invoke unittest</code> to default to <code>--parallel</code> even when a <code>--label</code> value is specified.</li>
|
|
@@ -11051,22 +11404,22 @@
|
|
|
11051
11404
|
<li><a href="https://github.com/nautobot/nautobot/issues/6292">#6292</a> - Corrected logic of several VLAN test cases.</li>
|
|
11052
11405
|
</ul>
|
|
11053
11406
|
<h2 id="v234-2024-09-18">v2.3.4 (2024-09-18)<a class="headerlink" href="#v234-2024-09-18" title="Permanent link">¶</a></h2>
|
|
11054
|
-
<h3 id="
|
|
11407
|
+
<h3 id="added_10">Added<a class="headerlink" href="#added_10" title="Permanent link">¶</a></h3>
|
|
11055
11408
|
<ul>
|
|
11056
11409
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Added support for <code>NAUTOBOT_CACHES_TIMEOUT</code> environment variable.</li>
|
|
11057
11410
|
<li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Added the ability to filter virtual machines by their <code>cluster</code> names or IDs.</li>
|
|
11058
11411
|
</ul>
|
|
11059
|
-
<h3 id="
|
|
11412
|
+
<h3 id="changed_8">Changed<a class="headerlink" href="#changed_8" title="Permanent link">¶</a></h3>
|
|
11060
11413
|
<ul>
|
|
11061
11414
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Changed default cache timeout for Constance configuration from 1 day to 300 seconds to match other caches.</li>
|
|
11062
11415
|
</ul>
|
|
11063
|
-
<h3 id="
|
|
11416
|
+
<h3 id="fixed_10">Fixed<a class="headerlink" href="#fixed_10" title="Permanent link">¶</a></h3>
|
|
11064
11417
|
<ul>
|
|
11065
11418
|
<li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in ClusterTable for device count column.</li>
|
|
11066
11419
|
<li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in PowerPanelTable for power feed count column.</li>
|
|
11067
11420
|
<li><a href="https://github.com/nautobot/nautobot/issues/6230">#6230</a> - Fixed an issue with Celery Scheduler around datetime imports.</li>
|
|
11068
11421
|
</ul>
|
|
11069
|
-
<h3 id="
|
|
11422
|
+
<h3 id="documentation_6">Documentation<a class="headerlink" href="#documentation_6" title="Permanent link">¶</a></h3>
|
|
11070
11423
|
<ul>
|
|
11071
11424
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Consolidated "Required Settings" and "Optional Settings" docs into a single unified "Settings" document.</li>
|
|
11072
11425
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Consolidated "Administration: Installation Extras" docs section into the "Administration: Guides" section.</li>
|
|
@@ -11074,7 +11427,7 @@
|
|
|
11074
11427
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Added <code>environment_variables</code> keys to <code>settings.yaml</code> to more accurately document settings that are influenced by multiple environment variables together.</li>
|
|
11075
11428
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Removed <code>is_required_setting</code> keys from <code>settings.yaml</code> as no longer relevant.</li>
|
|
11076
11429
|
</ul>
|
|
11077
|
-
<h3 id="
|
|
11430
|
+
<h3 id="housekeeping_9">Housekeeping<a class="headerlink" href="#housekeeping_9" title="Permanent link">¶</a></h3>
|
|
11078
11431
|
<ul>
|
|
11079
11432
|
<li><a href="https://github.com/nautobot/nautobot/issues/5859">#5859</a> - Changed <code>--cache-test-fixtures</code> and <code>--keepdb</code> flags from opt-in to opt-out for <code>invoke unittest</code> and <code>invoke integration-test</code> commands.</li>
|
|
11080
11433
|
<li><a href="https://github.com/nautobot/nautobot/issues/5859">#5859</a> - Changed <code>invoke unittest</code> to automatically include <code>--parallel</code> flag when running the entire unit test suite.</li>
|
|
@@ -11082,22 +11435,22 @@
|
|
|
11082
11435
|
<li><a href="https://github.com/nautobot/nautobot/issues/6227">#6227</a> - Fixed typo in app upstream testing workflow.</li>
|
|
11083
11436
|
</ul>
|
|
11084
11437
|
<h2 id="v233-2024-09-16">v2.3.3 (2024-09-16)<a class="headerlink" href="#v233-2024-09-16" title="Permanent link">¶</a></h2>
|
|
11085
|
-
<h3 id="
|
|
11438
|
+
<h3 id="security_1">Security<a class="headerlink" href="#security_1" title="Permanent link">¶</a></h3>
|
|
11086
11439
|
<ul>
|
|
11087
11440
|
<li><a href="https://github.com/nautobot/nautobot/issues/6212">#6212</a> - Updated <code>Django</code> to <code>~4.2.16</code> to address <code>CVE-2024-45230</code> and <code>CVE-2024-45231</code>.</li>
|
|
11088
11441
|
</ul>
|
|
11089
|
-
<h3 id="
|
|
11442
|
+
<h3 id="fixed_11">Fixed<a class="headerlink" href="#fixed_11" title="Permanent link">¶</a></h3>
|
|
11090
11443
|
<ul>
|
|
11091
11444
|
<li><a href="https://github.com/nautobot/nautobot/issues/6184">#6184</a> - Fixed an exception in <code>extras.models.groups._map_filter_fields</code> method when certain App <code>filter_extensions</code> were present.</li>
|
|
11092
11445
|
<li><a href="https://github.com/nautobot/nautobot/issues/6190">#6190</a> - Added <code>display</code> property to Prefix to display its namespace along with the prefix to allow differentiation between prefixes in the UI.</li>
|
|
11093
11446
|
<li><a href="https://github.com/nautobot/nautobot/issues/6197">#6197</a> - Fixed an exception in <code>core.utils.lookup.get_model_for_view_name</code> function when rendering certain App object list views.</li>
|
|
11094
11447
|
<li><a href="https://github.com/nautobot/nautobot/issues/6203">#6203</a> - Fixed a performance regression observed when change logging resulted in a large number of ObjectChange records (such as in an SSOT Job).</li>
|
|
11095
11448
|
</ul>
|
|
11096
|
-
<h3 id="
|
|
11449
|
+
<h3 id="dependencies_7">Dependencies<a class="headerlink" href="#dependencies_7" title="Permanent link">¶</a></h3>
|
|
11097
11450
|
<ul>
|
|
11098
11451
|
<li><a href="https://github.com/nautobot/nautobot/issues/6084">#6084</a> - Updated <code>pyuwsgi</code> to <code>~2.0.26</code> and <code>PyYAML</code> to <code>~6.0.2</code>.</li>
|
|
11099
11452
|
</ul>
|
|
11100
|
-
<h3 id="
|
|
11453
|
+
<h3 id="housekeeping_10">Housekeeping<a class="headerlink" href="#housekeeping_10" title="Permanent link">¶</a></h3>
|
|
11101
11454
|
<ul>
|
|
11102
11455
|
<li><a href="https://github.com/nautobot/nautobot/issues/5376">#5376</a> - Disabled <code>coverage</code> during initial test database setup to improve test performance.</li>
|
|
11103
11456
|
<li><a href="https://github.com/nautobot/nautobot/issues/6084">#6084</a> - Updated development dependencies <code>factory-boy</code> to <code>~3.3.1</code>, <code>ruff</code> to <code>~0.5.7</code>, and <code>watchdog</code> to <code>~4.0.2</code>.</li>
|
|
@@ -11107,18 +11460,18 @@
|
|
|
11107
11460
|
<li><a href="https://github.com/nautobot/nautobot/issues/6212">#6212</a> - Updated development dependency <code>pylint</code> to <code>~3.2.7</code>.</li>
|
|
11108
11461
|
</ul>
|
|
11109
11462
|
<h2 id="v232-2024-09-03">v2.3.2 (2024-09-03)<a class="headerlink" href="#v232-2024-09-03" title="Permanent link">¶</a></h2>
|
|
11110
|
-
<h3 id="
|
|
11463
|
+
<h3 id="security_2">Security<a class="headerlink" href="#security_2" title="Permanent link">¶</a></h3>
|
|
11111
11464
|
<ul>
|
|
11112
11465
|
<li><a href="https://github.com/nautobot/nautobot/issues/6182">#6182</a> - Updated <code>cryptography</code> to <code>43.0.1</code> to address <code>GHSA-h4gh-qq45-vh27</code>. This is not a direct dependency so will not auto-update when upgrading. Please be sure to upgrade your local environment.</li>
|
|
11113
11466
|
</ul>
|
|
11114
|
-
<h3 id="
|
|
11467
|
+
<h3 id="added_11">Added<a class="headerlink" href="#added_11" title="Permanent link">¶</a></h3>
|
|
11115
11468
|
<ul>
|
|
11116
11469
|
<li><a href="https://github.com/nautobot/nautobot/issues/5180">#5180</a> - Add filtering Job Results by Scheduled Job.</li>
|
|
11117
11470
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>time_zone</code> field to <code>ScheduledJob</code> model.</li>
|
|
11118
11471
|
<li><a href="https://github.com/nautobot/nautobot/issues/6120">#6120</a> - Added Status Field to VRF model.</li>
|
|
11119
11472
|
<li><a href="https://github.com/nautobot/nautobot/issues/6129">#6129</a> - Added collapsible icon rotation to homepage panels.</li>
|
|
11120
11473
|
</ul>
|
|
11121
|
-
<h3 id="
|
|
11474
|
+
<h3 id="fixed_12">Fixed<a class="headerlink" href="#fixed_12" title="Permanent link">¶</a></h3>
|
|
11122
11475
|
<ul>
|
|
11123
11476
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Corrected several bugs around handling of <code>ScheduledJob</code> execution when <code>settings.TIME_ZONE</code> is other than "UTC".</li>
|
|
11124
11477
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added missing <code>Meta.ordering</code> definition to <code>ScheduledJob</code> model.</li>
|
|
@@ -11127,7 +11480,7 @@
|
|
|
11127
11480
|
<li><a href="https://github.com/nautobot/nautobot/issues/6146">#6146</a> - Added missing DynamicGroup content to Device Detail View and Software Image File Detail View.</li>
|
|
11128
11481
|
<li><a href="https://github.com/nautobot/nautobot/issues/6175">#6175</a> - Prevented some <code>AttributeError</code> exceptions from being raised when an App contains a model that doesn't inherit from <code>BaseModel</code>.</li>
|
|
11129
11482
|
</ul>
|
|
11130
|
-
<h3 id="
|
|
11483
|
+
<h3 id="housekeeping_11">Housekeeping<a class="headerlink" href="#housekeeping_11" title="Permanent link">¶</a></h3>
|
|
11131
11484
|
<ul>
|
|
11132
11485
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>watchmedo</code> to <code>celery_beat</code> development container.</li>
|
|
11133
11486
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>time-machine</code> as a development environment (test execution) dependency.</li>
|
|
@@ -11135,33 +11488,33 @@
|
|
|
11135
11488
|
<li><a href="https://github.com/nautobot/nautobot/issues/6147">#6147</a> - Added <code>development/cleanup_factory_dump.py</code> helper script to aid in identifying other issues with test data.</li>
|
|
11136
11489
|
</ul>
|
|
11137
11490
|
<h2 id="v231-2024-08-19">v2.3.1 (2024-08-19)<a class="headerlink" href="#v231-2024-08-19" title="Permanent link">¶</a></h2>
|
|
11138
|
-
<h3 id="
|
|
11491
|
+
<h3 id="added_12">Added<a class="headerlink" href="#added_12" title="Permanent link">¶</a></h3>
|
|
11139
11492
|
<ul>
|
|
11140
11493
|
<li><a href="https://github.com/nautobot/nautobot/issues/5232">#5232</a> - Added support for groupings to computed fields.</li>
|
|
11141
11494
|
<li><a href="https://github.com/nautobot/nautobot/issues/5494">#5494</a> - Added validation logic to <code>DeviceForm</code> <code>clean()</code> method to raise a validation error if there is any invalid software image file specified.</li>
|
|
11142
11495
|
<li><a href="https://github.com/nautobot/nautobot/issues/5915">#5915</a> - Enhanced <code>IPAddress.objects.get_or_create</code> method to permit specifying a namespace as an alternative to a parent prefix.</li>
|
|
11143
11496
|
</ul>
|
|
11144
|
-
<h3 id="
|
|
11497
|
+
<h3 id="changed_9">Changed<a class="headerlink" href="#changed_9" title="Permanent link">¶</a></h3>
|
|
11145
11498
|
<ul>
|
|
11146
11499
|
<li><a href="https://github.com/nautobot/nautobot/issues/5970">#5970</a> - Removed indentations for PrefixTable in various locations in the UI.</li>
|
|
11147
11500
|
</ul>
|
|
11148
|
-
<h3 id="
|
|
11501
|
+
<h3 id="fixed_13">Fixed<a class="headerlink" href="#fixed_13" title="Permanent link">¶</a></h3>
|
|
11149
11502
|
<ul>
|
|
11150
11503
|
<li><a href="https://github.com/nautobot/nautobot/issues/5494">#5494</a> - Fixed <code>Device</code> model <code>clean()</code> validation logic to allow user to specify a software version on a device without specifying any software image files.</li>
|
|
11151
11504
|
<li><a href="https://github.com/nautobot/nautobot/issues/6096">#6096</a> - Updated CloudAccount UI: Set the <code>secrets_group</code> form field to be optional.</li>
|
|
11152
11505
|
<li><a href="https://github.com/nautobot/nautobot/issues/6097">#6097</a> - Updated ContactAssociation API: Set the role field to be required.</li>
|
|
11153
11506
|
<li><a href="https://github.com/nautobot/nautobot/issues/6116">#6116</a> - Added handling for an <code>OperationalError</code> that might be raised when running <code>pylint-nautobot</code> or similar linters that depend on successfully running <code>nautobot.setup()</code>.</li>
|
|
11154
11507
|
</ul>
|
|
11155
|
-
<h3 id="
|
|
11508
|
+
<h3 id="housekeeping_12">Housekeeping<a class="headerlink" href="#housekeeping_12" title="Permanent link">¶</a></h3>
|
|
11156
11509
|
<ul>
|
|
11157
11510
|
<li><a href="https://github.com/nautobot/nautobot/issues/6107">#6107</a> - Updated documentation dependency <code>mkdocstrings-python</code> to <code>~1.10.8</code>.</li>
|
|
11158
11511
|
</ul>
|
|
11159
11512
|
<h2 id="v230-2024-08-08">v2.3.0 (2024-08-08)<a class="headerlink" href="#v230-2024-08-08" title="Permanent link">¶</a></h2>
|
|
11160
|
-
<h3 id="
|
|
11513
|
+
<h3 id="security_3">Security<a class="headerlink" href="#security_3" title="Permanent link">¶</a></h3>
|
|
11161
11514
|
<ul>
|
|
11162
11515
|
<li><a href="https://github.com/nautobot/nautobot/issues/6073">#6073</a> - Updated <code>Django</code> to <code>~4.2.15</code> due to <code>CVE-2024-41989</code>, <code>CVE-2024-41990</code>, <code>CVE-2024-41991</code>, and <code>CVE-2024-42005</code>.</li>
|
|
11163
11516
|
</ul>
|
|
11164
|
-
<h3 id="
|
|
11517
|
+
<h3 id="added_13">Added<a class="headerlink" href="#added_13" title="Permanent link">¶</a></h3>
|
|
11165
11518
|
<ul>
|
|
11166
11519
|
<li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added missing <code>comments</code> field to DeviceType bulk edit.</li>
|
|
11167
11520
|
<li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added <code>comments</code> field to ModuleType.</li>
|
|
@@ -11171,7 +11524,7 @@
|
|
|
11171
11524
|
<li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added support for querying <code>GenericRelation</code> relationships (reverse of <code>GenericForeignKey</code>) in GraphQL.</li>
|
|
11172
11525
|
<li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added support for filtering an object's <code>associated_contacts</code> in GraphQL.</li>
|
|
11173
11526
|
</ul>
|
|
11174
|
-
<h3 id="
|
|
11527
|
+
<h3 id="changed_10">Changed<a class="headerlink" href="#changed_10" title="Permanent link">¶</a></h3>
|
|
11175
11528
|
<ul>
|
|
11176
11529
|
<li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Changed rendering of <code>scoped_fields</code> column in <code>ObjectMetadataTable</code>.</li>
|
|
11177
11530
|
<li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Changed default ordering of <code>ObjectMetadata</code> list views.</li>
|
|
@@ -11185,7 +11538,7 @@
|
|
|
11185
11538
|
<li><a href="https://github.com/nautobot/nautobot/issues/6005">#6005</a> - Removed "delete" and "bulk-delete" functionalities from the ObjectMetadata views.</li>
|
|
11186
11539
|
<li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Removed unneeded <code>CloudNetworkPrefixAssignmentTable</code>.</li>
|
|
11187
11540
|
</ul>
|
|
11188
|
-
<h3 id="
|
|
11541
|
+
<h3 id="fixed_14">Fixed<a class="headerlink" href="#fixed_14" title="Permanent link">¶</a></h3>
|
|
11189
11542
|
<ul>
|
|
11190
11543
|
<li><a href="https://github.com/nautobot/nautobot/issues/5967">#5967</a> - Fixed a regression in the display of custom fields in object-edit forms.</li>
|
|
11191
11544
|
<li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Fixed URL typo in module and module type list views.</li>
|
|
@@ -11201,7 +11554,7 @@
|
|
|
11201
11554
|
<li><a href="https://github.com/nautobot/nautobot/issues/6064">#6064</a> - Reverted an undesired change to <code>IPAddressFilterSet.device</code> filter.</li>
|
|
11202
11555
|
<li><a href="https://github.com/nautobot/nautobot/issues/6064">#6064</a> - Reverted an undesired change to <code>ServiceForm.ip_addresses</code> valid addresses.</li>
|
|
11203
11556
|
</ul>
|
|
11204
|
-
<h3 id="
|
|
11557
|
+
<h3 id="documentation_7">Documentation<a class="headerlink" href="#documentation_7" title="Permanent link">¶</a></h3>
|
|
11205
11558
|
<ul>
|
|
11206
11559
|
<li><a href="https://github.com/nautobot/nautobot/issues/5920">#5920</a> - Updated documentation for installation under Ubuntu 24.04 LTS, Fedora 40, AlmaLinux 9, and similar distros.</li>
|
|
11207
11560
|
<li><a href="https://github.com/nautobot/nautobot/issues/6019">#6019</a> - Updated the installation documentation to recommend a more secure set of filesystem permissions.</li>
|
|
@@ -11209,7 +11562,7 @@
|
|
|
11209
11562
|
<li><a href="https://github.com/nautobot/nautobot/issues/6050">#6050</a> - Added some crosslinks within the DCIM model documentation.</li>
|
|
11210
11563
|
<li><a href="https://github.com/nautobot/nautobot/issues/6062">#6062</a> - Updated Configuration Context docs with additional examples for dictionary of dictionaries.</li>
|
|
11211
11564
|
</ul>
|
|
11212
|
-
<h3 id="
|
|
11565
|
+
<h3 id="housekeeping_13">Housekeeping<a class="headerlink" href="#housekeeping_13" title="Permanent link">¶</a></h3>
|
|
11213
11566
|
<ul>
|
|
11214
11567
|
<li><a href="https://github.com/nautobot/nautobot/issues/5962">#5962</a> - Updated development dependency <code>ruff</code> to <code>~0.5.6</code>.</li>
|
|
11215
11568
|
<li><a href="https://github.com/nautobot/nautobot/issues/5962">#5962</a> - Updated documentation dependencies: <code>mkdocs-material</code> to <code>~9.5.31</code>, <code>mkdocstrings</code> to <code>~0.25.2</code>, and <code>mkdocstrings-python</code> to <code>~1.10.7</code>.</li>
|
|
@@ -11220,11 +11573,11 @@
|
|
|
11220
11573
|
<li><a href="https://github.com/nautobot/nautobot/issues/6071">#6071</a> - Fixed incorrect generic-test logic in <code>FilterTestCase.test_q_filter_valid</code> for <code>q</code> filters containing <code>iexact</code> lookups.</li>
|
|
11221
11574
|
</ul>
|
|
11222
11575
|
<h2 id="v230-beta1-2024-07-25">v2.3.0-beta.1 (2024-07-25)<a class="headerlink" href="#v230-beta1-2024-07-25" title="Permanent link">¶</a></h2>
|
|
11223
|
-
<h3 id="
|
|
11576
|
+
<h3 id="security_4">Security<a class="headerlink" href="#security_4" title="Permanent link">¶</a></h3>
|
|
11224
11577
|
<ul>
|
|
11225
11578
|
<li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>Django</code> to <code>~4.2.14</code> due to <code>CVE-2024-38875</code>, <code>CVE-2024-39329</code>, <code>CVE-2024-39330</code>, and <code>CVE-2024-39614</code>.</li>
|
|
11226
11579
|
</ul>
|
|
11227
|
-
<h3 id="
|
|
11580
|
+
<h3 id="added_14">Added<a class="headerlink" href="#added_14" title="Permanent link">¶</a></h3>
|
|
11228
11581
|
<ul>
|
|
11229
11582
|
<li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Implemented SavedView model.</li>
|
|
11230
11583
|
<li><a href="https://github.com/nautobot/nautobot/issues/2101">#2101</a> - Added ModuleBay, Module, ModuleType and ModuleBayTemplate models to support modeling line cards and other modular components of a device.</li>
|
|
@@ -11271,7 +11624,7 @@
|
|
|
11271
11624
|
<li><a href="https://github.com/nautobot/nautobot/issues/5933">#5933</a> - Added tables of related <code>CloudService</code> and/or <code>CloudNetwork</code> instances to the <code>CloudResourceType</code> detail view.</li>
|
|
11272
11625
|
<li><a href="https://github.com/nautobot/nautobot/issues/5933">#5933</a> - Added <code>description</code> field to <code>CloudService</code> model.</li>
|
|
11273
11626
|
</ul>
|
|
11274
|
-
<h3 id="
|
|
11627
|
+
<h3 id="changed_11">Changed<a class="headerlink" href="#changed_11" title="Permanent link">¶</a></h3>
|
|
11275
11628
|
<ul>
|
|
11276
11629
|
<li><a href="https://github.com/nautobot/nautobot/issues/2101">#2101</a> - Updated device interfaces filter to support filtering by interface name as well as by ID.</li>
|
|
11277
11630
|
<li><a href="https://github.com/nautobot/nautobot/issues/3749">#3749</a> - Changed behavior of the <code>CHANGELOG_RETENTION</code> setting; it no longer applies automatically to force cleanup of ObjectChange records over a certain age cutoff, but instead serves as the default cutoff age whenever running the new "Logs Cleanup" system Job.</li>
|
|
@@ -11315,7 +11668,7 @@
|
|
|
11315
11668
|
<li><a href="https://github.com/nautobot/nautobot/issues/5473">#5473</a> - Removed <code>DYNAMIC_GROUPS_MEMBER_CACHE_TIMEOUT</code> setting as it is no longer relevant after refactoring the Dynamic Group membership caching implementation.</li>
|
|
11316
11669
|
<li><a href="https://github.com/nautobot/nautobot/issues/5786">#5786</a> - Removed the <code>StaticGroup</code> model added in #5472, replacing it with a subtype of the <code>DynamicGroup</code> model.</li>
|
|
11317
11670
|
</ul>
|
|
11318
|
-
<h3 id="
|
|
11671
|
+
<h3 id="fixed_15">Fixed<a class="headerlink" href="#fixed_15" title="Permanent link">¶</a></h3>
|
|
11319
11672
|
<ul>
|
|
11320
11673
|
<li><a href="https://github.com/nautobot/nautobot/issues/2352">#2352</a> - Fixed random deadlocks in long-running Jobs resulting from the ObjectChange automatic cleanup signal.</li>
|
|
11321
11674
|
<li><a href="https://github.com/nautobot/nautobot/issues/5123">#5123</a> - Fixed an unhandled <code>ValueError</code> when filtering on <code>vlans</code> by their UUID rather than their VLAN ID.</li>
|
|
@@ -11339,7 +11692,7 @@
|
|
|
11339
11692
|
<li><a href="https://github.com/nautobot/nautobot/issues/5951">#5951</a> - Removed unused consolidated action button on job list view.</li>
|
|
11340
11693
|
<li><a href="https://github.com/nautobot/nautobot/issues/5952">#5952</a> - Changed generic "Bulk Actions" dropup button styling to match generic "Actions" dropdown button.</li>
|
|
11341
11694
|
</ul>
|
|
11342
|
-
<h3 id="
|
|
11695
|
+
<h3 id="dependencies_8">Dependencies<a class="headerlink" href="#dependencies_8" title="Permanent link">¶</a></h3>
|
|
11343
11696
|
<ul>
|
|
11344
11697
|
<li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Updated <code>materialdesignicons</code> to version 7.4.47.</li>
|
|
11345
11698
|
<li><a href="https://github.com/nautobot/nautobot/issues/4616">#4616</a> - Updated <code>django-taggit</code> to <code>~5.0.0</code>.</li>
|
|
@@ -11365,13 +11718,13 @@
|
|
|
11365
11718
|
<li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>django-filter</code> to version <code>~24.2</code>.</li>
|
|
11366
11719
|
<li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>django-timezone-field</code> to version <code>~7.0</code>.</li>
|
|
11367
11720
|
</ul>
|
|
11368
|
-
<h3 id="
|
|
11721
|
+
<h3 id="documentation_8">Documentation<a class="headerlink" href="#documentation_8" title="Permanent link">¶</a></h3>
|
|
11369
11722
|
<ul>
|
|
11370
11723
|
<li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Fixed a number of broken links within the documentation.</li>
|
|
11371
11724
|
<li><a href="https://github.com/nautobot/nautobot/issues/5895">#5895</a> - Added missing model documentation for <code>CloudNetwork</code>, <code>CloudNetworkPrefixAssignment</code>, <code>CloudService</code> and <del><code>CloudType</code></del> <code>CloudResourceType</code>.</li>
|
|
11372
11725
|
<li><a href="https://github.com/nautobot/nautobot/issues/5934">#5934</a> - Add Cloud Model Example and Entity Diagram.</li>
|
|
11373
11726
|
</ul>
|
|
11374
|
-
<h3 id="
|
|
11727
|
+
<h3 id="housekeeping_14">Housekeeping<a class="headerlink" href="#housekeeping_14" title="Permanent link">¶</a></h3>
|
|
11375
11728
|
<ul>
|
|
11376
11729
|
<li><a href="https://github.com/nautobot/nautobot/issues/5160">#5160</a> - Replaced references to <code>pytz</code> with <code>zoneinfo</code> in keeping with Django 4.</li>
|
|
11377
11730
|
<li><a href="https://github.com/nautobot/nautobot/issues/5212">#5212</a> - Enhanced <code>nautobot.core.testing.filters.FilterTestCases.BaseFilterTestCase.test_filters_generic()</code> test case to test for the presence and proper functioning of the <code>contacts</code> and <code>teams</code> filters on any appropriate model FilterSet.</li>
|