Powerdns Php Versions Save

PowerDNS API PHP Client

v3.4.0

2 years ago

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

2 years ago

v3.3.1 - 2021-07-06

Compare v3.3.0 - v3.3.1

Fixed

  • Replace deprecated Guzzle function (#75)

v3.3.0

2 years ago

v3.3.0 - 2021-06-07

Compare v3.2.0 - v3.3.0

Added

  • Added interfaces for Connector and Powerdns. (@frankvanhest - #72)
  • Run tests against PowerDNS 4.4. (@frankvanhest - #73)

v3.2.0

3 years ago

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

3 years ago

v3.1.0 - 2021-02-01

Compare v3.0.0 - v3.1.0

Added

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

v3.0.0

3 years ago

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

3 years ago

v2.6.0 - 2020-12-21

Compare v2.5.2 - v2.6.0

Added

  • Support for PHP 8. (@akondas #54)
  • Support for the PowerDNS search endpoint. (#51)
  • The notify method on a zone. (@frankvanhest #56)

v2.5.2

3 years ago

Added

  • The LUA record type. (#53)

v2.5.1

3 years ago

Fixed

  • The account is send to PowerDNS when creating a zone. (#47)

v2.5.0

3 years ago

Added

  • Get PowerDNS statistics. (@akondas - #45 #46)