Skip to content

Release 3.9.2 - 2025-08-08

Choose a tag to compare

@jdrew82 jdrew82 released this 08 Aug 16:12
· 169 commits to main since this release
378785a

Release Notes

This release is mostly bugfixes for the Bootstrap, contrib, and Meraki integrations.

v3.9.2 (2025-08-08)

Added

  • #860 - Added nautobot_ssot.utils.orm.get_custom_relationship_association_parameters utility function.
  • #860 - Added nautobot_ssot.utils.orm.get_custom_relationship_associations utility function.
  • #860 - Added nautobot_ssot.utils.typing.get_inner_type utility function.

Changed

  • #860 - Changed nautobot_ssot.contrib.adapter.NautobotAdapter to use new orm and typing utility functions.

Fixed

  • #596 - Handles HTTP 404 exception case for expired A record and PTR reference, and logs as a warning instead of failing the job run.
  • #881 - Fixed exception caused by missing secret value when creating a SecretsGroup with Bootstrap.
  • #904 - Fixed exception caused by missing software version when creating ValidatedSoftware with Bootstrap.
  • #916 - Fixed bootstrap signal DLM checks.
  • #921 - Fixed missing Prefix bug in Meraki integration.
  • #926 - Fixed issue with metadata_type when contrib models are used without the contrib adapter.

Documentation

  • #925 - Added Analytics GTM template override only to the public ReadTheDocs build.

Full Changelog: v3.9.1...v3.9.2