v4.4.0
Tons of new features in this release!
- New flag
--report
: Outputs a JSON-formatted report of how many changes happened on each domain. - New DNS Record Type: DHCID
- CLOUDFLAREAPI now supports NAPTR
- NETLIFY: Fix SRV priority bug
- PORKBUN can now be a registrar
Changelog
Major features:
- 1d825be: NEW FEATURE: Added "push --report" flag which generates JSON report of changes made (#2543) (@fritterhoff)
Provider-specific changes:
- af91e37: CLOUDFLAREAPI: Add NAPTR record support (#2548) (@asn-iac)
- a1c7a26: MSDNS: Improve PowerShell reliability (#2551) (@tlimoncelli)
- c9ce326: MYTHICBEASTS: Add SSHFP record support (#2545) (@tomfitzhenry)
- c4d5d9b: NETLIFY: fix SRV priority and allow apex NS records (#2549) (@imlonghao)
- 255e08c: PORKBUN: Add registrar support (#2542) (@str4d)
Other changes and improvements:
- f1fd723: Build(deps): Bump actions/cache from 3.3.1 to 3.3.2 (#2554) (@dependabot[bot])
- 0b5de1a: Build(deps): Bump actions/checkout from 3 to 4 (#2544) (@dependabot[bot])
- d75b72f: Build(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#2555) (@dependabot[bot])
- 56acf4a: CHORE: Update dependencies (#2552) (@tlimoncelli)
- 5b95f29: Improve require() docs (#2553) (@tlimoncelli)
- 6ad7f34: NEW RECORD TYPE: DHCID (#2557) (@tlimoncelli)
- c01fb2d: Update Deps, fix staticcheck and golint warnings (#2558) (@tlimoncelli)
- 1c5e038: add dhcid type (@fritterhoff)
- b6e183d: add missing handling of dhcid (@fritterhoff)
- 84f0bc1: docs: Fix small route53 typo (#2546) (@major)
- 3e1e7ae: fix: correct order for dhcid (@fritterhoff)