Releases: davidepianca98/KMQTT
0.2.3
Fix JitPack build
0.2.2
MQTT 3.1.1 support
0.2.1
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
0.2.0
Fix server topic alias handling
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
0.1.3
Fix will retained messages
0.1.2
Fix internal publish retain message handling
0.1.1
Update to Kotlin 1.3.70
0.1.0
Send will also when closing the connection gracefully but no DISCONNECT has been received
0.0.9
Close the socket on broker disconnect packet
0.0.8
Add is subscription flag in authorize callback
Add internal publish function
Hide broker functions that shouldn't be called by the user