This repository has been archived by the owner on May 24, 2024. It is now read-only.
0.14.0
Thanks all contributors for their effort.
BREAKING CHANGES
API can return null for record TTL
This change will likely make it necessary to update integrations such as the example zone exporter script provided by the NetBox DNS module. If an integration tool relies on the record TTL value to be set to an integer value, getting a None value instead may have undesired results.
Please see: #235
What's Changed
- Added an Example Custom Script for Zone File Exports by @peteeckel in #223
- Expose custom fields via the API by @peteeckel in #225
- Make it possible to filter for the "active" annotation in zones by @peteeckel in #227
- Define permissions required to see navigation menu items by @peteeckel in #229
- Avoid duplicate save() operation for new records by @peteeckel in #233
- Add zones nested serializer to nameservers by @LuPo in #231
- Make record TTL field optional by @peteeckel in #235
- release 0.14.0 by @hatsat32 in #236
- Fix poetry version for release 0.14.0 by @hatsat32 in #237
New Contributors
Full Changelog: 0.13.1...0.14.0