Releases: davidepianca98/KMQTT
Releases · davidepianca98/KMQTT
0.3.3
- Upgrade Kotlin to 1.8.10
- Remove deprecated Kotlin Native targets linuxArm32Hfp and mingwX86
- Upgrade OpenSSL to 1.1.1t
0.3.2
- Upgrade to Kotlin 1.6.21
- Allow lowercase WebSocket headers
0.3.1
- Add TLS support for NodeJS
- Add WebSocket support for NodeJS
0.3.0
- Added Linux X64 and Mingw X86 targets
- Upgrade to Kotlin 1.6.10
- New onDisconnect callback
- WebSocket support for JVM and Native targets
0.2.9
- Add password in the packet interceptor interface
- Add initial Node.js version
0.2.8
- Fixed crash on Linux when writing to broken TCP socket (thanks @PBearson for finding the bug)
- Changed project name in lowercase for GitHub packages compatibility
- Update to Kotlin 1.5.0
- Update OpenSSL to 1.1.1k
- Authentication, Authorization, PacketInterceptor interfaces now allow more customizability with more parameters passed to the methods
0.2.7
Fix JitPack build because of missing test files
0.2.6
Fixed JVM TLS socket handling of 0 bytes received, which caused an exception and the consequent closing of the client connection
0.2.5
Fix JitPack build
0.2.4
Updated to Kotlin 1.4.31