Skip to content

Releases: googleapis/gax-dotnet

Google.Api.Gax: v4.9.0

25 Sep 16:37
Compare
Choose a tag to compare

4.9.0 (2024-09-25)

Features

  • Add helper methods to obtain ActivitySources (36ee7d3)
  • Add support for Help and LocalizedMessage status details (159dcb9)
  • Allow ActivitySource to be specified in ServiceSettingsBase (0501add)
  • Make the gRPC ClientBuilderBase<T>.ApiKey property public (16c8952)
  • Support ActivitySource in ClientHelper (d6fa8a1)
  • Update grpc and Google.Apis.Auth dependencies (c456c9c)

Google.Api.CommonProtos version 2.16.0

25 Sep 07:17
1b3c62c
Compare
Choose a tag to compare

Changes since 2.15.0:

  • Updated Google.Protobuf dependency (and generation)
  • Minor changes to generator settings

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)