This release includes many small improvements and a long-awaited change to SOA handling. SOA records can now be inserted using the SOA() function (mostly affects BIND, as most providers auto-generate SOA records). CAA now works for NS1; ALIAS records now work for NS1 and NAMECHEAP. AXFRDDNS now lets you select connection protocol. POWERDNS more correctly handles complex updates. MSDNS now supports PSSession and alternative credentials.
Thanks to all the people that submitted PRs! This is truly a community-driven release!
Breaking changes:
- SOA record handling: All changes are upward compatible but if you use BIND and manipulate SOA records some extra testing is recommended.
Major features:
- Direct SOA record management (#1115)
Provider-specific changes:
- NS1: Enable support for CAA (#1150)
- NS1: fix ALIAS handling (#1154)
- POWERDNS: fix order problems of delete corrections & some cleanup (#1153)
- NAMECHEAP: Enable ALIAS support (#1149)
- AXFRDDNS: adds update/transfer connection modes support (#1143)
- MSDNS Fix pssession; Allow alternative credentials (#1140)
Other changes and improvements: