Releases: exonet/powerdns-php
Releases · exonet/powerdns-php
v4.1.0
What’s changed
✨ New features
🧰 Maintenance
- [#99] Update GitHub actions @robbinjanssen
📚 Documentation
- [#96] Fix the travis-ci link in the README @robbinjanssen
⬆️ Dependency updates
5 changes
- [#91] Bump release-drafter/release-drafter from 5.15.0 to 5.16.1 @dependabot
- [#93] Bump release-drafter/release-drafter from 5.16.1 to 5.17.5 @dependabot
- [#94] Update release-drafter/release-drafter from 5.17.5 to v5 @dependabot
- [#97] Bump actions/checkout from 2.4.0 to 3 @dependabot
- [#100] Update dms/phpunit-arraysubset-asserts requirement from ^0.2.1 to ^0.2.1 || ^0.4.0 @dependabot
v4.0.1
v4.0.0
What’s changed
🚨 Breaking changes
- #85 Update default port to 8081 @robbinjanssen
🧰 Maintenance
- #81 Add GitHub actions @robbinjanssen
- #82 Add PHP-CS-Fixer Github action @robbinjanssen
v3.4.0
v3.3.1
v3.3.0
v3.3.0 - 2021-06-07
Added
- Added interfaces for Connector and Powerdns. (@frankvanhest - #72)
- Run tests against PowerDNS 4.4. (@frankvanhest - #73)
v3.2.0
v3.2.0 - 2021-05-06
Added
- Added a method
unsetNsec3param()
to unset the nsec3param for a zone. - Unit tests for enabling, disabling and setting DNSSEC.
- It is now possible to set/get resource records to a zone resource. See
examples/new_domain_from_zone_resource.php
for an example.
Changed
- Calling
setNsec3Param()
with valuenull
will unset thensec3param
. - The internals of getting ResourceSets. Previously a GET request was made to get the resource sets, now the zone resource is being used which already contains all resource sets.
Fixed
- Updated the stable composer.phar URL to properly run tests.
v3.1.0
v3.1.0 - 2021-02-01
Added
- The
omitDnssecAndEditedSerialFields
parameter inlistZones
. (@frankvanhest - #61)
v3.0.0
v3.0.0 - 2021-01-05
Breaking
- Dropped support for unsupported PHP versions. PHP 7.3 (or newer) is now required.
Changed
- Updated Guzzle to 7.2. (@itspluxstahre #50)
- Updated PHPUnit to 9.5.0.
- When running tests a
composer update
will be executed for each environment to validate the packages/config for the specified PHP version.