Releases: Lightstreamer/mqtt-hook-java-api
Releases · Lightstreamer/mqtt-hook-java-api
v1.3.0
v1.2.2
Bug Fixes
- Removed undefined results appearing when using the search box from the API specification pages.
v1.2.1
Improvements
- Changed format of the
CHANGELOG.md
file.
v1.2.0
Improvements
- Increased minimum required Java version to 8.
- Updated link to new
MQTT.Cool Getting Started Guide
URL in the API
specification. - Updated
pom.xml
by upgradingmaven-javadoc-plugin
to version 3.0.1.
Bug Fixes
- Fixed wrong reference to the default ClientId prefix in documentation of the
MqttBrokerConfig.getClientIdPrefix()
method. - Removed unsupported HTML5 tags from the API specification.
v1.1.0
Improvements
- Added
SecurityParams
class for providing parameters relative to the setting
up of encrypted connections. - Added required methods to
MqttBrokerConfig
andMqttBokerConfigBuilder
for handling newSecurityParams
class. - Updated API Specification to reflect changes made necessary by
SecurityParams
management. - Done other minor changes in API Specification to improve readability.
In particular:- Clarified which schemas can be used in the URI returned by
MqttBrokerConfig.getAddress()
. - Improve description of
MqttBrokerConfig.build()
.
- Clarified which schemas can be used in the URI returned by
- Updated JUnit test cases.
Bug Fixes
- Fixed API Specification. In particular:
- Fixed typos.
- Fixed conditions which actually throw
IllegalArgumentsException
in
theMqttBrokerConfigBuilder.willMessage(...)
method. - Removed wrong statement in the
MqttBrokerConfigBuilder.willMessage(...)
method about the behavior of
MqttBrokerConfig.getWillMessage()
.
v1.0.1
Improvements
- Added formal checks while setting the will message trough
MqttBrokerConfigBuilder
. - Added JUnit test cases for the concrete classes provided by the API.
- Improved code formatting.
v1.0.0
First public release.