DnsControl v0.2.2 Release Notes

Release Date: 2017-10-02 // over 6 years ago
  • So many new features!

    ๐Ÿš€ The biggest change in this release is the new command line flag parser. The good news is that is the subcommands and flags are much more consistent and better documented. It is also much easier to add new subcommands and flags. The bad news (BREAKING CHANGE) is that some of the old command/flag names have changed, which might break bash scripts, documented procedures, etc.. WARNING: Carefully test this release with any shell scripts (especially if you use a CI system to push DNS changes) as you upgrade from v1.5 to v2.2.

    A special thanks to all the contributors, especially Jamie Lennox for the SoftLayer DNS provider (#59) and Craig Peterson for the NS1 DNS provider (#63).

    ๐Ÿ“š The SPF flattening feature is very exciting but needs more documentation.

    Big changes:

    • ๐Ÿ†• New command line flags framework (#177)
    • ๐Ÿ“„ Completely new docs homepage (#213)
    • โž• Add SPF flattening feature. (#126)
    • โž• Add TLSA record support (#165) (#203)
    • ๐Ÿ†• NEW PROVIDER! SoftLayer (#59)
    • ๐Ÿ†• NEW PROVIDER! Ns1 (#63)
    • ๐Ÿ‘ BIND: AAAA sort better (consistent and prettier)
    • ๐Ÿ‘ GANDI: Now supports SRV records (#192)
    • GANDI: Now works large zones and >100 domains

    Other notable changes:

    • ๐Ÿ›  Fix GCLOUD integration test (#214)
    • โšก๏ธ Update vendored dependencies (#208)
    • ๐Ÿ‘Œ Improve docker support (fix ca-certs (#211), switch to alpine (#207))
    • Pretty helpers.js (#205)
    • Create a dynamic provider features matrix (#201)
    • ๐Ÿš€ Document the release engineering process (#189)
    • ๐Ÿ“š And a lot of documentation fixes and updates.