E5E1 chore: Release v2.0.0 by plamut · Pull Request #189 · googleapis/python-pubsub · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,30 @@
[1]: https://pypi.org/project/google-cloud-pubsub/#history


## 2.0.0

09-11-2020 05:03 PDT


### Implementation Changes

- Transition the library to microgenerator. ([#158](https://github.com/googleapis/python-pubsub/pull/158))
This is a **breaking change** that introduces several **method signature changes** and **drops support
for Python 2.7 and 3.5**.

### Documentation

- Add samples for using ordering keys. ([#156](https://github.com/googleapis/python-pubsub/pull/156))
- Remove extra white space in delivery attempt sample. ([#159](https://github.com/googleapis/python-pubsub/pull/159))

### Internal / Testing Changes

- Fix flaky sequencer unit tests. ([#187](https://github.com/googleapis/python-pubsub/pull/187))

## [1.7.0](https://www.github.com/googleapis/python-pubsub/compare/v1.6.1...v1.7.0) (2020-07-13)

This is the last release that supports Python 2.7 and 3.5.

### New Features

- Add support for server-side flow control. ([#143](https://github.com/googleapis/python-pubsub/pull/143)) ([04e261c](https://www.github.com/googleapis/python-pubsub/commit/04e261c602a2919cc75b3efa3dab099fb2cf704c))
Expand Down
0