From fa8aba4c2a23c3669b14a7575248827637b82d14 Mon Sep 17 00:00:00 2001 From: Marco Ferrer <35935108+marcoferrer@users.noreply.github.com> Date: Thu, 22 Aug 2019 18:04:22 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033fed7..d755bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,22 @@ ## 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](https://github.com/marcoferrer/kroto-plus/pull/63) Thanks to @AlexeySoshin +* Fix: Typo in config message name [GH-45](https://github.com/marcoferrer/kroto-plus/issues/57) Thanks to @RdeWilde + +#### Coroutines +* Fix: Propagate inbound channel close as call cancellation + +Thanks to @chris-blacker [PR-61](https://github.com/marcoferrer/kroto-plus/pull/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 ## Version 0.4.0