From 9277948fb90577e16d7e75907080ed0dbc73932b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:11:20 +0000 Subject: [PATCH] chore(main): release Google.Api.Gax 4.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ ReleaseVersion.xml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 934f2cc0..3d5f4e35 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.4.0" + ".": "4.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f4cc1753..65615a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [4.5.0](https://github.com/googleapis/gax-dotnet/compare/Google.Api.Gax-4.4.0...Google.Api.Gax-4.5.0) (2024-01-20) + + +### Features + +* Add FieldInfo for API field information ([051bf9b](https://github.com/googleapis/gax-dotnet/commit/051bf9be21046f1e8b69fb9518da813d32ad488a)) +* Introduce API Key support into ClientBuilderBase ([efb0bdd](https://github.com/googleapis/gax-dotnet/commit/efb0bdd3c44d0b14efd340f9b69e96da37106cd2)) +* Keep a copy of common protos within Google.Api.CommonProtos/protos ([5f981dd](https://github.com/googleapis/gax-dotnet/commit/5f981ddd17370983c21e12e5f96129e3b1144b52)) +* Make CallSettings.FromGoogleRequestParamsHeader public ([6449aa5](https://github.com/googleapis/gax-dotnet/commit/6449aa50b423f2ca4ea31f0d7483cbc629f7c67c)) +* Pack protos in NuGet package for Google.Api.CommonProtos ([4eb8a70](https://github.com/googleapis/gax-dotnet/commit/4eb8a70d30399a0bb8209ed2b1bea6ea528418da)) +* Regenerate common protos ([1af2b4e](https://github.com/googleapis/gax-dotnet/commit/1af2b4e3ecbf879d655e6dd804a8bd423123b028)) + + +### Bug Fixes + +* Encode unknown enums as numeric values for REGAPIC paths and query parameters, and routing headers ([5508b25](https://github.com/googleapis/gax-dotnet/commit/5508b2551e46503e86626908b9b2bd60fa46854e)) +* Update gRPC adapter detection to always use Grpc.Core on .NET Framework ([2c97fa5](https://github.com/googleapis/gax-dotnet/commit/2c97fa56c7d1988fc0c9576c18edccbee7c2d5c2)) +* Use ordinal string operations ([9456e22](https://github.com/googleapis/gax-dotnet/commit/9456e228162f8baf7c6a559e9ac4d5d1bb982848)) + ## [4.4.0](https://github.com/googleapis/gax-dotnet/compare/Google.Api.Gax-4.3.1...Google.Api.Gax-4.4.0) (2023-05-17) diff --git a/ReleaseVersion.xml b/ReleaseVersion.xml index b99334fe..e32136ef 100644 --- a/ReleaseVersion.xml +++ b/ReleaseVersion.xml @@ -5,6 +5,6 @@ - divergent versions, but for the moment this keeps things simpler. --> - 4.4.0 + 4.5.0 \ No newline at end of file