So many new features! New record types! Better DKIM support! Better AWS support!
Highlights:
- Support for the ability to IGNORE() a label if some other system is updating it (all providers)
- Support for very long DKIM strings. You no longer have to split them yourself.
- Support for the new CAA record type (GANDI, CLOUDFLARE)
- Support for TXT records with multiple strings (BIND, ROUTE53, NAMEDOTCOM)
- Support for AWS ROUTE53 "ALIAS" records.
- Add the ability to send notifications to chat rooms when updates are done.
- A lot of code cleanups and documentation fixes.
Detailed list of features and bug fixes:
- Add support for the IGNORE(label) directive (#183)
- Simple notification framework (#297)
- Add syntax for very long DKIM strings (#295)
- Add general support for TXT records with multiple strings (#293)
Provider-specific news:
- BIND: Add support for TXT records with multiple strings (#289)
- BIND: Fix bug where SOA serial numbers were not updating
- CLOUDFLARE: Support CAA rtype (#285)
- DIGITALOCEAN: Improve example in docs (#281)
- GANDI: Add support for CAA rtype (#288)
- NAMEDOTCOM: Add support for TXT records with multiple strings (#299)
- NAMEDOTCOM: Upgrade to v4 api (#298)
- ROUTE53: Add support for TXT records with multiple strings (#292)
- ROUTE53: Support Route53's ALIAS record type (#239) (#301)
- ROUTE53: Document error messages from various credential issues. (#291)
Internal cleanups and documentation improvements: