Skip to content

Release v3.11.0

Compare
Choose a tag to compare
@tlimoncelli tlimoncelli released this 21 Jul 17:34

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)