Changelog History
Page 1
-
v0.2.3 Changes
August 28, 2020🛠 Fix JitPack build
-
v0.2.2 Changes
August 23, 2020👍 MQTT 3.1.1 support
-
v0.2.1 Changes
August 15, 2020👉 Use Trie to efficiently handle topic matching to saved subscriptions
➕ Add complete persistence support
👍 Partially implement clustering support
➕ Add experimental UDP transport
⚡️ Update OpenSSL to 1.1.1g
🚚 Move to Kotlin 1.4.0 -
v0.2.0 Changes
March 20, 2020🛠 Fix server topic alias handling
0️⃣ Set a default receive maximum
⚡️ Update the expiry interval on message resend
Correct the topic filter matching function
Only send one publish with many subscription identifiers if matching many subscriptions
If the session is not expired, queue messages even if the client isn't online
🛠 Fix the session expired check
Correct will message sending handling
👉 Make sure to read all data from socket -
v0.1.3 Changes
March 16, 2020🛠 Fix will retained messages
-
v0.1.2 Changes
March 11, 2020🛠 Fix internal publish retain message handling
-
v0.1.1 Changes
March 09, 2020⚡️ Update to Kotlin 1.3.70
-
v0.1.0 Changes
March 03, 2020Send will also when closing the connection gracefully but no DISCONNECT has been received
-
v0.0.9 Changes
March 03, 2020Close the socket on broker disconnect packet
-
v0.0.8 Changes
March 02, 2020➕ Add is subscription flag in authorize callback
➕ Add internal publish function
Hide broker functions that shouldn't be called by the user