Skip to content

Latest commit

 

History

History
96 lines (58 loc) · 2.32 KB

File metadata and controls

96 lines (58 loc) · 2.32 KB

Changelog

dev-master - now

Changes

  • Updated code documentation (more contributions welcome)
  • Increased testing coverage
  • More detailed examples of using this library

Added

  • DNSSec dsData support in Domain classes ( @johnny-bit)
  • Introduced HTTPClient allowing EPP communication over HTTP(S) (@johnny-bit)
  • AbstractClient class and ClientInterface interface for ease of creating Client replacements(@johnny-bit)
  • NASK Extension - a full Polish domain registry support

Fixed

  • RFC5733 compatibility enhancements (added extension to voice and fax) for Contact calls(@johnny-bit)
  • Removed coverage checks from non-testable classes
  • Incorrect file permissions (execute bit) on source files

1.0.0 - 2018-12-23

Changes

  • response will always be a result-array (breaking)

Added

  • verify_peer_name option (thx @panaceya)

Fixed

  • cz-nic (thx @krtcom)
  • php 7.2+ compat (thx @krtcom)

0.3.1 - 2017-04-27

Added

  • ExtensionInterface now uses getExtensionName for a more cleaner interface (thx @jkaflik)
  • added a lot of tests to improve code coverage

0.3.0 - 2017-04-02

Added

  • Implemented RFC3915 (thx @naja7host)
  • ContactTrait::skipLoc() analogue to ContactTrait::skipInt() (thx @naja7host)

0.2.0 - 2017-04-01

Added

  • Client configurable buffer chunk size (thx @nidzho)
  • Frame/Hello proper hello frame implementation (thx @bgentil)
  • php7.1 support

Fixed

  • travis
  • autoloader / phpunit

0.1.7 - 2016-07-17

Added

  • Client now also supports SSL passphrases (with local_cert) (thx @pavkatar)

0.1.6 - 2015-11-30

Fixed

  • return extension resData even if no main resData element in response (#16)

Added

  • DomainInfo::setAuthInfo: add (optional) authInfo on domain info queries (thx @johnny-bit)

0.1.5 - 2015-05-02

Fixed

  • some minor logical fixes and typos

Added

  • DomainCreate::setBillingContact: set billing contact while creating domains (thx @jbarbede)
  • DomainUpdate::addBillingContact: add billing contact while updating domains (thx @jbarbede)
  • DomainUpdate::removeBillingContact: remove billing contact while updating domains (thx @jbarbede)
  • Client::login: add ability to passthrough svcExtensions via Client config (thx @jbarbede)
  • Transfer: add query type operation
  • NicMX Extension (thx @jbarbede)