All Versions
17
Latest Version
Avg Release Cycle
73 days
Latest Release
1372 days ago

Changelog History
Page 2

  • v0.2.7 Changes

    October 08, 2018

    Major Features:

    • ๐Ÿ“š Let's Encrypt Certificate Generation! #327 Documentation
    • ๐Ÿ”จ Refactoring of most fields in the internal representation of domains. Most code now accesses fields on records through getters and setters, which should help us maintain better consistency throughout the system. #337
    • ๐Ÿ†• New Provider HEXONET #373

    BIND:

    • ๐Ÿ›  Fix panic on CNAME #347

    Cloudflare:

    • ๐Ÿ›  Fix parsing of priority field in record (fixes #367) #368

    Route 53:

    • ๐Ÿ›  Fix corner case when deleting r53_alias records #394
    • โž• Added token to NewStaticCredentials #401
    • ๐Ÿ›  Fix bug in Route 53 ALIAS record #336

    ๐Ÿ“š Documentation:

    • ๐Ÿ‘Œ Improve spfcache.json instructions #375
    • Clarify the when to implement certain interfaces #376
    • ๐Ÿ“š update documentation for Gandi to mention the LiveDNS provider #385
    • Review Maintainers of contributed providers #400
    • AWS Token options documented #403
    • โž• Add Gandi registrar to example #335
    • ๐Ÿ“„ Document SRV, CF*REDIRECT, and note where docs are needed. #346

    Misc / Bugs:

    • ๐Ÿ—„ convertzone produces deprecated NAMESERVER entries #363
    • ๐Ÿ›  Fix #339 prevent the ovh provider to panic on SPF and DKIM record types #340
    • ๐Ÿ›  Fix #341 do not erase all records labels #342
    • ๐Ÿ‘ Better validate NAMESERVER format. #350
    • โšก๏ธ Update AD integration failures #353
    • ๐Ÿ›  fix names for internal transformed records #358
    • ๐Ÿ‘ Include support for exists element in SPF. #356
    • โ†ช Work around extra whitespace in spf records #361
    • sort returned nameservers #369
    • โž• Add support for MX priorities of "" (0) #374
    • ๐Ÿ— Include PTR types in SPF Builder #378
    • Create directories with execute permissions so they can be opened #395
    • Correctly group R53_ALIAS records during IncrementalDiff. #399
    • โž• Add NAMESERVER_TTL and associated documentation. #398
    • โšก๏ธ update go version to 1.10 #409

    Thanks to all contributors:

  • v0.2.6 Changes

    March 16, 2018

    ๐Ÿš€ What an exciting release!

    Summary

    • Gand v5i : Added support for the v5 API (also called "LIVEDNS")
    • OpenSRS: You can now use OpenSRS as a registrar!
    • ๐Ÿ‘ OctoDNS Support! DNSControl now generates OctoDNS configuration files, which means you can use OctoDNS to talk to providers that DNSControl doesn't support. Users of OctoDNS will also appreciate that convertzone can read your OctoDNS zone configs and output a first draft of your dnsconfig.py.

    ๐Ÿ”จ Major refactoring! The RecordConfig struct has been reworked and that required code changes all over the place. Every provider was touched. Thanks to all the contributors for testing our changes (and fixing the bugs that were introduced by the refactoring). The benefit is that providers are now easier to write, cleaner to write, with less possibility for bugs. In the future support for new providers and DNS record types should be easier.

    Major features:

    • ๐Ÿ‘‰ Make IGNORE work with all providers (#313)
    • ๐Ÿ†• NEW REGISTRAR: OpenSRS (#275)
    • ๐Ÿ†• NEW PROVIDER: OctoDNS (#309)
    • ๐Ÿ†• NEW PROVIDER: GANDI-LIVEDNS (API v5) (#320)

    ๐Ÿ› Bugs fixed:

    • Rewrite IGNORE to use GetLabel (#331) (Fix #312)
    • ๐Ÿ›  Fix CAA Support: helpers.js CAA_CRITICAL flag=128 (#318) (#319)
    • DNSIMPLE: Fix DNSimple crashes on Alias: (#322)
    • GCLOUD: create-zones breaks if domain starts with digit
    • LINODE: Fix Linode provider (#333)
    • ROUTE53: R53 crashes if traffic flow policy records exist (#330)
    • ROUTE53: Fix R53_ALIAS not being registered as custom type (#310) (#311)

    Code improvements:

    • ๐Ÿ”จ Refactor RecordConfig: Add getters/setters (#314)
    • โšก๏ธ Update vendored packages (#326)
    • Switch from fmt.Error* to errors.Error* (#317)
    • ๐Ÿ‘ Better .gitignore of integration test stuff. (#316)
    • ๐Ÿ”จ Refactor: Prelink providers to domains (#305)
    • ๐Ÿ”จ DNSIMPLE: dnssimple URL broke during refactor (#325)
    • GCLOUD: Differentiate two modules name dns (#328)
    • ROUTE53: Deleting wildcards doesn't work 19ca760
    • ๐Ÿ›  Plus a few documentation and minor bugfixes
  • v0.2.5 Changes

    January 23, 2018

    ๐Ÿ‘ 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)
  • v0.2.4 Changes

    December 06, 2017

    ๐Ÿš€ Another big release! Two new providers (Linode, OVH), Gandi now supports registration functions, and my favorite new feature: the SPF optimizer!

    ๐Ÿ†• New features:

    The language has changed slightly:

    • Defining a domain twice is now considered an error.
    • Labels that are FQDNs is now an error. (this is a common typo)
    • Downcase DNS names (#253). DNSControl is opinionated and we've added a new optinion: All DNS labels and targets should be lowercase. Uppercase (language permitting) is now downcased silently.

    Provider-specific improvements:

    • ๐Ÿ†• New provider: Linode (#268)
    • ๐Ÿ†• New Provider: OVH DNS Provider (#143) (#175)
    • ๐Ÿ‘ GANDI: Registrar support (#274)
    • NAMECHEAP: Rate limiting now only throttles when needed
    • ๐Ÿ‘ NS1: Add SRV record support (#277)
    • NS1: TXT records are broken if they contain spaces (#270)
    • โšก๏ธ ROUTE53: Update aws libraries and remove "waiter" code.

    ๐Ÿ›  Plus many code cleanups and fixes:

    • โฌ†๏ธ Upgrade to newest miekg/dns library
    • ๐Ÿ“‡ Rename source files that don't match the name/nameProvider.go standard. (#261)
    • ๐Ÿ‘Œ Improved Namecheap documentation (#221) (#232)
    • ๐Ÿ‘Œ Improved documentation: Document that creds.json can include env variables, improve Namecheap docs, improve explanation of how to write a new provider, release engineering docs, and a massive overhaul to the website docs by Patrick G

    Thanks to everyone for their contributions!

  • v0.2.3 Changes

    October 19, 2017

    ๐Ÿš€ This release adds two new DNS providers! We now support managing domains on Namecheap, thanks to @rbelnap (was previously just a registrar), and we have Vultr support thanks to @geek1011.

    ๐Ÿ“š Everything else is mostly a few bug fixes, and some much needed documentation cleanup from @geek1011.

    ๐Ÿ”€ Pull Requests Merged:

    DNSimple:

    • ๐Ÿ– handle pagination appropriately. #242
    • โž• Adding SRV, CAA, and ALIAS suppport #243

    Namecheap:

    • ๐Ÿ†• New Provider! #202

    Vultr:

    • ๐Ÿ†• New Provider! #219

    other:

    • ๐Ÿ›  Website fixes (Part 1) #223
    • ๐Ÿ‘Œ Improved consistency of provider documentation #222
    • ๐Ÿ›  Fixed Cloudflare docs (#221) #224
    • ๐Ÿ›  Fixed Active Directory docs (#221) #225
    • ๐Ÿ‘Œ Improve Gandi documentation (#221) #229
    • ๐Ÿ‘Œ Improve Google Cloud DNS docs (#221) #230
    • ๐Ÿ‘Œ Improve NS1 documentation (#221) #233
    • ๐Ÿ‘Œ Improved BIND docs (#221) #226
    • ๐Ÿ‘Œ Improve softlayer documentation (#221) #235
    • ๐Ÿ‘Œ Improved Name.com documentation (#221) #231
    • ๐Ÿ‘Œ Improve DNSimple documentation (#221) #228
    • ๐Ÿ‘Œ Improved DigitalOcean documentation (#221) #227
    • โšก๏ธ update README to include NS1 as a provider #240

    Thanks to all contributors:

  • v0.2.2 Changes

    October 02, 2017

    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.
  • v0.2.1

    September 27, 2017