Skip to content

Google.Api.Gax: v4.3.0-beta01

Pre-release
Pre-release
Compare
Choose a tag to compare
@jskeet jskeet released this 08 Dec 12:34
· 123 commits to main since this release

4.3.0-beta01 (2022-12-08)

Features

  • Add scoped self-signed JWT support for REST (8f62655)
  • Improve handling of bad/missing/unsupported methods in REGAPIC (703f386), closes #623
  • Improve server streaming exception behavior (28f759a)
  • Regenerate common protos (4e6ec67)
  • rest server streaming support (a7f122a)

Bug Fixes

  • Change default for UseSelfSignedJwtsWithScopes in REST to false (20663c1)
  • Close TextReader when we've found the end of responses (302e8b6)
  • Dispose of CancellationTokenSources when a method is "done" (c6e3502), closes #592
  • Drop trailing hex characters from version header values (b3e2cf9), closes #636
  • Fix cancellation (including deadlines) for REGAPIC streaming (3df4f82), closes #648
  • Fix error handling for server-streaming REGAPIC (9b0336f), closes #655
  • Keep the gRPC full method name in RestServiceCollection (fcb1173), closes #650
  • Throw RpcException if transcoding fails (49c7349), closes #659