octoDNS v0.9.13 Release Notes

Release Date: 2021-07-18 // almost 3 years ago
  • Noteworthy changes

    • 👍 Alpha support for Processors has been added. Processors allow for hooking into the source, target, and planing process to make nearly arbitrary changes to data. See the octodns/processor/ directory for examples. The change has been designed to have no impact on the process unless the processors key is present in zone configs.
    • 🛠 Fixes NS1 provider's geotarget limitation of using NA continent. Now, when NA is used in geos it considers all the countries of North America instead of just us-east, us-west and us-central regions
    • 👍 SX' & 'UM country support added to NS1Provider, not yet in the North America list for backwards compatibility reasons. They will be added in the next releaser.

    Stuff

    • 👍 Lots of progress on the partial/beta support for dynamic records in Azure, still not production ready.
    • NS1 fix for when a pool only exists as a fallback
    • Zone level lenient flag
    • Validate weight makes sense for pools with a single record
    • 🛠 UltraDNS support for aliases and general fixes/improvements
    • 🛠 Misc doc fixes and improvements