Skip to content

Releases: Lightstreamer/mqtt-hook-java-api

v1.3.0

11 Nov 18:04
Compare
Choose a tag to compare

Improvements

  • Migrated the build to Gradle.
  • Bump junit from 4.11 to 4.13.1 (#1).
  • Changed license to Apache 2.0.

v1.2.2

01 Oct 16:03
Compare
Choose a tag to compare

Bug Fixes

  • Removed undefined results appearing when using the search box from the API specification pages.

v1.2.1

25 Jun 16:56
Compare
Choose a tag to compare

Improvements

  • Changed format of the CHANGELOG.md file.

v1.2.0

23 Nov 21:59
Compare
Choose a tag to compare

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 upgrading maven-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

16 Oct 21:49
Compare
Choose a tag to compare

Improvements

  • Added SecurityParams class for providing parameters relative to the setting
    up of encrypted connections.
  • Added required methods to MqttBrokerConfig and MqttBokerConfigBuilder
    for handling new SecurityParams 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().
  • Updated JUnit test cases.

Bug Fixes

  • Fixed API Specification. In particular:
    • Fixed typos.
    • Fixed conditions which actually throw IllegalArgumentsException in
      the MqttBrokerConfigBuilder.willMessage(...) method.
    • Removed wrong statement in the
      MqttBrokerConfigBuilder.willMessage(...) method about the behavior of
      MqttBrokerConfig.getWillMessage().

v1.0.1

16 Oct 21:49
Compare
Choose a tag to compare

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

16 Oct 21:48
Compare
Choose a tag to compare

First public release.