Skip to content

Releases: exonet/powerdns-php

v4.1.0

14 Mar 12:28
b4ffdc6
Compare
Choose a tag to compare

What’s changed

✨ New features

  • [#98] Add setSoaEdit and setSoaEditApi methods to Zone class @mvdgeijn

🧰 Maintenance

📚 Documentation

⬆️ 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

12 Jan 12:13
72467b3
Compare
Choose a tag to compare

What’s changed

🐛 Bug fixes

🧰 Maintenance

  • #89 Login to docker before pulling containers @styxit

📚 Documentation

  • #87 Use variables that make sense in examples @styxit

v4.0.0

20 Dec 10:30
302c4f1
Compare
Choose a tag to compare

What’s changed

🚨 Breaking changes

🧰 Maintenance

v3.4.0

19 Oct 06:56
837c399
Compare
Choose a tag to compare

v3.4.0 - 2021-10-19

Compare v3.3.1 - v3.4.0

Added

  • The setConnector method in the Powerdns class.

Changed

  • The private methods in the Connector class are now protected instead of private.

Fixed

  • Filling the SearchResult resource no longer results in 'Undefined index' notices. (#78)

v3.3.1

06 Jul 11:25
fd0d644
Compare
Choose a tag to compare

v3.3.1 - 2021-07-06

Compare v3.3.0 - v3.3.1

Fixed

  • Replace deprecated Guzzle function (#75)

v3.3.0

07 Jun 09:41
b6b29f6
Compare
Choose a tag to compare

v3.3.0 - 2021-06-07

Compare v3.2.0 - v3.3.0

Added

v3.2.0

06 May 09:03
1b0d718
Compare
Choose a tag to compare

v3.2.0 - 2021-05-06

Compare v3.1.0 - v3.2.0

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 value null will unset the nsec3param.
  • 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

01 Feb 08:53
842743c
Compare
Choose a tag to compare

v3.1.0 - 2021-02-01

Compare v3.0.0 - v3.1.0

Added

  • The omitDnssecAndEditedSerialFields parameter in listZones. (@frankvanhest - #61)

v3.0.0

05 Jan 15:00
9b7cf01
Compare
Choose a tag to compare

v3.0.0 - 2021-01-05

Compare v2.6.0 - v3.0.0

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.

v2.6.0

21 Dec 09:27
4a3329a
Compare
Choose a tag to compare

v2.6.0 - 2020-12-21

Compare v2.5.2 - v2.6.0

Added