Skip to content

Commit

Permalink
RELEASE: v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
it-hms committed Aug 21, 2024
1 parent eb3cab7 commit d3394dd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 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>Ewon Flexy Extensions Library</name>
<!-- PROJECT VERSION -->
<version>1.15.14</version>
<version>1.16.0</version>
<!-- PROJECT GROUP ID (PARENT PACKAGE) -->
<groupId>com.hms_networks.americas.sc</groupId>
<!-- PROJECT ARTIFACT ID (ROOT PACKAGE NAME) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
extension classes include many supplemental features, and the addition
of new functionality which may not be present in the supported Java version.

@version 1.15.14
@version 1.16.0
@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/extensions-1.15.14-full.jar -emain com.hms_networks.americas.sc.extensions.ExtensionsMain
-heapsize 25M -classpath /usr/extensions-1.16.0-full.jar -emain com.hms_networks.americas.sc.extensions.ExtensionsMain
12 changes: 12 additions & 0 deletions web-docs/docs/02-CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ sidebar_label: Change Log
toc_max_heading_level: 2
---

## Version 1.16.0
### Features
- Makes use of "Record Data in UTC" setting in Ewon to determine if timestamps are in UTC or local time
- Historical data points support new method for getting the timestamp as an ISO-8601 formatted string
- TimeZoneManager class for checking and managing the time zone offset
- Historical data EBD requests use relative time instead of absolute time
- Added method to get all instant values via EBD
### Bug Fixes
- Corrected errors in multiple calculations of offset
- Corrected errors data point timestamps related to timezone change
- Added missing JavaDoc comments

## Version 1.15.14
### Features
- Added overrideTagUnit method to DataPoint class to allow for setting the unit of a data point
Expand Down
2 changes: 1 addition & 1 deletion web-docs/docs/_partial/_pom_library.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ScDocusaurusConfig from "@site/ScDocusaurusConfig.js";
<dependency>
<groupId>com.hms_networks.americas.sc</groupId>
<artifactId>extensions</artifactId>
<version>1.15.14</version>
<version>1.16.0</version>
</dependency>
...
</dependencies>
Expand Down

0 comments on commit d3394dd

Please sign in to comment.