From b600beeb8a386299401db0799a299883c083e7b0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Apr 2024 08:51:00 +0000 Subject: [PATCH] chore(release): 4.0.22 [skip ci] ## [4.0.22](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v4.0.21...v4.0.22) (2024-04-29) ### Bug Fixes * **deps:** bump org.apache.maven.plugins:maven-gpg-plugin ([cacfe3d](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/cacfe3df1dc5c76f3479c5ddfb56366f26d00b6d)) * **deps:** bump org.apache.maven.plugins:maven-gpg-plugin ([89b21ef](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/89b21ef77d83be75bfd199637f1cffc14c9dbe68)) * **deps:** bump org.apache.maven.plugins:maven-jar-plugin ([3eb68be](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/3eb68be2cf0db95f97d2b4a055cfdbf3954a23e1)) * **deps:** bump org.apache.maven.plugins:maven-jar-plugin ([7fc23de](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/7fc23de1175771bfa78033f55b1b1fb3ac53820a)) * **deps:** bump org.apache.maven.plugins:maven-source-plugin ([044232b](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/044232b8832e71e9926aca1a2db3c03e687035c0)) --- HISTORY.md | 11 ++ pom.xml | 2 +- .../net/hexonet/apiconnector/APIClient.java | 2 +- target/apidocs/allclasses-index.html | 22 ++-- target/apidocs/allpackages-index.html | 22 ++-- target/apidocs/constant-values.html | 24 ++-- target/apidocs/help-doc.html | 29 ++--- target/apidocs/index-all.html | 22 ++-- target/apidocs/index.html | 8 +- .../net/hexonet/apiconnector/APIClient.html | 110 +++++++++++++++--- .../net/hexonet/apiconnector/Column.html | 36 +++--- .../hexonet/apiconnector/CustomLogger.html | 30 ++--- .../net/hexonet/apiconnector/Logger.html | 32 ++--- .../net/hexonet/apiconnector/Record.html | 32 ++--- .../net/hexonet/apiconnector/Response.html | 106 ++++++++++++++--- .../hexonet/apiconnector/ResponseParser.html | 32 ++--- .../apiconnector/ResponseTemplateManager.html | 46 +++++--- .../apiconnector/ResponseTranslator.html | 32 ++--- .../hexonet/apiconnector/SocketConfig.html | 48 +++++--- .../apiconnector/class-use/APIClient.html | 22 ++-- .../apiconnector/class-use/Column.html | 22 ++-- .../apiconnector/class-use/CustomLogger.html | 22 ++-- .../apiconnector/class-use/Logger.html | 22 ++-- .../apiconnector/class-use/Record.html | 22 ++-- .../apiconnector/class-use/Response.html | 22 ++-- .../class-use/ResponseParser.html | 22 ++-- .../class-use/ResponseTemplateManager.html | 22 ++-- .../class-use/ResponseTranslator.html | 22 ++-- .../apiconnector/class-use/SocketConfig.html | 22 ++-- .../hexonet/apiconnector/package-summary.html | 26 ++--- .../hexonet/apiconnector/package-tree.html | 22 ++-- .../net/hexonet/apiconnector/package-use.html | 22 ++-- target/apidocs/overview-tree.html | 22 ++-- target/apidocs/{ => resource-files}/copy.svg | 0 .../{resources => resource-files}/glass.png | Bin .../jquery-ui.min.css | 0 target/apidocs/{ => resource-files}/link.svg | 0 .../{ => resource-files}/stylesheet.css | 83 ++++++------- .../{resources => resource-files}/x.png | Bin .../jquery-3.6.1.min.js | 0 .../jquery-ui.min.js | 0 target/apidocs/{ => script-files}/script.js | 29 +---- .../apidocs/{ => script-files}/search-page.js | 0 target/apidocs/{ => script-files}/search.js | 59 +++++++--- target/apidocs/search.html | 26 ++--- target/site/dependencies.html | 8 +- target/site/dependency-info.html | 18 +-- target/site/distribution-management.html | 6 +- target/site/index.html | 6 +- target/site/licenses.html | 53 +++++---- target/site/plugin-management.html | 6 +- target/site/plugins.html | 12 +- target/site/project-info.html | 6 +- target/site/scm.html | 6 +- target/site/summary.html | 8 +- target/site/team.html | 6 +- 56 files changed, 739 insertions(+), 551 deletions(-) rename target/apidocs/{ => resource-files}/copy.svg (100%) rename target/apidocs/{resources => resource-files}/glass.png (100%) rename target/apidocs/{script-dir => resource-files}/jquery-ui.min.css (100%) rename target/apidocs/{ => resource-files}/link.svg (100%) rename target/apidocs/{ => resource-files}/stylesheet.css (95%) rename target/apidocs/{resources => resource-files}/x.png (100%) rename target/apidocs/{script-dir => script-files}/jquery-3.6.1.min.js (100%) rename target/apidocs/{script-dir => script-files}/jquery-ui.min.js (100%) rename target/apidocs/{ => script-files}/script.js (89%) rename target/apidocs/{ => script-files}/search-page.js (100%) rename target/apidocs/{ => script-files}/search.js (89%) diff --git a/HISTORY.md b/HISTORY.md index 6909b646..9a863133 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,14 @@ +## [4.0.22](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v4.0.21...v4.0.22) (2024-04-29) + + +### Bug Fixes + +* **deps:** bump org.apache.maven.plugins:maven-gpg-plugin ([cacfe3d](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/cacfe3df1dc5c76f3479c5ddfb56366f26d00b6d)) +* **deps:** bump org.apache.maven.plugins:maven-gpg-plugin ([89b21ef](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/89b21ef77d83be75bfd199637f1cffc14c9dbe68)) +* **deps:** bump org.apache.maven.plugins:maven-jar-plugin ([3eb68be](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/3eb68be2cf0db95f97d2b4a055cfdbf3954a23e1)) +* **deps:** bump org.apache.maven.plugins:maven-jar-plugin ([7fc23de](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/7fc23de1175771bfa78033f55b1b1fb3ac53820a)) +* **deps:** bump org.apache.maven.plugins:maven-source-plugin ([044232b](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/commit/044232b8832e71e9926aca1a2db3c03e687035c0)) + ## [4.0.21](https://github.com/centralnicgroup-opensource/rtldev-middleware-java-sdk/compare/v4.0.20...v4.0.21) (2024-03-27) diff --git a/pom.xml b/pom.xml index c9223143..b068be5c 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ net.hexonet.apiconnector java-sdk - 4.0.21 + 4.0.22 jar java-sdk A connector library for the insanely fast HEXONET backend API. diff --git a/src/main/java/net/hexonet/apiconnector/APIClient.java b/src/main/java/net/hexonet/apiconnector/APIClient.java index 7191236d..5959264a 100644 --- a/src/main/java/net/hexonet/apiconnector/APIClient.java +++ b/src/main/java/net/hexonet/apiconnector/APIClient.java @@ -300,7 +300,7 @@ public String getReferer() { * @return module version */ public String getVersion() { - return "4.0.21"; + return "4.0.22"; } /** diff --git a/target/apidocs/allclasses-index.html b/target/apidocs/allclasses-index.html index d45542b1..7fcd9c7b 100644 --- a/target/apidocs/allclasses-index.html +++ b/target/apidocs/allclasses-index.html @@ -1,18 +1,18 @@ - -All Classes and Interfaces (java-sdk 4.0.20 API) + +All Classes and Interfaces (java-sdk 4.0.21 API) - + - - - - - + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + +