Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 353b1f5

Browse files
chore(main): release 2.14.0 (#360)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 92c3ef2 commit 353b1f5

File tree

9 files changed

+20
-8
lines changed

9 files changed

+20
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.13.2"
2+
".": "2.14.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
[1]: https://pypi.org/project/google-cloud-tasks/#history
66

7+
## [2.14.0](https://github.com/googleapis/python-tasks/compare/v2.13.2...v2.14.0) (2023-07-25)
8+
9+
10+
### Features
11+
12+
* **v2:** Add YAML config for GetLocation and ListLocation ([92c3ef2](https://github.com/googleapis/python-tasks/commit/92c3ef264deb779216c8808df3eec11a9206a8ed))
13+
* **v2beta2:** Add UploadQueueYaml, BufferTask RPC method for CloudTasks service ([92c3ef2](https://github.com/googleapis/python-tasks/commit/92c3ef264deb779216c8808df3eec11a9206a8ed))
14+
* **v2beta2:** Set deadline for GetLocation, ListLocations and UploadQueueYaml RPCs ([92c3ef2](https://github.com/googleapis/python-tasks/commit/92c3ef264deb779216c8808df3eec11a9206a8ed))
15+
* **v2beta3:** Add BufferTask RPC method for CloudTasks service ([92c3ef2](https://github.com/googleapis/python-tasks/commit/92c3ef264deb779216c8808df3eec11a9206a8ed))
16+
* **v2beta3:** Add YAML config for GetLocation and ListLocations ([92c3ef2](https://github.com/googleapis/python-tasks/commit/92c3ef264deb779216c8808df3eec11a9206a8ed))
17+
* **v2:** Increase timeout of RPC methods to 20s ([92c3ef2](https://github.com/googleapis/python-tasks/commit/92c3ef264deb779216c8808df3eec11a9206a8ed))
18+
719
## [2.13.2](https://github.com/googleapis/python-tasks/compare/v2.13.1...v2.13.2) (2023-07-04)
820

921

google/cloud/tasks/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.13.2" # {x-release-please-version}
16+
__version__ = "2.14.0" # {x-release-please-version}

google/cloud/tasks_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.13.2" # {x-release-please-version}
16+
__version__ = "2.14.0" # {x-release-please-version}

google/cloud/tasks_v2beta2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.13.2" # {x-release-please-version}
16+
__version__ = "2.14.0" # {x-release-please-version}

google/cloud/tasks_v2beta3/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.13.2" # {x-release-please-version}
16+
__version__ = "2.14.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.tasks.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-tasks",
11-
"version": "0.1.0"
11+
"version": "2.14.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.tasks.v2beta2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-tasks",
11-
"version": "0.1.0"
11+
"version": "2.14.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.tasks.v2beta3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-tasks",
11-
"version": "0.1.0"
11+
"version": "2.14.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)