diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0e4260..885198c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Ewon Flexy Extensions Library Changelog +## Version 1.12.0-pre7 +### Features +- Added additional known status codes in MqttStatusCode class +- Added SmartMqttManager wrapper of MqttManager to handle common use cases +- Added SCHttpUtility methods to output response data to a file +### Bug Fixes +- Fixed improper Javadoc in AutomaticRetryCodeLinear +### Other +- Simplified MqttManager by internally getting status and passing to implementation methods + ## Version 1.11.3 ### Features - N/A diff --git a/README.md b/README.md index 7dcf162c..d4b8d9d1 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ As required, you can include additional libraries or dependencies using the Mave com.hms_networks.americas.sc extensions - 1.11.3 + 1.12.0-pre7 ... diff --git a/pom.xml b/pom.xml index 6fd9aa39..1a01bd56 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Ewon Flexy Extensions Library - 1.11.3 + 1.12.0-pre7 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 e1752710..acb59fce 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.11.3 +@version 1.12.0-pre7 @author HMS Networks, MU Americas Solution Center \ No newline at end of file