Skip to content

1.1.0 - Better kotlinx serialization and fixes

Compare
Choose a tag to compare
@rnett rnett released this 09 Jun 03:02
· 63 commits to main since this release
3a11f0d

Breaking changes:

  • #6 Remove KotlinxJsonObjectSerializationHandler, change all Kotlinx
    serialization handlers to work like it by default.
  • #5 Make the server handle method inline, change the responder
    callback to accept the new KrosstalkResult class.

Minor changes:

  • #7 Allow the use of abstract Krosstalk subclasses to define common
    configuration (the README already said it was possible, but it lied).
  • #1 Properly throw a compiler error when trying to register a method with
    a Krosstalk class in another module. Would result in an ICE before.

Small unlisted changes to docs and CI.