Netbox-dns

Latest version: v0.17.0

Safety actively analyzes 636669 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

0.13.1

This release restores compatibility with NetBox 3.3.0 thanks to peteeckel

What's Changed
* Fixed import path for WritableNestedSerializer by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/221
* Prepare for release 0.13.1 by hatsat32 in https://github.com/auroraresearchlab/netbox-dns/pull/222

**Full Changelog**: https://github.com/auroraresearchlab/netbox-dns/compare/0.13.0...0.13.1

0.13.0

What's Changed
* Set the default type to unset when bulk editing records by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/212
* Added the status field for records by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/215
* Fixed zone CSV import by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/216
* Create and parse SOA records using dnspython by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/218
* Prepare for release 0.13.0 by hatsat32 in https://github.com/auroraresearchlab/netbox-dns/pull/219


**Full Changelog**: https://github.com/auroraresearchlab/netbox-dns/compare/0.12.0...0.13.0

0.12.0

What's Changed
* Added the "description" field to all object types by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/207
* Display custom fields for record, zones and name servers by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/209
* Prepare for release 0.12.0 by hatsat32 in https://github.com/auroraresearchlab/netbox-dns/pull/211


**Full Changelog**: https://github.com/auroraresearchlab/netbox-dns/compare/0.11.1...0.12.0

0.11.1

**Full Changelog**: https://github.com/auroraresearchlab/netbox-dns/compare/0.11.0...0.11.1

0.11.0

What's Changed
* Fixed README.md and cleaned up screenshots by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/166
* Make the record type case insensitive in bulk import by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/168
* Truncate the value field in record tables by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/170
* Add the "Views" feature by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/164
* Validate records using dnspython by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/175
* Remove metatypes/classes from the list of valid RDtypes/classes by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/177
* Do not redefine the internal "type" method by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/179
* Add validation for CNAME and singleton Record objects by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/181
* Redesigned record validation by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/184
* Prefetch objects on some performance-critical views by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/186
* Remove PTR record when record type changes from A/AAAA to something else by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/189
* Make record type and value bulk editable by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/190
* Allow multiple PTR records for the same address by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/192
* Return to the list view for an object type after deleting an object by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/194
* Make it possible to clone View objects by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/196
* Initial implementation of GraphQL support by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/198
* Prepare for release 0.11.0 by hatsat32 in https://github.com/auroraresearchlab/netbox-dns/pull/199
* fix version solving issue by hatsat32 in https://github.com/auroraresearchlab/netbox-dns/pull/201


**Full Changelog**: https://github.com/auroraresearchlab/netbox-dns/compare/0.10.0...0.11.0

0.10.0

Announcements

This new release is compatible with NetBox 3.2. And this release is also implements new Netbox plugin framework.

Thanks to all contributors for their work on this!

* Thanks jeremystretch for initial PR.
* Thanks peteeckel for all his effort.

What's Changed
* POC: Experimental support for upcoming NetBox v3.2 release by jeremystretch in https://github.com/auroraresearchlab/netbox-dns/pull/128
* NetBox 3.2 compability fixes by hatsat32 in https://github.com/auroraresearchlab/netbox-dns/pull/129
* Detect when multiple A/AAAA records with identical values try to enable PTR by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/141
* Refactored the code base to make it more maintainable by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/139
* Fix immutable object lists (managed records) by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/133
* Created initial documentation by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/106
* Fix: Make sure that SOA MNAME/RNAME fields have a trailing dot by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/147
* Fix Quick Search for NameServer objects by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/148
* Fix PTR record conflict with Bulk Edit by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/149
* Fix "" record text representation by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/152
* Rebased NetBox 3.2 Changes by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/153
* Reworked plugin based on the plugin developer's tutorial by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/156
* fix black workflow by hatsat32 in https://github.com/auroraresearchlab/netbox-dns/pull/158
* Adjustments for NetBox 3.2 final release by peteeckel in https://github.com/auroraresearchlab/netbox-dns/pull/162
* prepere for release 0.10.0 by hatsat32 in https://github.com/auroraresearchlab/netbox-dns/pull/163

New Contributors
* jeremystretch made their first contribution in https://github.com/auroraresearchlab/netbox-dns/pull/128

**Full Changelog**: https://github.com/auroraresearchlab/netbox-dns/compare/0.9.2...0.10.0

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.