You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [6.0.0](v5.6.0...v6.0.0) (2020-04-20)
### Bug Fixes
* **apiclient:** make getPOSTData again public; migrate tests to typescript ([0f6ff13](0f6ff13))
* **messaging:** return a specific error template in case code or description are missing ([77af837](77af837))
* **security:** make getPOSTData private to not make it accessible from outside ([639c67f](639c67f))
* **security:** replace passwords whereever they could be used for output ([1d53637](1d53637))
### Features
* **apiclient:** allow to specify additional libraries via setUserAgent ([5e94ab5](5e94ab5))
* **apiclient:** automaitc IDN conversion of API command parameters to punycode ([38018e3](38018e3))
* **apiclient:** set Proxy, Referer Header; High Performance Connection Setup (see README.md) ([3abc0cc](3abc0cc))
* **logger:** possibility to override debug mode's default logging mechanism. See README.md ([e639b6a](e639b6a))
* **response:** added getCommandPlain (getting used command in plain text) ([4b9d659](4b9d659))
* **response:** possibility of place holder vars in standard responses to improve error details ([aa479bb](aa479bb))
### BREAKING CHANGES
* **logger:** existing logging mechanism (function based) got replaced to be based on an class
based solution
***apiclient:** make getPOSTData again public; migrate tests to typescript ([0f6ff13](https://github.com/hexonet/node-sdk/commit/0f6ff135fb0721d51801e8808c56c6b22ff3ca9c))
7
+
***messaging:** return a specific error template in case code or description are missing ([77af837](https://github.com/hexonet/node-sdk/commit/77af8375f86a159e113fde21b0d4e877aca2ea98))
8
+
***security:** make getPOSTData private to not make it accessible from outside ([639c67f](https://github.com/hexonet/node-sdk/commit/639c67ff4f8db9a58b61d2efb6f1e5f489b3114c))
9
+
***security:** replace passwords whereever they could be used for output ([1d53637](https://github.com/hexonet/node-sdk/commit/1d5363777dda7f9be07dbbf9f5a4e3b44a830304))
10
+
11
+
12
+
### Features
13
+
14
+
***apiclient:** allow to specify additional libraries via setUserAgent ([5e94ab5](https://github.com/hexonet/node-sdk/commit/5e94ab57fdaf9ee90c58fb97b2c2fd69c173e372))
15
+
***apiclient:** automaitc IDN conversion of API command parameters to punycode ([38018e3](https://github.com/hexonet/node-sdk/commit/38018e358c273edcbfd1c622881a1106ae1690a3))
16
+
***apiclient:** set Proxy, Referer Header; High Performance Connection Setup (see README.md) ([3abc0cc](https://github.com/hexonet/node-sdk/commit/3abc0ccf23c831639cdb3536ac986a03c3e675c0))
17
+
***logger:** possibility to override debug mode's default logging mechanism. See README.md ([e639b6a](https://github.com/hexonet/node-sdk/commit/e639b6a3e8622f6ebd6378173c7184960378f8ef))
18
+
***response:** added getCommandPlain (getting used command in plain text) ([4b9d659](https://github.com/hexonet/node-sdk/commit/4b9d659aa7b20b119c5670085f5005a6ce769dba))
19
+
***response:** possibility of place holder vars in standard responses to improve error details ([aa479bb](https://github.com/hexonet/node-sdk/commit/aa479bb3149870c3872736c8c5191c6b2f3e4d66))
20
+
21
+
22
+
### BREAKING CHANGES
23
+
24
+
***logger:** existing logging mechanism (function based) got replaced to be based on an class
0 commit comments