Skip to content

Kroto+ 0.3.0

Compare
Choose a tag to compare
@marcoferrer marcoferrer released this 03 Apr 03:48
· 40 commits to master since this release

0.2.2 Is being skipped due to the scope of API changes

CHANGELOG

Version 0.3.0

2019-04-02

  • Fix: Update codegen to support malformed rpc method names GH-37(#38)

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 implement CoroutineScope (#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