Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

59 lines (36 loc) · 2.01 KB

Changelog

This project uses Semantic Versioning 2.0.0.

main

  • NEW: Added aliasEmail and destinationEmail to EmailForward
  • CHANGED: Deprecated from and to fields in EmailForward

2.0.0

  • CHANGED: Drop support for PHP < 8.2
  • CHANGED: Add support for PHP 8.3

1.4.0

  • NEW: Added secondary, lastTransferredAt, active to Zone (#93)

1.3.0

  • NEW: Added Billing service listCharges endpoint (#89)

1.2.0

  • NEW: Added listRegistrantChanges, createRegistrantChange, getRegistrantChange, deleteRegistrantChange and checkRegistrantChange endpoints (#83)
  • NEW: Added getDomainTransferLock, enableDomainTransferLock and deleteDomainTransferLock endpoints (#85)
  • NEW: Added activateZoneService and deactivateZoneService endpoints (#87)

1.1.0

  • NEW: Added getDomainRenewal and getDomainRegistration endpoints (#72)

1.0.0

  • BREAKING CHANGES: Wrap GuzzleHttp\Exception\ClientException (#63)
    • 400 http exceptions are wrapped in BadRequestException
    • 404 http exceptions are wrapped in NotFoundException
    • All other 4xx exceptions are wrapped in HttpException which the other classes inherit
    • The new exception classes come with improved interface e.g. ->getAttributeErrors() to get validation errors.
  • CHANGED: Add support for PHP ^8.0 (dnsimple-php#64)
  • CHANGED: Deprecate Certificate's contact_id (#46)
  • CHANGED: Add documentation to CONTRIBUTING.md
  • FIXES: Version number of the client

0.4.0

  • CHANGED: Add support for DNSSEC key-data interface (#29).

0.3.1

  • CHANGED: Deprecates service.getDomainPremiumPrice

0.3.0

  • NEW: Added service.getDomainPrices to retrieve whether a domain is premium, and the prices to register, transfer, and renew. (#18)

0.1.0

Initial public release.