Skip to content

Releases: googleapis/gax-dotnet

Google.Api.Gax: v4.5.0

22 Jan 16:41
Compare
Choose a tag to compare

4.5.0 (2024-01-22)

Features

  • Add FieldInfo for API field information (051bf9b)
  • Introduce API Key support into ClientBuilderBase (efb0bdd)
  • Keep a copy of common protos within Google.Api.CommonProtos/protos (5f981dd)
  • Make CallSettings.FromGoogleRequestParamsHeader public (6449aa5)
  • Pack protos in NuGet package for Google.Api.CommonProtos (4eb8a70)
  • Regenerate common protos (1af2b4e)

Bug Fixes

  • Encode unknown enums as numeric values for REGAPIC paths and query parameters, and routing headers (5508b25)
  • Update gRPC adapter detection to always use Grpc.Core on .NET Framework (2c97fa5)
  • Use ordinal string operations (9456e22)

Google.Api.CommonProtos version 2.13.0

29 Nov 16:47
Compare
Choose a tag to compare

Changes since 2.12.0:

  • Update protoc and Google.Protobuf to 3.25.0
  • Additional methods for Google.Rpc.Status to retrieve details

Google.Api.CommonProtos version 2.12.0

11 Oct 19:47
Compare
Choose a tag to compare

Changes since 2.11.0:

  • The package contains the original protos, in contents/protos. Build targets in the package set the GoogleApiCommonProtos_ProtosPath msbuild property, and if IncludeGoogleApiCommonProtos is set to the value true in the project, the Protobuf_StandardImportsPath property is updated to include it before the Protobuf_BeforeCompile target is executed. (This should make the package easier to work with from Grpc.Tools.)

Google.Api.CommonProtos version 2.11.0

04 Oct 15:47
cfce946
Compare
Choose a tag to compare

Changes since 2.10.0:

  • FieldInfo message and field extension for more nuanced field metadata
  • New policy-related messages (and reference in Control)
  • New field behavior of IDENTIFIER

Google.Api.Gax: v4.4.0

17 May 10:54
Compare
Choose a tag to compare

4.4.0 (2023-05-17)

Features

  • Make all gRPC streams implement IDisposable (e51f919)

Documentation

  • Clarify FlowControlSettings documentation

Google.Api.CommonProtos version 2.10.0

17 May 09:01
Compare
Choose a tag to compare
Release Google.Api.CommonProtos version 2.10.0

Changes since 2.9.0:

- Regenerated all protos with Protobuf 3.23.0
- Updated Protobuf dependency to 3.23.0

Google.Api.CommonProtos version 2.9.0

29 Mar 09:48
Compare
Choose a tag to compare

Changes since 2.8.0:

  • Updates to existing protos

Google.Api.CommonProtos version 2.8.0

20 Feb 11:47
Compare
Choose a tag to compare

Changes since 2.7.0:

  • Updated to protobuf runtime 3.22.0
  • New protos google/rpc/http.proto and google/rpc/context/audit_context.proto
  • Updates to existing protos

Google.Api.Gax: v4.3.1

30 Jan 11:49
Compare
Choose a tag to compare

4.3.1 (2023-01-30)

Bug Fixes

  • Concatenate request header parameters. (5f45144)

Google.Api.Gax: v4.3.0

11 Jan 09:25
Compare
Choose a tag to compare

4.3.0 (2023-01-11)

Miscellaneous Chores

  • Prompt release-please to create a 4.3.0 release (#669) (89dcb70)