Skip to content

Commit

Permalink
RELEASE: v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjhawk committed Jun 24, 2024
1 parent a5d39fb commit 20d3ebc
Show file tree
Hide file tree
Showing 4 changed files with 14 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.2</version>
<version>1.0.3</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.2
@version 1.0.3
@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.2-full.jar -emain com.hms_networks.sc.canary.CanaryConnectorMain
-heapsize 25M -classpath /usr/flexy-canary-connector-1.0.3-full.jar -emain com.hms_networks.sc.canary.CanaryConnectorMain
11 changes: 11 additions & 0 deletions web-docs/docs/02-CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ sidebar_label: Change Log
toc_max_heading_level: 2
---

## Version 1.0.3
### Features
- Added optional session configuration fields to allow for more control over the session settings
for the API connection to Canary.
### Bug Fixes
- Fixed incorrect default value in example configuration for `QueueDataPollSizeMins` field (was 5,
should be 1).
### Other
- Cleaned up code comments and variable naming in the `CanaryConnectorConfig` class to improve
readability and maintainability.

## Version 1.0.2
### Features
- Added delay to allow sessions to expire after detecting data duplication on Canary
Expand Down

0 comments on commit 20d3ebc

Please sign in to comment.