Skip to content

Commit

Permalink
RELEASE: v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjhawk committed Sep 29, 2023
1 parent 91d1833 commit 23a5f65
Show file tree
Hide file tree
Showing 4 changed files with 17 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>Ewon Flexy Extensions Library</name>
<!-- PROJECT VERSION -->
<version>1.14.3</version>
<version>1.15.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.14.3
@version 1.15.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.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
14 changes: 14 additions & 0 deletions web-docs/docs/02-CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 23a5f65

Please sign in to comment.