Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Extension lib #68

Merged
merged 2 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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.3</version>
<version>1.0.4</version>
<!-- PROJECT GROUP ID (PARENT PACKAGE) -->
<groupId>com.hms_networks.americas.sc</groupId>
<!-- PROJECT ARTIFACT ID (ROOT PACKAGE NAME) -->
Expand Down Expand Up @@ -502,7 +502,7 @@
<dependency>
<groupId>com.hms_networks.americas.sc</groupId>
<artifactId>extensions</artifactId>
<version>1.15.12</version>
<version>1.16.2</version>
</dependency>
</dependencies>
</project>
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.3
@version 1.0.4
@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.3-full.jar -emain com.hms_networks.sc.canary.CanaryConnectorMain
-heapsize 25M -classpath /usr/flexy-canary-connector-1.0.4-full.jar -emain com.hms_networks.sc.canary.CanaryConnectorMain
5 changes: 5 additions & 0 deletions web-docs/docs/02-CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ sidebar_label: Change Log
toc_max_heading_level: 2
---

## Version 1.0.4
### Bug Fixes
- Fixes issue where local timezone offset is only calculated at startup
- Update Extension library to v1.16.2

## Version 1.0.3
### Features
- Added optional session configuration fields to allow for more control over the session settings
Expand Down
Loading