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
andname_server_id
are no longer supported. Usenameserver
andnameserver_id
instead. - The configuration variable
tolerate_underscores_in_hostnames
is no longer supported. Usetolerate_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
- @Ameausoone made their first contribution in #487
Full Changelog: 1.1.6...1.2.0