Skip to content

v0.61.0

Choose a tag to compare

@joshmossas joshmossas released this 24 Aug 17:15
· 278 commits to master since this release

Non Breaking Changes

Dart

  • bugfix: support \r and \r\n line separators in Dart sse procedures by @joshmossas in #93

Kotlin

  • Bugfix: support \r and \r\n line separators in Kotlin sse procedures by @joshmossas in #94
  • Feature: Improve kotlin SSE performance
  • Feature: Add maxBackoffTime as a parameter to Kotlin sse procedures
  • Bugfix: fix bug where Kotlin jobs do not get cancelled properly from inside sse procedure hooks

Breaking Changes

Kotlin

  • Kotlin sse procedures are now all suspend functions
  • Kotlin sse procedures no longer accept a coroutine context as a parameter
  • Kotlin sse procedures no longer return a Job instance. (You can still wrap them in a Job for similar functionality.)
  • Rename modelPrefix to typePrefix in the the Kotlin code generator

Development Changes

Full Changelog: v0.60.3...v0.61.0