Skip to content

Commit

Permalink
PRERELEASE: v1.13.4-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjhawk committed Jan 30, 2023
1 parent a3b5138 commit 4363907
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Ewon Flexy Extensions Library Changelog

## Version 1.13.4-pre2
### Features
- Added connection check before publishing MQTT messages.
- Improved MQTT manager error handling.
### Bug Fixes
- Removed unsupported Java 7 references to the 'java.nio' package.
- Fixed AutomaticRetryCode.getCurrentTryNumber() so that it does not increment the try number.
### Other
- Reduced default MQTT keep alive internal to 10s to allow detecting connection issues faster.

## Version 1.13.3
### Features
- N/A
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ As required, you can include additional libraries or dependencies using the Mave
<dependency>
<groupId>com.hms_networks.americas.sc</groupId>
<artifactId>extensions</artifactId>
<version>1.13.3</version>
<version>1.13.4-pre2</version>
</dependency>
...
</dependencies>
Expand Down
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.13.3</version>
<version>1.13.4-pre2</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.13.3
@version 1.13.4-pre2
@author HMS Networks, MU Americas Solution Center
</BODY>
</HTML>

0 comments on commit 4363907

Please sign in to comment.