Skip to content

Commit

Permalink
RELEASE: v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjhawk committed Mar 12, 2024
1 parent f4f4737 commit 247d2fb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- PROJECT NAME -->
<name>Flexy Canary Connector</name>
<!-- PROJECT VERSION -->
<version>1.0.1</version>
<version>1.0.2</version>
<!-- PROJECT GROUP ID (PARENT PACKAGE) -->
<groupId>com.hms_networks.americas.sc</groupId>
<!-- PROJECT ARTIFACT ID (ROOT PACKAGE NAME) -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/hms_networks/sc/canary/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
</BODY>
</HTML>
2 changes: 1 addition & 1 deletion starting-files/jvmrun
Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions web-docs/docs/02-CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 247d2fb

Please sign in to comment.