From 23a5f65d2eab6419d3872bc7e16cd4a36893e716 Mon Sep 17 00:00:00 2001 From: "Alex J Hawk (HMS)" <51409174+alexjhawk@users.noreply.github.com> Date: Fri, 29 Sep 2023 08:28:10 -0400 Subject: [PATCH] RELEASE: v1.15.0 --- pom.xml | 2 +- .../americas/sc/extensions/package.html | 2 +- starting-files/jvmrun | 2 +- web-docs/docs/02-CHANGELOG.mdx | 14 ++++++++++++++ 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a6df69a4..da739b65 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Ewon Flexy Extensions Library - 1.14.3 + 1.15.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 4aab80e2..723ffb71 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.14.3 +@version 1.15.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 51071ceb..79d09ae2 100644 --- a/starting-files/jvmrun +++ b/starting-files/jvmrun @@ -1 +1 @@ --heapsize 25M -classpath /usr/extensions-1.14.3-full.jar -emain com.hms_networks.americas.sc.extensions.ExtensionsMain +-heapsize 25M -classpath /usr/extensions-1.15.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 d25792f0..2b310e60 100644 --- a/web-docs/docs/02-CHANGELOG.mdx +++ b/web-docs/docs/02-CHANGELOG.mdx @@ -5,6 +5,20 @@ sidebar_label: Change Log toc_max_heading_level: 2 --- +## Version 1.15.0 +### Features +- Added data aggregation feature to historical queue. +- Added date conversion to ISO-8601 formatted string utility method in SCTimeUtils.java. +- Added combined logging methods for log messages and exceptions in Logger.java. +- Added support for time units up to years in SCTimeSpan.java. +- Added methods for converting one (1) unit of time to another in a more friendly manner in + SCTimeUnit.java. +- Updated base project files to use the latest from the upstream starter project. + - Documentation is now generated using Docusaurus. +- Adapted documentation to Docusaurus. +### Bug Fixes +- N/A + ## Version 1.14.3 ### Features - Added get/set methods for HTTP certificate directory.