Skip to content

Commit 04112c1

Browse files
pradnplamut
authored andcommitted
chore(pubsub): release PubSub 1.0.1 (googleapis#9331)
* Release PubSub 1.0.1
1 parent a1b083e commit 04112c1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

pubsub/CHANGELOG.md

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

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

7+
## 1.0.1
8+
9+
09-27-2019 07:01 PDT
10+
11+
12+
### Implementation Changes
13+
- Set default stream ACK deadline to subscriptions'. ([#9268](https://github.com/googleapis/google-cloud-python/pull/9268))
14+
15+
### Documentation
16+
- Fix intersphinx reference to requests. ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294))
17+
- Link to correct TimeoutError in futures docs. ([#9216](https://github.com/googleapis/google-cloud-python/pull/9216))
18+
19+
### Internal / Testing Changes
20+
- Adjust messaging RPC timeout settings (via synth). [#9279](https://github.com/googleapis/google-cloud-python/pull/9279)
21+
722
## 1.0.0
823

924
08-29-2019 09:27 PDT

pubsub/setup.py

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

2323
name = "google-cloud-pubsub"
2424
description = "Google Cloud Pub/Sub API client library"
25-
version = "1.0.0"
25+
version = "1.0.1"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)