DnsControl v0.2.5 Release Notes

Release Date: 2018-01-23 // over 6 years ago
  • ๐Ÿ‘ 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:

    • ๐Ÿ‘Œ Improve docs on how to add an DNS record type.
    • ๐Ÿ“š Many other small documentation improvements
    • ๐Ÿ‘• "go vet" and "go lint" the entire system.
    • โš™ run helpers.js through Prettier
    • ๐Ÿ“„ docs: Improve comments related to capabilities. (#287)
    • โšก๏ธ Update github.com/prasmussen/gandi-api to prepare for LiveDNS support. (#302)