
The HiveMQ MQTT Client 1.1.1 is released

Written by Silvio Giebl
Category: HiveMQ MQTT Client MQTT Client
Published: July 16, 2019
The HiveMQ team is pleased to announce the availability of HiveMQ MQTT Client 1.1.1.
This is a patch release for version 1.1 and comes with the following improvements:
Bug fixes
- Removed wrongly logged error when the session expires and a SUBSCRIBE packet contained two or more subscriptions
MqttDisconnectedContext.getCause
now returnsMqtt3...Exception
s for MQTT 3 clients
Improvements
- Enabled running in JEE 7 applications by disabling CDI bean discovery
- Statically allocated buffers respect the setting to not use direct buffers, for example on Android
Miscellaneous
- Snapshot versions can now be obtained using JitPack
You can get the new version as maven artifact via Maven Central, JCenter or JitPack.
Also check out the project on GitHub.
We recommend upgrading to this patch release for all HiveMQ MQTT Client library users.
Have a great day,
Silvio from the HiveMQ Team