Skip to content

Commit

Permalink
chore(main): release Google.Api.Gax 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 5, 2024
1 parent b1a90d4 commit af1f685
Show file tree
Hide file tree
Showing 3 changed files with 13 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.8.0"
".": "4.9.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 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-05)


### 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))

## [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>

0 comments on commit af1f685

Please sign in to comment.