Skip to content

Kroto+ 0.5.0-RC

Pre-release
Pre-release
Compare
Choose a tag to compare
@marcoferrer marcoferrer released this 22 Aug 23:55
· 26 commits to master since this release
fa8aba4

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

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