Skip to content

Commit

Permalink
chore(main): release Google.Api.Gax 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 20, 2024
1 parent 2c97fa5 commit 9277948
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.4.0"
".": "4.5.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion ReleaseVersion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
- divergent versions, but for the moment this keeps things simpler.
-->
<PropertyGroup>
<Version>4.4.0</Version>
<Version>4.5.0</Version>
</PropertyGroup>
</Project>

0 comments on commit 9277948

Please sign in to comment.