Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release Google.Api.Gax 4.9.0 #777

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8.0"
".": "4.9.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.9.0](https://github.com/googleapis/gax-dotnet/compare/Google.Api.Gax-4.8.0...Google.Api.Gax-4.9.0) (2024-09-25)


### Features

* Add helper methods to obtain ActivitySources ([36ee7d3](https://github.com/googleapis/gax-dotnet/commit/36ee7d3bfa12833aba1174c9af1959eedcf17471))
* Add support for Help and LocalizedMessage status details ([159dcb9](https://github.com/googleapis/gax-dotnet/commit/159dcb98ed797cedfdb36ebef7271e80336647e1))
* Allow ActivitySource to be specified in ServiceSettingsBase ([0501add](https://github.com/googleapis/gax-dotnet/commit/0501addabe6c0d7702bcaec2703543cf74e11010))
* Make the gRPC ClientBuilderBase<T>.ApiKey property public ([16c8952](https://github.com/googleapis/gax-dotnet/commit/16c89526f8e3503a23684f8bfdb66aa8e669516f))
* Support ActivitySource in ClientHelper ([d6fa8a1](https://github.com/googleapis/gax-dotnet/commit/d6fa8a1518ffa1487ad4b84a7d1c2b2f4e9a66f3))
* Update grpc and Google.Apis.Auth dependencies ([c456c9c](https://github.com/googleapis/gax-dotnet/commit/c456c9ccf1fe6049b6e695309fa3184403131060))

## [4.8.0](https://github.com/googleapis/gax-dotnet/compare/Google.Api.Gax-4.8.0-alpha01...Google.Api.Gax-4.8.0) (2024-03-25)


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.8.0</Version>
<Version>4.9.0</Version>
</PropertyGroup>
</Project>