Skip to content

Commit 9e4a17f

Browse files
authored
chore(deps): update dependency google.cloud.asset.v1 to 3.14.0 (#3255)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Google.Cloud.Asset.V1](https://redirect.github.com/googleapis/google-cloud-dotnet) | `3.13.0` -> `3.14.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Google.Cloud.Asset.V1/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Google.Cloud.Asset.V1/3.13.0/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/google-cloud-dotnet (Google.Cloud.Asset.V1)</summary> ### [`v3.14.0`](https://redirect.github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Cloud.PubSub.V1-3.14.0): Google.Cloud.PubSub.V1 version 3.14.0 [Compare Source](https://redirect.github.com/googleapis/google-cloud-dotnet/compare/Google.Cloud.Asset.V1-3.13.0...Google.Cloud.Asset.V1-3.14.0) Changes in this release: ##### Bug fixes - Fix possible race condition when restarting the stream ([commit 4410bb1](https://redirect.github.com/googleapis/google-cloud-dotnet/commit/4410bb1052c4d03a27387dbcc0d15f140c74da87)) ##### New features - Add service\_account\_email for export subscriptions ([commit f73410e](https://redirect.github.com/googleapis/google-cloud-dotnet/commit/f73410e22786bb596defd10d0df9a6ed0d76fe95)) - Make StreamingPull fail after 100 consecutive failures ([commit d9d658b](https://redirect.github.com/googleapis/google-cloud-dotnet/commit/d9d658b61ed72dfbb6d37596763db1e44dc7ba34)) - Improve Pub/Sub streaming pull retries ([commit 8537ed4](https://redirect.github.com/googleapis/google-cloud-dotnet/commit/8537ed42202121ed6e6108ded101c9d4f59324aa)) The last two of these features can cause user-visible changes. In particular: - Persistently-failing streaming pulls will eventually cause a SubscriberClient to fail - Authentication-based failures (e.g. using an expired service account) will now cause a SubscriberClient to fail - SubscriberClient will retry immediately after a streaming pull stream is terminated server-side, if the pull was active for 45 seconds or more before being terminated. This should improve responsiveness in some situations. All of these changes should be "net positive", but if they cause any issues, please file a bug. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8am" in timezone Europe/London, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/GoogleCloudPlatform/dotnet-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 396c6cf commit 9e4a17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asset/api/Asset.Samples/Asset.Samples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Google.Cloud.Asset.V1" Version="3.13.0" />
9+
<PackageReference Include="Google.Cloud.Asset.V1" Version="3.14.0" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)