diff --git a/pom.xml b/pom.xml index 4f30b65f..8450f3f6 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Ewon Flexy Extensions Library - 1.15.14 + 1.16.0 com.hms_networks.americas.sc diff --git a/src/main/java/com/hms_networks/americas/sc/extensions/package.html b/src/main/java/com/hms_networks/americas/sc/extensions/package.html index aac59c14..96f109a6 100644 --- a/src/main/java/com/hms_networks/americas/sc/extensions/package.html +++ b/src/main/java/com/hms_networks/americas/sc/extensions/package.html @@ -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 \ No newline at end of file diff --git a/starting-files/jvmrun b/starting-files/jvmrun index 17731843..c6b6edc4 100644 --- a/starting-files/jvmrun +++ b/starting-files/jvmrun @@ -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 diff --git a/web-docs/docs/02-CHANGELOG.mdx b/web-docs/docs/02-CHANGELOG.mdx index c8273652..06b36696 100644 --- a/web-docs/docs/02-CHANGELOG.mdx +++ b/web-docs/docs/02-CHANGELOG.mdx @@ -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 +- Fixes errors in multiple calculations of offset +- Errors data point timestamps related to timezone change +- Missing JavaDoc comments + ## Version 1.15.14 ### Features - Added overrideTagUnit method to DataPoint class to allow for setting the unit of a data point diff --git a/web-docs/docs/_partial/_pom_library.mdx b/web-docs/docs/_partial/_pom_library.mdx index e59d3f55..8c69c928 100644 --- a/web-docs/docs/_partial/_pom_library.mdx +++ b/web-docs/docs/_partial/_pom_library.mdx @@ -7,7 +7,7 @@ import ScDocusaurusConfig from "@site/ScDocusaurusConfig.js"; com.hms_networks.americas.sc extensions - 1.15.14 + 1.16.0 ...