Skip to content

Commit

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

### New features

- Increase timeout of RPC methods to 20s for v2 ([commit f2145a6](f2145a6))
- Add YAML config for GetLocation and ListLocation for v2 ([commit f2145a6](f2145a6))
- Add UploadQueueYaml, BufferTask RPC method for CloudTasks service for v2beta2 ([commit f2145a6](f2145a6))
- Set deadline for GetLocation, ListLocations and UploadQueueYaml RPCs for v2beta2 ([commit f2145a6](f2145a6))
- Add BufferTask RPC method for CloudTasks service for v2beta3 ([commit f2145a6](f2145a6))
- Add YAML config for GetLocation and ListLocations for v2beta3 ([commit f2145a6](f2145a6))
  • Loading branch information
jskeet committed Aug 4, 2023
1 parent 7f5cf48 commit 61df33e
Show file tree
Hide file tree
Showing 3 changed files with 13 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
11 changes: 11 additions & 0 deletions apis/Google.Cloud.Tasks.V2/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Version history

## Version 3.2.0, released 2023-08-04

### New features

- Increase timeout of RPC methods to 20s for v2 ([commit f2145a6](https://github.com/googleapis/google-cloud-dotnet/commit/f2145a6c006382a1e136aeca6db3f07c914d195e))
- Add YAML config for GetLocation and ListLocation for v2 ([commit f2145a6](https://github.com/googleapis/google-cloud-dotnet/commit/f2145a6c006382a1e136aeca6db3f07c914d195e))
- Add UploadQueueYaml, BufferTask RPC method for CloudTasks service for v2beta2 ([commit f2145a6](https://github.com/googleapis/google-cloud-dotnet/commit/f2145a6c006382a1e136aeca6db3f07c914d195e))
- Set deadline for GetLocation, ListLocations and UploadQueueYaml RPCs for v2beta2 ([commit f2145a6](https://github.com/googleapis/google-cloud-dotnet/commit/f2145a6c006382a1e136aeca6db3f07c914d195e))
- Add BufferTask RPC method for CloudTasks service for v2beta3 ([commit f2145a6](https://github.com/googleapis/google-cloud-dotnet/commit/f2145a6c006382a1e136aeca6db3f07c914d195e))
- Add YAML config for GetLocation and ListLocations for v2beta3 ([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 61df33e

Please sign in to comment.