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

Commit ac55ddb

Browse files
authored
Release 0.5.0 (#7496)
1 parent 5b20ed8 commit ac55ddb

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

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

7+
## 0.5.0
8+
9+
03-06-2019 15:03 PST
10+
11+
12+
### Implementation Changes
13+
- Remove unused message exports (via synth). ([#7276](https://github.com/googleapis/google-cloud-python/pull/7276))
14+
- Protoc-generated serialization update. ([#7096](https://github.com/googleapis/google-cloud-python/pull/7096))
15+
16+
### New Features
17+
- Add 'Task.http_request' and associated message type (via synth). ([#7432](https://github.com/googleapis/google-cloud-python/pull/7432))
18+
- Add 'Task.dispatch_deadline' via synth. ([#7211](https://github.com/googleapis/google-cloud-python/pull/7211))
19+
20+
### Documentation
21+
- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))
22+
- Update copyright headers
23+
- Restore expanded example from PR [#7025](https://github.com/googleapis/google-cloud-python/pull/7025) after synth. ([#7062](https://github.com/googleapis/google-cloud-python/pull/7062))
24+
- Add working example for 'create_queue'. ([#7025](https://github.com/googleapis/google-cloud-python/pull/7025))
25+
- Pick up stub docstring fix in GAPIC generator. ([#6983](https://github.com/googleapis/google-cloud-python/pull/6983))
26+
27+
### Internal / Testing Changes
28+
- Copy lintified proto files (via synth). ([#7471](https://github.com/googleapis/google-cloud-python/pull/7471))
29+
- Add clarifying comment to blacken nox target. ([#7405](https://github.com/googleapis/google-cloud-python/pull/7405))
30+
- Copy proto files alongside protoc versions
31+
- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205))
32+
733
## 0.4.0
834

935
12-18-2018 09:50 PST

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = 'google-cloud-tasks'
2323
description = 'Cloud Tasks API API client library'
24-
version = '0.4.0'
24+
version = '0.5.0'
2525
release_status = 'Development Status :: 3 - Alpha'
2626
dependencies = [
2727
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',

0 commit comments

Comments
 (0)