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
# [3.1.0](v3.0.0...v3.1.0) (2020-04-28)
### Bug Fixes
* **docs:** fixed javadoc comments ([b6aa6bd](b6aa6bd))
* **messaging:** return a specific error template in case of missing API response code or description ([500934b](500934b))
* **security:** replace passwords whereever they could be used for output ([65860ab](65860ab))
### Features
* **apiclient:** allow to specify additional libraries via setUserAgent ([58c7eb2](58c7eb2))
* **apiclient:** automatic IDN conversion of API command parameters to punycode ([afc36af](afc36af))
* **apiclient:** support the `High Performance Proxy Setup`. see README.md ([446ec48](446ec48))
* **response:** added getCommandPlain (getting used command in plain text) ([9dfe033](9dfe033))
* **response:** possibility of placeholder vars in standard responses to improve error details ([5590557](5590557))
***messaging:** return a specific error template in case of missing API response code or description ([500934b](https://github.com/hexonet/java-sdk/commit/500934b8925fd90261f8f8eba465cb4be0ee3f85))
8
+
***security:** replace passwords whereever they could be used for output ([65860ab](https://github.com/hexonet/java-sdk/commit/65860abdfe8d4bb07d5500f952403d864df9b443))
9
+
10
+
11
+
### Features
12
+
13
+
***apiclient:** allow to specify additional libraries via setUserAgent ([58c7eb2](https://github.com/hexonet/java-sdk/commit/58c7eb244e548f224a01df69ebfea4dff3e9df05))
14
+
***apiclient:** automatic IDN conversion of API command parameters to punycode ([afc36af](https://github.com/hexonet/java-sdk/commit/afc36af743e872025ab3242d45fdc7c0fe6a8bd6))
15
+
***apiclient:** support the `High Performance Proxy Setup`. see README.md ([446ec48](https://github.com/hexonet/java-sdk/commit/446ec4893006e40f47c3aee98ab52def66bd182d))
16
+
***response:** added getCommandPlain (getting used command in plain text) ([9dfe033](https://github.com/hexonet/java-sdk/commit/9dfe03363e279f61694f56092d24174817d5e020))
17
+
***response:** possibility of placeholder vars in standard responses to improve error details ([5590557](https://github.com/hexonet/java-sdk/commit/55905572304382175dd583735e0c4038ed842290))
0 commit comments