Kroto+ 0.3.0
0.2.2 Is being skipped due to the scope of API changes
CHANGELOG
Version 0.3.0
2019-04-02
Coroutines
- New: Release of Full Client & Server Stub Generation 🎉
- New: Updated docs for public APIs
- New: Added
newGrpcStub
coroutine scope ext for creating new stubs. Generated client stubs no longer implementCoroutineScope
(#43) - New: Add flow control for outbound messages in both clients and servers (#42)
- New: Added example for multiple client streaming subscriptions
- Fix: Increased code coverage across all APIs (#41)
- Fix: Visibility of
SuspendingUnaryObserver
was changed to internal. - Removed: Legacy streaming apis have been removed