Skip to content

Feature Release 1.2.0

Latest
Compare
Choose a tag to compare
@peteeckel peteeckel released this 07 Jan 15:10
· 1 commit to main since this release
393f988

What's Changed

  • docs(issues): use markdown semantic tag for issues titles by @Ameausoone in #487
  • Check whether dns_name set before running post_clean on IP addresses by @peteeckel in #489
  • Clarify that PTR records are not directly created for IP addresses with DNSsync by @peteeckel in #492
  • Accept leading underscores in CNAME and DNAME record names by @peteeckel in #495
  • Support for NetBox 4.2 by @peteeckel in #498

Breaking Changes

  • The filters name_server and name_server_id are no longer supported. Use nameserver and nameserver_id instead.
  • The configuration variable tolerate_underscores_in_hostnames is no longer supported. Use tolerate_underscores_in_labels instead.
  • NetBox 4.1.x and earlier are no longer supported. Use NetBox DNS 1.1.7 for 4.0 and 4.1 support.
  • Sort order for most models has been changed to natural. This may affect the order in which zones, records etc. are returned in API responses.

New Contributors

Full Changelog: 1.1.6...1.2.0