Skip to content

Releases: lepicekmichal/SignalRKore

0.9.1

03 Dec 14:22
Compare
Choose a tag to compare
  • fix eof crash #11

0.9.0

23 Oct 08:41
Compare
Choose a tag to compare
  • Ktor 3
  • Kotlin 2.0.21
  • Server sent events for all supported platforms
  • Fix headers when reconnecting issue #10

0.8.7

10 Sep 09:13
Compare
Choose a tag to compare
  • fix wrong access token after negotiation redirect #8

0.8.6

19 Aug 08:04
Compare
Choose a tag to compare
  • support for ktor3 (3.0.0-beta2)

0.8.5

16 Jun 21:16
Compare
Choose a tag to compare
  • crash fix

0.8.4

12 Jun 08:47
Compare
Choose a tag to compare
  • fix missing headers in wss switching protocols #5

0.8.3

06 Jun 09:18
Compare
Choose a tag to compare
  • added support for x64 simulators

0.8.2

03 Jun 15:59
Compare
Choose a tag to compare
  1. update to kotlin 2
  2. added catch to non-blocking on listener for consistency

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