Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

1.17.0

Compare
Choose a tag to compare
@andreamlin andreamlin released this 31 Jan 21:21
db539ff
  • [breaking change] introduce StubSettings class to implement ClientSettings functionality. (#459 )
  • Expose retryableCodes on ServerStreamingCallables. (#461)
  • Remove Reframer (#460)
  • Implement lock-free semaphore (#407)
  • Add ResponseObserver sanity checks. (#453)
  • Fix error propagtion for ServerStreamIterators. (#455)
  • Fix double close bug in ReframingResponseObserver (#454)
  • Remove RetryCallable from the chain when it's disabled (#450)
  • first() and all(): Add syntactic sugar to treat ServerStreamingCallables like UnaryCallables (#444)
  • Make autovalue a compile-only dependency (#448)
  • Reframer: add a helper to mediate m:n server streaming response transformations (#440)
  • ApiExceptions: Wrap streaming errors in ApiExceptions. (#445)