v0.61.0
Non Breaking Changes
Dart
- bugfix: support
\rand\r\nline separators in Dart sse procedures by @joshmossas in #93
Kotlin
- Bugfix: support
\rand\r\nline separators in Kotlin sse procedures by @joshmossas in #94 - Feature: Improve kotlin SSE performance
- Feature: Add
maxBackoffTimeas 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
Jobinstance. (You can still wrap them in aJobfor similar functionality.) - Rename
modelPrefixtotypePrefixin the the Kotlin code generator
Development Changes
- Chore: create contribution guide by @joshmossas in #90
- chore: migrate to vitest 2.0 by @joshmossas in #91
Full Changelog: v0.60.3...v0.61.0