Skip to content

Commit

Permalink
Release Google.Cloud.Tasks.V2 version 3.2.0 (#10796)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Increase timeout of RPC methods to 20s ([commit f2145a6](https://togithub.com/googleapis/google-cloud-dotnet/commit/f2145a6c006382a1e136aeca6db3f07c914d195e))
- Add YAML config for GetLocation and ListLocation ([commit f2145a6](https://togithub.com/googleapis/google-cloud-dotnet/commit/f2145a6c006382a1e136aeca6db3f07c914d195e))
  • Loading branch information
jskeet authored Aug 4, 2023
1 parent b9553fe commit 40d6665
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.1.0</Version>
<Version>3.2.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Tasks API (v2), which manages the execution of large numbers of distributed requests.</Description>
Expand Down
7 changes: 7 additions & 0 deletions apis/Google.Cloud.Tasks.V2/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version history

## Version 3.2.0, released 2023-08-04

### New features

- Increase timeout of RPC methods to 20s ([commit f2145a6](https://github.com/googleapis/google-cloud-dotnet/commit/f2145a6c006382a1e136aeca6db3f07c914d195e))
- Add YAML config for GetLocation and ListLocation ([commit f2145a6](https://github.com/googleapis/google-cloud-dotnet/commit/f2145a6c006382a1e136aeca6db3f07c914d195e))

## Version 3.1.0, released 2023-01-11

This is primarily a promotion of the previous beta, which includes
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -4454,7 +4454,7 @@
"protoPath": "google/cloud/tasks/v2",
"productName": "Google Cloud Tasks",
"productUrl": "https://cloud.google.com/tasks/",
"version": "3.1.0",
"version": "3.2.0",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Tasks API (v2), which manages the execution of large numbers of distributed requests.",
"tags": [
Expand Down

0 comments on commit 40d6665

Please sign in to comment.