Skip to content

Commit

Permalink
Add new entry for version 1.3.0 and fix some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Oct 16, 2018
1 parent 71e6737 commit 719ab76
Showing 1 changed file with 33 additions and 14 deletions.
47 changes: 33 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,50 @@
## 1.1.0 build 175 (9 Jan 2018) ##
## 1.2.0 build 221 (17 Oct 2018) ##

### Improvements

Add `SecurityParams` class for providing parameters relative to the setting
Increased minimum required Java version to 8.

Updated link to new `MQTT.Cool Getting Started Guide` URL in API Specification.

### Bug Fixes

Fixed wrong reference to the default ClientId prefix in documentation of the
`MqttBrokerConfig.getClientIdPrefix()` method.

### MQTT.Cool Compatibility Notes ###

Compatible with MQTT.Cool since version 1.0.3 b3



## 1.1.0 build 175 (9 Jan 2018)

### Improvements

Added `SecurityParams` class for providing parameters relative to the setting
up of encrypted connections.

Add required methods to `MqttBrokerConfig` and `MqttBokerConfigBuilder`
Added required methods to `MqttBrokerConfig` and `MqttBokerConfigBuilder`
for handling new `SecurityParams` class.

Update API Specifications to reflect changes made necessary by
Updated API Specification to reflect changes made necessary by
`SecurityParams` management.

Do other minor changes in API Specifications to improve readability.
Done other minor changes in API Specification to improve readability.
In particular:
* Clarify which schemas can be used in the URI returned by
* Clarified which schemas can be used in the URI returned by
`MqttBrokerConfig.getAddress()`.
* Improve description of `MqttBrokerConfig.build()`.

Update JUnit test cases.
Updated JUnit test cases.

### Bug Fixes

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

Expand All @@ -39,12 +58,12 @@ Compatible with MQTT.Cool since version 1.0.3 b3

### Improvements

Add formal checks while setting the will message trough
Added formal checks while setting the will message trough
`MqttBrokerConfigBuilder`.

Add JUnit test cases for the concrete classes provided by the API.
Added JUnit test cases for the concrete classes provided by the API.

Improve code formatting.
Improved code formatting.

### MQTT.Cool Compatibility Notes ###

Expand Down

0 comments on commit 719ab76

Please sign in to comment.