Skip to content

Commit

Permalink
Release Google.Cloud.Tasks.V2Beta3 version 3.0.0-beta03
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add BufferTask RPC method for CloudTasks service for v2beta3 ([commit 36504a4](36504a4))
- Add YAML config for GetLocation and ListLocations for v2beta3 ([commit 36504a4](36504a4))

### Documentation improvements

- Minor formatting ([commit 7c49dff](7c49dff))
  • Loading branch information
jskeet committed Aug 4, 2023
1 parent 7f5cf48 commit d8ed25f
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.0.0-beta02</Version>
<Version>3.0.0-beta03</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Tasks API (v2beta3), which manages the execution of large numbers of distributed requests.</Description>
Expand Down
11 changes: 11 additions & 0 deletions apis/Google.Cloud.Tasks.V2Beta3/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Version history

## Version 3.0.0-beta03, released 2023-08-04

### New features

- Add BufferTask RPC method for CloudTasks service for v2beta3 ([commit 36504a4](https://github.com/googleapis/google-cloud-dotnet/commit/36504a43d32649cb13b347bd18263c341eaf2c26))
- Add YAML config for GetLocation and ListLocations for v2beta3 ([commit 36504a4](https://github.com/googleapis/google-cloud-dotnet/commit/36504a43d32649cb13b347bd18263c341eaf2c26))

### Documentation improvements

- Minor formatting ([commit 7c49dff](https://github.com/googleapis/google-cloud-dotnet/commit/7c49dffc44bf828460d367673ec802778832cd1d))

## Version 3.0.0-beta02, released 2023-01-19

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -4477,7 +4477,7 @@
"protoPath": "google/cloud/tasks/v2beta3",
"productName": "Google Cloud Tasks",
"productUrl": "https://cloud.google.com/tasks/",
"version": "3.0.0-beta02",
"version": "3.0.0-beta03",
"releaseLevelOverride": "preview",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Tasks API (v2beta3), which manages the execution of large numbers of distributed requests.",
Expand Down

0 comments on commit d8ed25f

Please sign in to comment.