Skip to content

Releases: lepicekmichal/SignalRKore

0.8.1

13 May 13:58
454ad1d
Compare
Choose a tag to compare
  • adjustments to on listeners #3

0.8.0

08 May 19:36
Compare
Choose a tag to compare
  • All public functions for communication are now generated
  • Thanks to generating, functions are now consistent in naming and ordering of arguments
  • All on methods with callback are returning a result (even if just Unit)
    • Not to return a result is to use on returning flow functions.
  • invoke and on working with results have their names suffixed (invokeWithResult and onWithResult) for JVM

0.7.1

30 Apr 08:46
Compare
Choose a tag to compare
  • Fix throwing error on registering multiple non-result listeners

0.7.0

29 Apr 00:34
Compare
Choose a tag to compare
  • Added client results #1

0.6.2

13 Apr 19:39
Compare
Choose a tag to compare
  • Failure on negotiation also starts reconnection process

0.6.0

24 Mar 19:10
Compare
Choose a tag to compare
  • added support for iOS (iosArm64 and iosSimulatorArm64)

0.5.4

23 Mar 09:14
Compare
Choose a tag to compare
  • fixed reconnection on socket closing
  • updated kotlin to version 1.9.23
  • updated AGP to version 8.3.1
  • updated ktor to version 2.3.8

0.5.3

28 Jan 20:56
Compare
Choose a tag to compare
  • fixed manual restart
  • fixed unhandled crash with handshake
  • updated kotlin to version 1.9.21
  • updated ktor to version 2.3.6

0.5.0

31 Dec 20:33
Compare
Choose a tag to compare

added support for automatic reconnect

0.4.0

11 Dec 17:52
Compare
Choose a tag to compare
  • fixed disconnect status
  • extended functionality to JVM
  • updated ktor to version 2.2.1