Skip to content

Commit fbe6065

Browse files
chore(release): 3.1.0 [skip ci]
# [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))
1 parent b6aa6bd commit fbe6065

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

HISTORY.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [3.1.0](https://github.com/hexonet/java-sdk/compare/v3.0.0...v3.1.0) (2020-04-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **docs:** fixed javadoc comments ([b6aa6bd](https://github.com/hexonet/java-sdk/commit/b6aa6bdc407aeadf617a4a0ac2921e7c9062a1c9))
7+
* **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))
18+
119
# [3.0.0](https://github.com/hexonet/java-sdk/compare/v2.3.4...v3.0.0) (2020-03-12)
220

321

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88
<groupId>net.hexonet.apiconnector</groupId>
99
<artifactId>java-sdk</artifactId>
10-
<version>3.0.0</version>
10+
<version>3.1.0</version>
1111
<packaging>jar</packaging>
1212
<name>java-sdk</name>
1313
<description>A connector library for the insanely fast HEXONET backend API.</description>

0 commit comments

Comments
 (0)