All Versions
24
Latest Version
Avg Release Cycle
80 days
Latest Release
545 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.8.6 Changes
September 06, 2017๐ Misc fixes and improvements.
- Azure TXT record fix
- ๐ PowerDNS api support for https
- ๐ง Configurable Route53 max retries and max-attempts
- ๐ Improved key ordering error message
-
v0.8.5 Changes
July 21, 2017Relatively small delta this go around. No major themes or anything, just steady progress.
- AzureProvider added thanks to work by Heesu Hwang.
- ๐ Fixed some escaping issues with NS1 TXT and SPF records that were tracked down with the help of Blake Stoddard.
- Some tweaks were made to Zone.records to vastly improve handling of zones with very large numbers of records, no more O(N2).
-
v0.8.4 Changes
June 28, 2017โก๏ธ Lots of updates based on our internal use, needs, and feedback & suggestions ๐ from our OSS users. There's too much to list out since the previous release was cut, but I'll try to cover the highlights/important bits and promise to do ๐ better in the future :fingers_crossed:
Major:
- ๐ Complete rework of record validation with lenient mode support added to octodns-dump so that data with validation problems can be dumped to config files as a starting point. octoDNS now also ignores validation errors when pulling the current state from a provider before planning changes. In both cases this is best effort.
- Naming of record keys are based on RFC-1035 and friends, previous names have been kept for backwards compatibility until the 1.0 release.
- ๐ Provider record type support is now explicit, i.e. opt-in, rather than opt-out. This prevents bugs/oversights in record handling where providers don't support (new) record types and didn't correctly ignore them.
- ๐ ALIAS support for DNSimple, Dyn, NS1, PowerDNS
- ๐ Ignored record support added,
octodns:\n ignored: True
- Ns1Provider added
Miscellaneous
- ๐ Use a 3rd party lib for natural sorting of keys, rather than my old
implementation. Sorting can be disabled in the YamlProvider with
enforce_order: False
. - ๐ Semi-colon/escaping fixes and improvements.
- ๐ Meta record support,
TXT octodns-meta.<zone>
. For now justprovider=<provider-id>
. Optionally turned on withinclude_meta
manager config val. - Validations check for CNAMEs co-existing with other records and error out if found. Was a common mistaken/unknown issue and this surfaces the problem early.
- ๐จ Sizeable refactor in the way Route53 record translation works to make it cleaner/less hacky
- ๐ Lots of docs type-o fixes
- ๐ Fixed some pretty major bugs in DnsimpleProvider
- ๐ Relax UnsafePlan checks a bit, more to come here
- Set User-Agent header on Dyn health checks
-
v0.8.0
March 14, 2017