* IPAM AutoDNS does not require manual interaction when an IP address is created or updated. Particularly it ist not necessary to manually define the name and the zone of the address record for an IP address, but only a value in the 'DNS Name' field and a mapping from prefixes to DNS views
* IPAM AutoDNS does not require any custom fields on IPAddress objects, but supports the relevant part of the IPAM Coupling custom fields ('Disable PTR' and 'TTL') and adds a new field 'Disable AutoDNS' to make it possible to exempt IP addresses from record generation
* IPAM AutoDNS is not limited to one DNS record per IP address, which was a major limitation in split horizon DNS settings. It is now possible to create multiple records in zones in different views for the same IP address
* With IPAM Coupling it was possible to create inconsistent date, i.e. by first adding a record `name1.zone1` in zone `example.com` and then adding a new zone `zone1.example.com` to the DNS model. This creates a situation where the old address record can no longer be found due to the zone hierarchy. IPAM AutoDNS automatically migrates the record(s) in such cases.
* IPAM AutoDNS no longer overwrites the 'DNS Name' field of IP addresses but uses it to create DNS records. There is one downside to this, which is that IDNs cannot be entered directly but have to be formulated in Punycode, but on the upside the 'DNS Name' field is now properly validated.
Currently there is no support for checking NetBox DNS-related permissions in IPAM actions such as creating or modifying IP addresses or prefixes. Support for model-level permissions is planned for the final release, but support for object-level permissions is probably not going to come back because of the shortcomings of Djangos permission model, which only works on form level, not on model level, while much of the actions NetBox DNS is doing behind the scenes are on model level.
Breaking Change: IPAM Coupling is deprecated and was removed
The main reason for this is that to make the migration as smooth as possible, many components of IPAM Coupling were re-used for IPAM AutoDNS. Unfortunately that breaks the IPAM Coupling functionality in a way that makes it impossible to have both installed side by side.
What's Changed
* Include record templates if zone templates are cloned by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/329
* Fixed filtering of zones by nameserver in the GUI by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/332
* Implemented filtering nameservers by zone and SOA zone by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/333
* Replaced list comprehension over objects by leaner query for pk by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/334
* Fixed tests for NetBox 4.0.8 (new Strawberry release) by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/335
* Updated the version matrix for NetBox 4.0.8 by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/336
* `disable_ptr` must be a `BooleanField` in `RecordForm` by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/338
* Fixed wrong casing of __all__ by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/339
* Check for changed custom fields in `ObjectModificationMixin` by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/342
* Do not overwrite the contents of SOA SERIAL in ZoneForm by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/344
**Full Changelog**: https://github.com/peteeckel/netbox-plugin-dns/compare/1.0.5...1.1.0-beta1
What's Changed
* Include record templates if zone templates are cloned by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/329
* Fixed filtering of zones by nameserver in the GUI by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/332
* Implemented filtering nameservers by zone and SOA zone by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/333
* Replaced list comprehension over objects by leaner query for pk by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/334
* Fixed tests for NetBox 4.0.8 (new Strawberry release) by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/335
* Updated the version matrix for NetBox 4.0.8 by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/336
* `disable_ptr` must be a `BooleanField` in `RecordForm` by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/338
* Fixed wrong casing of __all__ by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/339
* Check for changed custom fields in `ObjectModificationMixin` by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/342
* Do not overwrite the contents of SOA SERIAL in ZoneForm by peteeckel in https://github.com/peteeckel/netbox-plugin-dns/pull/344
**Full Changelog**: https://github.com/peteeckel/netbox-plugin-dns/compare/1.0.5...1.1.0-beta1