Releases: aziontech/octodns-azion
Releases · aziontech/octodns-azion
v1.1.0
What's Changed
- feat: add support for dynamic weighted DNS records by @marcusgrando in #4
- chore(release): bump version to 1.1.0 by @marcusgrando in #5
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #6
- chore(deps): bump actions/stale from 8 to 10 by @dependabot[bot] in #7
- chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #8
New Contributors
- @marcusgrando made their first contribution in #4
- @dependabot[bot] made their first contribution in #6
Full Changelog: v1.0.4...v1.1.0
v1.0.4
What's Changed
- fix: remove TXT record value double-quoting in Azion provider by @chandelier54 in #1
New Contributors
- @chandelier54 made their first contribution in #1
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
- BREAKING: Fixed PTR record support by implementing missing
_params_for_PTRmethod - BREAKING: Fixed DNS record name handling to avoid domain duplication (e.g.,
test.example.com.example.com) - BREAKING: Fixed zone creation API calls to use correct field names (
domain+nameinstead of justname) - Added support for NS records with proper FQDN handling
- Added
requestsas explicit dependency in setup.py - Fixed record name handling: root records now use
@in API calls, regular records use only the record name without zone suffix - Removed unused zone management methods (
zone,zone_delete) that are not used by octoDNS core - Updated tests to reflect new record name handling behavior
- Change API pagination with smaller page sizes (100 instead of 200)