Skip to content

Commit ab15cd2

Browse files
chore(release): 6.0.0 [skip ci]
# [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
1 parent 0f6ff13 commit ab15cd2

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

HISTORY.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# [6.0.0](https://github.com/hexonet/node-sdk/compare/v5.6.0...v6.0.0) (2020-04-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **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
25+
based solution
26+
127
# [5.6.0](https://github.com/hexonet/node-sdk/compare/v5.5.3...v5.6.0) (2020-03-11)
228

329

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hexonet/ispapi-apiconnector",
33
"description": "Node.js SDK for the insanely fast HEXONET API",
4-
"version": "5.6.0",
4+
"version": "6.0.0",
55
"private": false,
66
"author": {
77
"name": "Kai Schwarz",
@@ -94,4 +94,4 @@
9494
"npm": ">=6.13.4",
9595
"request": "^2.88.0"
9696
}
97-
}
97+
}

0 commit comments

Comments
 (0)