Skip to content

Releases: StackExchange/dnscontrol

Release v3.14.0

05 Feb 15:05
Compare
Choose a tag to compare

This release includes one new provider (PacketFrame), enables "get-zones" for NS1, plus many bugfixes and documentation improvements.

Breaking changes:

  • none

Major features:

  • NEW PROVIDER: Packetframe (#1347)
  • NS1: Enable get-zones (#1373)

Provider-specific changes:

  • AKAMAIEDGEDNS: fix staticcheck warnings/errors (#1346)
  • CLOUDFLARE: Clarify universal SSL docs (#1358)
  • CLOUDFLARE: fix CloudFlare documentation for CF_WORKER_ROUTE (#1351)
  • CLOUDNS: Fix name server updates #1263 (#1303)
  • HETZNER: handle a 404 from listing zones gracefully (#1371)
  • HEXONET: Changing test domain
  • NAMEDOTCOM: Increase timeout (#1382)
  • NS1: Enable get-zones (#1373)
  • NS1: Rename ns1provider.go to ns1Provider.go (#1350)
  • ORACLE: fix nameserver trailing dot issue, and resolve staticcheck warnings (#1341)
  • OVH: Fix #1338 - OVH provider should work when domain is not registered (#1340)
  • TRANSIP: Bump github.com/transip/gotransip/v6 from 6.11.0 to 6.14.0 (#1392)

Other changes and improvements:

  • DOCS: Clarify docker command for docs. (#1398) (#1397)
  • DOCS: Add DOH example (#1393)
  • DOCS: Fix formatting/rewrite docs/nameservers.md (#1391)
  • DOCS: Clarify nameserver examples (#1390)
  • MAINT: Update dependencies (#1388)
  • MAINT: Update dependencies
  • MAINT: Linting (#1380)
  • MAINT: Fix many golint/staticcheck issues
  • MAINT: Fix comment (#1379)
  • BUGFIX: CAA records may include quoted spaces #1374 (#1377)
  • DOCS: Improve docs/writing-providers.md wrt registrars and testing (#1366)
  • DOCS: Clarify responsibilities of maintainers (#1364)
  • BUG: Support RFC2317 by allowing slash in CNAME target (#1360)
  • MAINT: Update dependencies (#1361)
  • CLEANUP: Skip DualProvider tests if Cannot(DocDualHost) (#1345)

Depreciation warnings (updated 2022-02-05)

  • Provider ACTIVEDIRECTORY_PS is deprecated and will be removed soon. Use MSDNS instead.
  • Provider NS1 has no maintainer and is jeopardy of being removed or deactivated if no volunteer steps up soon.
  • Call for new volunteers maintainers for CLOUDFLARE_API, GCLOUD, NAMEDOTCOM, ROUTE53, and SOFTLAYER.
  • Should we retain Let's Encrypt support? The "get-certs" command (renews certs via Let's Encrypt) has no maintainer. There are other projects that do a better job. We are considering removing this feature in the future. See discussion in #1400

Release v3.13.1

17 Dec 12:28
cc4eba6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/StackExchange/dnscontrol/commits/v3.13.1

Release v3.13.0

27 Nov 19:46
Compare
Choose a tag to compare

This release includes many small bugfixes, Cloudflare Worker Routes are now managed, plus one new registrar: EASYNAME.

Breaking changes:

  • n/a

Major features:

  • NEW PROVIDER: EASYNAME (#1277)
  • Add support for Cloudflare "workers routes" (#1243)
  • Fix bug that can occur when updating DNS resource records (GANDI_V5 and DESEC) (#1296)

Provider-specific changes:

  • CLOUDFLAREAPI: Fix bug with long TXT records (SplitSingleLongTxt is not needed) (#1265)
  • CLOUDFLAREAPI: Stop requiring accountname (#1280)
  • CLOUDFLAREAPI: Use cloudflare-go (#1267)
  • CLOUDFLAREAPI: Adds CF_WORKER_ROUTE (#1243)
  • CLOUDNS: Permit TXT records that are any length, but not multiple strings.
  • GANDI_V5 , DESEC: correctly handle multiple RR in a RRset (#1296)
  • HEXONET: Support long TXT records and fix whitespace bug (#1283)
  • ORACLE: Fix training dot on nameserver updates
  • OVH: Improve TXT with long strings.

Other changes and improvements:

  • Improve support for IDN domains
  • BUILD: Implement job concurrency on build (#1281)
  • DOCS: add clarity around named profiles (#1262)
  • DOCS: improve releng docs (#1253)
  • Upgrade otto to 20210927222213 (#1279)
  • Update deps (#1301)

Release v3.12.0

09 Sep 21:03
Compare
Choose a tag to compare

This release includes many features and improvements including new macros for delegating domains elsewhere, more conformant DMARC_BUILDER, the ability to INCLUDE a domain's records in another domain, and SPF-Flatten on non-apex domains. Route53 users can now specify a R53_ZONE on a domain or record, VULTR users now have better TXT quoting support. And as always, dependencies have been updated.

Breaking changes:

  • none

Major features:

  • NEW MACROS: DOMAIN_ELSEWHERE and DOMAIN_ELSEWHERE_AUTO (#1237)
  • DMARC_BUILDER: specify version, use values when specified (#1236)
  • NEW FEATURE: Add INCLUDE statement to include records from other domains (#1219)
  • SPF Flatten now works on non apex domains (#1220)

Provider-specific changes:

  • ROUTE53: Add R53_ZONE as an domain identifier (#1241)
  • INWX: fix apex domains (#1221) (#1242)
  • VULTR: Fix TXT quoting issue (#1239)

Other changes and improvements:

  • Document how to ignore the NS records of a domain (#1234)
  • Update dependencie
  • Improve release eng doc (#1216)

Release v3.11.0

21 Jul 17:34
Compare
Choose a tag to compare

This release includes a new provider (TRANSIP), improvements to the deSEC provider for users with more than 500 domains, and the get-zones command now works for NAMECHEAP. We've also started using CodeQL for code analysis of JS files and fixed some bugs.

Breaking changes:

  • none

Major features:

  • NEW PROVIDER: TRANSIP (#1196)

Provider-specific changes:

  • DESEC Permit large numbers of domains (implement pagination) (#1208)
  • DESEC: Implements support for long / multistring txt records (#1204)
  • NAMECHEAP: Add get zone functionality (#1207)

Other changes and improvements:

  • Re-enable CodeQL for Javascript (#1209)
  • Bump github.com/aws/aws-sdk-go from 1.38.70 to 1.39.1 (#1203)
  • MAINTENANCE: Less frequently Dependabot runs (#1202)
  • MAINTENANCE: Return error instead of panic when converting RR to RC (#1199)

Release v3.10.1

01 Jul 14:20
Compare
Choose a tag to compare

This release simply fixes the version string (3.10.0 was reporting 3.9.0... ooops!) and updates some dependencies. We also update the release engineering docs to catch this typo from happening again.

  • Version string is incorrect.
  • Update release engineering doc to verify version string.
  • Disable codeql for javascript (#1189)
  • EXOSCALE: update client lib to v0.59.0 (#1183)

Release v3.10.0

29 Jun 13:39
Compare
Choose a tag to compare

This release includes 1 new provider (Akamai Edge DNS), many bug fixes, and reliability improvements including MSDNS stability fixes. Thanks to all the volunteers that submitted code!

Breaking changes:

  • A minor change to SOA records should not cause any breakage but if you use the SOA() function please be on the look-out for problems.

Major features:

  • NEW PROVIDER: AkamaiEdgeDNS (#1174)

Provider-specific changes:

  • AXFRDDNS: Fix advertisement of Get-Zones capability (#1161)
  • CLOUDNS: Provider does not support changing the NAPTR in the API. (#1159)
  • CLOUDNS: Update setup docs (#1158)
  • DESEC: Clarify supported capabilities (#1160)
  • DNSMADEEASY: Correct hard coded system nameserver TTL (#1167)
  • DNSMADEEASY: Show actual URL to use instead of just "sandbox" (#1166)
  • MSDNS: Add NAPTR support (#1165)
  • MSDNS: Improve reliability of zone dump
  • NS1: Implement EnsureDomainExists (#1157)

Other changes and improvements:

  • MAINT: Fix issues reported by CodeQL (#1173)
  • MAINT: Add RPM/DEB license, url, and description (#1170)
  • MAINT: Adopt go 1.16's embed feature (#1162)
  • MAINT: upgrade dependencies
  • DOCS: SOA docs should cite BIND doc

Release v3.9.0

13 May 16:48
Compare
Choose a tag to compare

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:

  • DOCS: Fix typo: will will -> will (#1152)
  • DEV: Add integration test for SOA (#1147)
  • DEV: Speed up integration tests (#1138)
  • DEV: Update deps (#1141)

Release v3.8.1

22 Apr 20:59
Compare
Choose a tag to compare

This release includes many bug fixes and one new feature. The new feature is that instead of reading creds.json, that information can be determined by running a program instead. Simply make the file executable (chmod +x credinfo.sh) or precede it with a "!", such as --creds '!/path/to/credinfo.sh'

Breaking changes:

  • On non-Windows systems, the creds.json file should not have the executable bit set.

Major features:

  • IGNORE_NAME: Should work at domain apex (bugfix) (#1118)
  • creds.json info can come from an executable (#1119)

Provider-specific changes:

  • BIND: Improve SOA documentation (#1132)
  • GANDI_V5: Add "get-zones" support (#1117)
  • GANDI_V5: supports DS records already (#1112)
  • HEXONET: introducing semver to HEXONET provider (#1120)
  • OVH: Add "get-zones" support (#1117)
  • ROUTE53: Docs should specify FQDN with dot. (#1130)

Other changes and improvements:

  • TESTING: Improve DS comments (#1134)
  • Maint: DS record tests should use more realistic data (#1127)
  • DOCS: Document how to preview website (#1133)
  • Fix doc error (#1113)

Release v3.8.0

28 Mar 20:10
Compare
Choose a tag to compare

This release is packed with new features and improvements!

  • Two new providers! (DNS Made Easy and hosting.de)
  • A new experimental formatter for "dnsconfig.js" (dnscontrol fmt)
  • An easier way to build DMARC records (DMARC_BUILDER())
  • Sadly, the SOFTLAYER is now unmaintained. We need a volunteer. See #1080

Some internals improvements will help future provider-authors:

  • TXT records has been completely rewritten to enable providers to indicate all their edge cases, such as not permitting long strings, or not permitting double-quotes in strings. This should make long and/or strange TXT records easier to handle in the future. The code is cleaner and more simple. Plus, it is general and supports all DNS records, not just TXT.
  • The "target" field is no longer exported. This completes a change that started many months ago to require Getters and Setters for the RecordConfig.Target field. This makes providers less brittle and prepares us for using Go's future Generics. Thanks to all the provider authors who helped test this new feature.

BREAKING CHANGES:

  • DESEC: Long txt records may break, especially if the string includes double quotes. If you use DeSEC you may want to skip this release. See #996

Thanks to the multitudes for contributing to this release!


Major features:

  • Re-engineer TXT records for simplicity and better compliance (#1063)
  • New Feature: JS formatter and prettifier (#917) FYI: This is an experimental feature. It depends on an external module that may not be supported in the long term.
  • NEW PROVIDER: DNS Made Easy (#1093)
  • NEW PROVIDER: hosting.de (#1041)
  • NEW MACRO: DMARC_BUILDER (#1047)
  • SOFTLAYER: Mark provider as unmaintained (#1080)

Provider-specific changes:

  • HEXONET: AuditRecord should permit TXT with long strings (#1107)
  • CLOUDNS: Improve automated testing (#1103)
  • CLOUDNS: Fetch permitted TTL values from API #1078 (#1102)
  • CLOUDNS. Enable SRV and PTR records (#1101)
  • CLOUDNS: ClouDNS does NOT allow multiple TXT records with same name (#1098)
  • CLOUDNS: Note that TXT records do not permit double-quotes. Fix typo (#1094)
  • POWERDNS: allow alias-records to be parsed (#1096)
  • HEDNS: Fix issue with domain listing on completely empty accounts
  • ROUTE53: Disable failing tests
  • CLOUDFLAREAPI: Extend timeout for CLOUDFLAREAPI
  • HEDNS: Enable automatic integration testing (#1068)
  • HEDNS: Fix CNAME, NS and PTR record handling of trailing . (#1064)
  • POWERDNS: Some minor fixes for ALIAS and TXTMulti and integration testing (#1065)

Other changes and improvements:

  • "Target" RecordConfig should not be exported (#1061)
  • IGNORE_*: Warn about fragility (#1108)
  • DKIM is a no-op now (#1084)
  • Update dependencies (#1110) (#1100)
  • Developer: Github Actions should use cache steps (#1097)
  • Linting (#1087)
  • DOCS: Clarify that create-domains does not purchase them (#1086)
  • Make GCLOUD and GANDI_V5 module names consistent (#1060) (#1059)
  • BUG: D_EXTEND should not apply DEFAULTS{} (#1055)