Skip to content

Releases: aziontech/octodns-azion

v1.1.0

08 Dec 21:20

Choose a tag to compare

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

Full Changelog: v1.0.4...v1.1.0

v1.0.4

19 Aug 20:38

Choose a tag to compare

What's Changed

  • fix: remove TXT record value double-quoting in Azion provider by @chandelier54 in #1

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

02 Aug 14:49

Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

v1.0.2

30 Jul 21:59

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

v1.0.1

06 Jul 12:57

Choose a tag to compare

  • BREAKING: Fixed PTR record support by implementing missing _params_for_PTR method
  • 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 + name instead of just name)
  • Added support for NS records with proper FQDN handling
  • Added requests as 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)