Skip to content

Releases: googleapis/gax-dotnet

Google.Api.Gax: v4.8.0

25 Mar 16:51
Compare
Choose a tag to compare

4.8.0 (2024-03-25)

Miscellaneous Chores

  • GA release of GAX targeting netstandard2.0 (#774) (e2cd3b1)

Google.Api.Gax: v4.8.0-alpha01

20 Mar 17:03
Compare
Choose a tag to compare

4.8.0-alpha01 (2024-03-20)

Features

  • Target netstandard2.0 in GAX (cffd733)

Google.Api.Gax: v4.7.0

14 Mar 15:39
Compare
Choose a tag to compare

4.7.0 (2024-03-14)

Features

  • Support for API version header (df1467b)

Google.Api.CommonProtos version 2.15.0

14 Mar 07:47
Compare
Choose a tag to compare

Changes since 2.14.0:

  • Add ServiceOption extension for api_version
  • Add LOCATION_POLICY_VIOLATED ErrorReason enum value
  • Add rest_reference_documentation_uri for Publishing
  • Minor tweaks to existing comments

Google.Api.Gax: v4.6.0

22 Feb 18:41
Compare
Choose a tag to compare

4.6.0 (2024-02-22)

Features

  • Universe domain support for Discovery based libraries. (b43bae5)

Google.Api.Gax: v4.6.0-beta02

09 Feb 09:19
Compare
Choose a tag to compare

4.6.0-beta02 (2024-02-09)

Features

  • Add a FieldFormats static class for auto-populated fields (f1d44a4)
  • Detect grpc-dotnet support on Windows under .NET Framework (bfa72ad)
  • Update common protos (690670e)

Google.Api.CommonProtos version 2.14.0

09 Feb 08:47
Compare
Choose a tag to compare

Changes since 2.13.0:

  • Add MethodSettings.AutoPopulatedFields
  • FieldBehavior is no longer packed

Google.Api.Gax: v4.6.0-beta01

02 Feb 19:50
Compare
Choose a tag to compare

4.6.0-beta01 (2024-02-02)

Features

  • Adds UniverseDomain client option. (e9ee219)
  • Use the universe domain to build service endpoints. (f1fee08)
  • Validate that client and credential universe domain are the same. (bac7369)

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