diff --git a/pom.xml b/pom.xml index db0f952..3a63acf 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Flexy Canary Connector - 1.0.1 + 1.0.2 com.hms_networks.americas.sc diff --git a/src/main/java/com/hms_networks/sc/canary/package.html b/src/main/java/com/hms_networks/sc/canary/package.html index e1c794a..67f3d6d 100644 --- a/src/main/java/com/hms_networks/sc/canary/package.html +++ b/src/main/java/com/hms_networks/sc/canary/package.html @@ -3,7 +3,7 @@ Main package for Flexy Canary Connector. This package includes the main class for the connector, as well as the required classes and packages for the connector to function. -@version 1.0.1 +@version 1.0.2 @author HMS Networks, MU Americas Solution Center \ No newline at end of file diff --git a/starting-files/jvmrun b/starting-files/jvmrun index b2a2f01..7cf91b0 100644 --- a/starting-files/jvmrun +++ b/starting-files/jvmrun @@ -1 +1 @@ --heapsize 25M -classpath /usr/flexy-canary-connector-1.0.1-full.jar -emain com.hms_networks.sc.canary.CanaryConnectorMain +-heapsize 25M -classpath /usr/flexy-canary-connector-1.0.2-full.jar -emain com.hms_networks.sc.canary.CanaryConnectorMain diff --git a/web-docs/docs/02-CHANGELOG.mdx b/web-docs/docs/02-CHANGELOG.mdx index 0ba294d..a24efb3 100644 --- a/web-docs/docs/02-CHANGELOG.mdx +++ b/web-docs/docs/02-CHANGELOG.mdx @@ -5,6 +5,21 @@ sidebar_label: Change Log toc_max_heading_level: 2 --- +## Version 1.0.2 +### Features +- Added delay to allow sessions to expire after detecting data duplication on Canary +- Improved error logging for API responses to reduce log spam by counting identical error messages + and logging them only once (with the count) +### Bug Fixes +- Resolved bug causing incorrect response statuses to be reported when multiple requests were made + simultaneously +### Other +- Added issue templates for GitHub Issues creation +- Removed raw output logging of response bodies to eliminate duplicate messaging and redundant + logging +- Removed a hardcoded API retry step which was redundant to the automatic retry mechanism and + commonly resulted in the same error as the original request. + ## Version 1.0.1 ### Features - N/A