Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Apr 28, 2020
1 parent b6aa6bd commit fbe6065
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [3.1.0](https://github.com/hexonet/java-sdk/compare/v3.0.0...v3.1.0) (2020-04-28)


### Bug Fixes

* **docs:** fixed javadoc comments ([b6aa6bd](https://github.com/hexonet/java-sdk/commit/b6aa6bdc407aeadf617a4a0ac2921e7c9062a1c9))
* **messaging:** return a specific error template in case of missing API response code or description ([500934b](https://github.com/hexonet/java-sdk/commit/500934b8925fd90261f8f8eba465cb4be0ee3f85))
* **security:** replace passwords whereever they could be used for output ([65860ab](https://github.com/hexonet/java-sdk/commit/65860abdfe8d4bb07d5500f952403d864df9b443))


### Features

* **apiclient:** allow to specify additional libraries via setUserAgent ([58c7eb2](https://github.com/hexonet/java-sdk/commit/58c7eb244e548f224a01df69ebfea4dff3e9df05))
* **apiclient:** automatic IDN conversion of API command parameters to punycode ([afc36af](https://github.com/hexonet/java-sdk/commit/afc36af743e872025ab3242d45fdc7c0fe6a8bd6))
* **apiclient:** support the `High Performance Proxy Setup`. see README.md ([446ec48](https://github.com/hexonet/java-sdk/commit/446ec4893006e40f47c3aee98ab52def66bd182d))
* **response:** added getCommandPlain (getting used command in plain text) ([9dfe033](https://github.com/hexonet/java-sdk/commit/9dfe03363e279f61694f56092d24174817d5e020))
* **response:** possibility of placeholder vars in standard responses to improve error details ([5590557](https://github.com/hexonet/java-sdk/commit/55905572304382175dd583735e0c4038ed842290))

# [3.0.0](https://github.com/hexonet/java-sdk/compare/v2.3.4...v3.0.0) (2020-03-12)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>
<groupId>net.hexonet.apiconnector</groupId>
<artifactId>java-sdk</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<packaging>jar</packaging>
<name>java-sdk</name>
<description>A connector library for the insanely fast HEXONET backend API.</description>
Expand Down

0 comments on commit fbe6065

Please sign in to comment.