Skip to content

Releases: googleapis/gax-dotnet

Google.Api.Gax: v4.3.0-beta01

08 Dec 12:34
Compare
Choose a tag to compare
Pre-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

Google.Api.CommonProtos version 2.7.0

01 Dec 11:48
Compare
Choose a tag to compare

Changes since 2.6.0 are mostly documentation changes, but with a few additions such as Service.publishing.

Google.Api.Gax: v4.2.0

03 Nov 14:22
Compare
Choose a tag to compare

4.2.0 (2022-11-03)

Miscellaneous Chores

Google.Api.Gax: v4.2.0-alpha05

14 Oct 10:06
Compare
Choose a tag to compare

4.2.0-alpha05 (2022-10-14)

Features

  • Support HTTP rule overrides, primarily for mix-ins (cbfdfe0)

Bug Fixes

  • Add correct formatting for well-known types (75bcdd8)
  • Revert to "slash isn't allowed in single-star wildcard in path templates" (2a8ec9f)
  • Transcode well-known types (Timestamp etc) for query parameters (33b3a95)

Miscellaneous Chores

Google.Api.Gax: v4.2.0-alpha04

14 Sep 09:37
Compare
Choose a tag to compare

4.2.0-alpha04 (2022-09-14)

Miscellaneous Chores

Google.Api.Gax: v4.2.0-alpha03

14 Sep 08:52
Compare
Choose a tag to compare

4.2.0-alpha03 (2022-09-14)

Miscellaneous Chores

  • Fix requirements file for Linux (d717ad4)

Google.Api.Gax: v4.2.0-alpha02

14 Sep 08:30
Compare
Choose a tag to compare

4.2.0-alpha02 (2022-09-14)

Bug Fixes

  • Parse error details more robustly (67b3438)

Miscellaneous Chores

  • Use hashes with pip install (04c3e3d)

Google.Api.Gax: v4.2.0-alpha01

06 Sep 17:22
Compare
Choose a tag to compare

4.2.0-alpha01 (2022-09-06)

Features

  • Add formatting method for routing header values (f4064f9)

Google.Api.Gax: v4.1.1

06 Sep 14:22
Compare
Choose a tag to compare

4.1.1 (2022-09-06)

Features

  • Allow endpoints with schemes in RestGrpcAdapter (8b40dcd)
  • Allow non-string/integer fields in path templates (112f890)

Bug Fixes

  • Avoid an NRE in RestMethod when a method doesn't have an options (8a1acd0)
  • Convert enum values appropriately for query parameters (b1945d7)
  • Correction to query parameter population in gRPC transcoding (b97297d)
  • Fix transcoding of path templates including doubly-nested fields (dc0ef55)
  • Format Boolean query parameters as true/false (120d416)
  • Handle empty credentials in RestChannel (533703d)
  • Skip streaming methods during REST method discovery (ad85def)

Miscellaneous Chores

Google.Api.Gax: v4.1.0

05 Sep 16:27
Compare
Choose a tag to compare

4.1.0 (2022-09-05)

Features

  • Add WithRequestNumericEnumJsonEncoding to ApiMetadata (8369921)
  • Apply $alt query parameter when numeric enum encoding is required (ba6c969)
  • Finish (in terms of feature completeness) gRPC transcoding (ab88585)
  • gRPC transcoding improvements (0d20c00)
  • Preserve query parameters in TranscodingOutput (13e9816)

Bug Fixes

  • Allow slashes in single-star wildcard fields (gRPC transcoding) (612b49f)
  • Improve query parameter transcoding (b747591)
  • More transcoding tests, and a couple of bug fixes for transcoding that they exposed (d87d1ef)