Kroto+ 0.5.0-RC
Pre-release
Pre-release
CHANGELOG
This release is marked as 'RC' due to usage of coroutines 1.3.0-RC2
. A new release will be issued once 1.3.0
is released and fully tested.
This release brings many bug fixes and improvements to streaming APIs. It also includes the refactoring and optimization of outbound flow control.
Version 0.5.0-RC
2019-08-22
- New: Update to Kotlin
1.3.41
- New: Update to Kotlin Coroutines
1.3.0-RC2
- New: Update to gRPC
1.23.0
- New: Update to protobuf
3.9.0
Protoc Plugin
- Fix: Support malformed protobuf filenames PR-63 Thanks to @AlexeySoshin
- Fix: Typo in config message name GH-45 Thanks to @RdeWilde
Coroutines
- Fix: Propagate inbound channel close as call cancellation
Thanks to @chris-blacker PR-61
- Fix: Race condition in outbound flow control
- New: Improvements to the efficiency of outbound flow control handler
- New: Integration tests for client and server coroutine implementations
- New: Improvements to determinism of unit tests