Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Latest commit

 

History

History
442 lines (206 loc) · 18.1 KB

HISTORY.md

File metadata and controls

442 lines (206 loc) · 18.1 KB

6.1.2 (2021-11-03)

Bug Fixes

  • apiclient: deactivate unused private property (ac177f7)
  • apiclient: use correct content-type for post requests (0dc02d6)

6.1.1 (2021-08-18)

Bug Fixes

  • auto idn conversion: added object classes (acda2dc)

6.1.0 (2021-08-16)

Features

  • auto idn conversion: for Object related commands (a855500)

6.0.8 (2021-06-15)

Performance Improvements

  • array_push: replaced with brackets notation (7008d50)
  • short array syntax: usage reviewed (c6b7261)

6.0.7 (2021-05-21)

Bug Fixes

  • responsetranslator: fixed regex which stripped out other returned properties (2848c16)

6.0.6 (2021-05-21)

Bug Fixes

  • responsetranslator: fixed preg_quote usage, added delimiter (8988cdd)
  • responsetranslator: reviewed regex and added translation case (c513fe6)

6.0.5 (2021-05-21)

Bug Fixes

  • responsetranslator: fixed regular expression used (e974948)

6.0.4 (2021-05-21)

Bug Fixes

  • responsetranslator: review generic replacement logic (c76d2f6)

6.0.3 (2021-05-21)

Bug Fixes

  • responsetranslator: added templates for translating CheckDomainTransfer (9f812db)

6.0.2 (2021-05-11)

Bug Fixes

  • api docs: cleanup build folder before generating the docs to avoid keeping deprecated files (563266c)

6.0.1 (2021-04-06)

Bug Fixes

  • response translator: fix response translator regarding ACL response case (4fa8ef8)

6.0.0 (2021-04-06)

Bug Fixes

  • response translator: added missing typehints (8b3acb7)

Features

  • response translator: added initial version coming with rewrite/restructuring from scratch (8f19444)

BREAKING CHANGES

  • response translator: Downward incompatible restructuring (Merge of Response/ResponseTemplate, Rewrite ResponseTemplateManager) and introducing ResponseTranslator

5.8.9 (2021-01-21)

Bug Fixes

  • ci: exclude build/api-cache from @semantic-release/git assets (11cfe91)

5.8.8 (2021-01-21)

Bug Fixes

5.8.7 (2021-01-21)

Bug Fixes

  • ci: add missing composer update for autoloader (3cb0525)
  • ci: apt package installation reviewed (a17e3ce)
  • ci: fixed phpcs reported issues (6b061d3)
  • ci: migration from Travis CI to github actions (e3d86b9)
  • phpdocumentor: upgrade; review config; add to release step (2ed94d0)
  • responsetemplatemanager: method __wakeup must have public visibility (9f3c7f1)

5.8.6 (2020-07-23)

Bug Fixes

  • apiclient: use php version without extra data (a9efa97)

5.8.5 (2020-07-17)

Bug Fixes

  • apiclient: fixed log method call to use correct argument type (0ba6cdd)

5.8.4 (2020-07-15)

Bug Fixes

  • apiclient: fixed types and a nasty return+else (7492c9f)

5.8.3 (2020-04-27)

Bug Fixes

  • apiclient: remove deprecated private method toUpperCaseKeys (bbab21e)

5.8.2 (2020-04-15)

Bug Fixes

  • apiclient: fixed automatic idn conversion (aae4fe6)

5.8.1 (2020-04-09)

Bug Fixes

  • security: fixed password replace mechanism (f22ab11)

5.8.0 (2020-04-06)

Features

  • phar: create and upload phar/phar.gz archives in release process (696d4a8)

5.7.0 (2020-04-03)

Features

  • apiclient: allow to specify additional libraries via setUserAgent (7f9cf7c)

5.6.1 (2020-04-02)

Bug Fixes

  • security: replace passwords whereever they could be used for output (9e97123)

5.6.0 (2020-04-02)

Features

  • response: added getCommandPlain (getting used command in plain text) (c3992a4)

5.5.1 (2020-04-02)

Bug Fixes

  • namespace: review namespace usages (509e988)

5.5.0 (2020-04-01)

Features

  • logger: possibility to override debug mode's default logging mechanism. See README.md (680c70e)

5.4.2 (2020-04-01)

Bug Fixes

  • auto-versioning: fixed broken version auto-update process (58103b9)

5.4.1 (2020-04-01)

Bug Fixes

  • messaging: return a specific error template in case code or description are missing (59119c3)

5.4.0 (2020-04-01)

Bug Fixes

  • response: fixed placeholder replacements (4e188dd)

Features

  • response: possibility of placeholder vars in standard responses to improve error details (1d0a017)

5.3.0 (2020-03-31)

Features

  • apiclient: support the High Performance Proxy Setup. see README.md (90c73ab)

5.2.0 (2020-03-31)

Features

  • apiclient: automatic IDN conversion of API command parameters to punycode (79936b0)

5.1.0 (2020-03-13)

Features

  • apiclient: support bulk parameters through nested array in API command (5494a41)

5.0.1 (2020-01-22)

Bug Fixes

  • composer: cleanup; trigger new release for commit 99b5b35 (0b63c3f)

5.0.0 (2020-01-22)

Code Refactoring

  • php5 support: review to still support PHP5; for refactoring our 3rd party integrations (cd652d5)

BREAKING CHANGES

  • php5 support: APIClient's method requestNextResponsePage now throws an Exception instead of an Error (PHP5 compatibility). We will review in future in direction of PHP7 only.

4.5.5 (2019-10-04)

Bug Fixes

  • responsetemplate/mgr: improve description of 423 Empty API response (63d6c4c)

4.5.4 (2019-09-18)

Bug Fixes

  • npm: review package.json (2684e71)

4.5.3 (2019-09-18)

Bug Fixes

  • release process: fix path to composer in travis (cc3f453)
  • release process: review configuration (6fa9481)

4.5.2 (2019-08-16)

Bug Fixes

  • APIClient: change default SDK url (c5505fe)

4.5.1 (2019-06-14)

Bug Fixes

  • APIClient: fix typo in method call (c932484)

4.5.0 (2019-04-16)

Features

  • responsetemplate: add isPending method (f12c64f)

4.4.1 (2019-04-04)

Bug Fixes

  • APIClient: return apiclient instance in setUserAgent method (ec469ab)

4.4.0 (2019-04-01)

Features

  • apiclient: review user-agent header usage (6aa5342)

4.3.1 (2018-10-24)

Bug Fixes

  • phpDocumentor: install missing dep graphviz (52252af)

4.3.0 (2018-10-24)

4.2.0 (2018-10-17)

Bug Fixes

  • dependabot: minor release on build commit msg (900fc97)

4.1.0 (2018-10-15)

Features

  • client: add method getSession (fae89c0)

4.0.4 (2018-10-05)

Bug Fixes

  • docs: review jsdoc comments (0d8f5d7)

4.0.3 (2018-10-05)

Bug Fixes

  • docs: fix class docs and (c1a4e5e)

4.0.1 (2018-10-05)

Bug Fixes

  • composer: consider ResponseParser namespace for autload (032aac3)

4.0.0 (2018-10-05)

Bug Fixes

  • travis: try config review (dfdc6cd)
  • travis: try release process review (c7cee36)

Features

  • 4.0.0: Merge pull request #2 from hexonet/v4.0.0 (55d095c)

BREAKING CHANGES

  • 4.0.0: Review in direction of our generic UML Diagram.

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

v3.0.3 (3 July 2018)

v3.0.2 (2 July 2018)

  • added changelog generator 896848e

v3.0.1 (2 July 2018)

  • readme: add slack chat badge b58e774
  • readme: fix getting started e8ec52c
  • readme: added packagist module version badge 76c2f49
  • readme: add license and contributing badge 91b0559
  • readme: added php version badge 729e8b2

v3.0.0 (21 June 2018)

  • moved connect method as static method to connection class c34761f

v2.0.3 (21 June 2018)

  • remove composer.lock from .gitignore d2c6368

v2.0.2 (21 June 2018)

  • added class map to composer.json 0bd34e0

v2.0.1 (21 June 2018)

v1.0.0 (21 June 2018)