Skip to content

Releases: davidepianca98/KMQTT

0.3.2

05 Jun 12:50
Compare
Choose a tag to compare
  • Upgrade to Kotlin 1.6.21
  • Allow lowercase WebSocket headers

0.3.1

12 Feb 17:12
Compare
Choose a tag to compare
  • Add TLS support for NodeJS
  • Add WebSocket support for NodeJS

0.3.0

07 Feb 15:07
Compare
Choose a tag to compare
  • 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

19 May 10:00
Compare
Choose a tag to compare
  • Add password in the packet interceptor interface
  • Add initial Node.js version

0.2.8

15 May 10:15
Compare
Choose a tag to compare
  • 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

09 Apr 16:13
Compare
Choose a tag to compare

Fix JitPack build because of missing test files

0.2.6

09 Apr 16:03
Compare
Choose a tag to compare

Fixed JVM TLS socket handling of 0 bytes received, which caused an exception and the consequent closing of the client connection

0.2.5

26 Feb 18:28
Compare
Choose a tag to compare

Fix JitPack build

0.2.4

26 Feb 18:04
Compare
Choose a tag to compare

Updated to Kotlin 1.4.31

0.2.3

28 Aug 14:22
Compare
Choose a tag to compare

Fix JitPack build