Skip to content

Latest commit

 

History

History
190 lines (103 loc) · 11.4 KB

HISTORY.md

File metadata and controls

190 lines (103 loc) · 11.4 KB

2.10.4 (2022-06-10)

Bug Fixes

  • ci: remove "." from cpanm args (duplicated by install property) (322f9a3)
  • ci: switch release step to ubuntu image with better nodejs compatibility (c9c04a5)
  • dep-bump: upgrade npm engines, node dependencies and reviewed gh workflow (da06958)

2.10.3 (2022-03-23)

Bug Fixes

  • ot&e: url updated for OT&E environment (2f43e5d)

2.10.2 (2021-01-26)

Bug Fixes

  • manifest.skip: to not exclude MYMETA.json/.yml (3e8c278)

2.10.1 (2021-01-25)

Bug Fixes

  • ci: migrate from Travis CI to github actions (292123f)
  • ci: move POD Checks behind POD Generator (8b99fbc)

Performance Improvements

  • ci: review perltidy script to a generic way (4c3121b)

2.10.0 (2020-07-16)

Bug Fixes

  • make: bump package versions (81b77cd)
  • test: fixes umlaut encoding issue (by vscode) (f29aa5d)
  • travis: add deps installations (6a4e241)
  • travis: review release stage config, activate perltidy check (864a6ce)

Features

  • perl-5.030: review perl versions (and travis vm) (7a41409)

2.9.2 (2020-06-22)

Bug Fixes

  • tests: deactivates role user login tests (a277cf6)
  • tests: fixes minor syntax format issue (11aa014)

2.9.1 (2020-05-25)

Bug Fixes

  • apiclient: fix empty ConvertIDN command (22dd8ed)

2.9.0 (2020-05-12)

Features

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

2.8.1 (2020-05-12)

Bug Fixes

  • apiclient: fixes POD part of getPOSTData method (bc3e748)

2.8.0 (2020-05-12)

Features

  • apiclient: allow to specify additional libraries via setUserAgent (26cb7e4)

2.7.1 (2020-05-12)

Bug Fixes

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

2.7.0 (2020-05-12)

Features

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

2.6.1 (2020-05-12)

Bug Fixes

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

2.6.0 (2020-05-12)

Features

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

2.5.0 (2020-05-11)

Features

  • apiclient: support the High Performance Proxy Setup. see README.md (6a8d596)

2.4.0 (2020-05-11)

Features

  • apiclient: automatic IDN conversion of API command parameters to punycode (3ce590c)

2.3.0 (2020-03-16)

Features

  • apiclient: support bulk parameter through nested array in api command, see README.md (8a0f0e1)

2.2.5 (2019-10-04)

Bug Fixes

  • responsetemplate/mgr: improve description for 423 Empty API response (b81621e)

2.2.4 (2019-09-20)

Bug Fixes

  • dev-deps: reviewed necessary list of deps for tests (8c40644)
  • Travis: check apt installation change (6bad49a)
  • Travis: include default package installation (a5bebe3)
  • Travis: install specific package versions (124c11c)
  • Travis: review cpanm and dep installation (0436ca5)
  • Travis: review installation of cpanimus (6066687)

2.2.3 (2019-09-19)

Bug Fixes

  • release process: migrate configuration (26efd60)

2.2.2 (2019-08-16)

Bug Fixes

  • Makefile: remove it from repository (use auto-build) (8a44026)

2.2.1 (2019-08-16)

Bug Fixes

  • APIClient: change default SDK url (e8973a8)

2.2.0 (2019-04-18)

Features

  • responsetemplate: add isPending method (abe830c)

2.1.0 (2019-04-03)

Bug Fixes

Features

  • APIClient: review user-agent usage (dbc9b62)

2.0.1 (2018-12-17)

Bug Fixes

  • readme: installation steps and examples (407f86b)

2.0.0 (2018-12-17)

Bug Fixes

  • releasing: add x-bit to buildrelease.sh (ec7d366)
  • releasing: archive file name version (ce094cc)
  • releasing: suppress stderr output of rm (03eb2fa)

Code Refactoring

  • pkg: rewrite in direction of our cross-SDK UML Diagram (1cd1cbf)

BREAKING CHANGES

  • pkg: Downward incompatible, please migrate. The whole class structure and usage behavior has changed.