Skip to content

Releases: hms-networks/sc-ewon-flexy-extensions-lib

Pre-Release v1.12.0-pre8

08 Nov 16:03
Compare
Choose a tag to compare
Pre-release

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

Pre-Release v1.12.0-pre7

08 Nov 15:52
Compare
Choose a tag to compare
Pre-release

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

Pre-Release v1.12.0-pre6

08 Nov 14:46
Compare
Choose a tag to compare
Pre-release

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

Pre-Release v1.12.0-pre5

08 Nov 14:08
Compare
Choose a tag to compare
Pre-release

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

Pre-Release v1.12.0-pre4

07 Nov 21:37
Compare
Choose a tag to compare
Pre-release

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

Pre-Release v1.12.0-pre3

07 Nov 21:01
Compare
Choose a tag to compare
Pre-release

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

Pre-Release v1.12.0-pre2

07 Nov 18:31
Compare
Choose a tag to compare
Pre-release

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

Pre-Release v1.12.0-pre1

07 Nov 17:06
Compare
Choose a tag to compare
Pre-release

Features

  • Added additional known status codes in MqttStatusCode class
  • Added SmartMqttManager wrapper of MqttManager to handle common use cases

Bug Fixes

  • Fixed improper Javadoc in AutomaticRetryCodeLinear

Other

  • Simplified MqttManager by internally getting status and passing to implementation methods

Release v1.11.3

28 Oct 20:09
Compare
Choose a tag to compare

Features

  • N/A

Bug Fixes

  • Fixed exception when disabling historical data queue max behind time enforcement

Other

  • Add historical data queue max behind time accessor

Release v1.11.2

28 Oct 17:44
Compare
Choose a tag to compare

Features

  • Added option to disable historical data queue max behind time enforcement

Bug Fixes

  • Added missing and updated outdated javadocs
  • Added missing circularization check to historical data string EBD calls

Other

  • General code cleanup