Skip to content

Commit ff01233

Browse files
chore: release 1.3.0 (#243)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ae41a1b commit ff01233

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [1.3.0](https://www.github.com/googleapis/python-pubsublite/compare/v1.2.0...v1.3.0) (2022-01-06)
4+
5+
6+
### Features
7+
8+
* add context manager support in client ([#255](https://www.github.com/googleapis/python-pubsublite/issues/255)) ([9ad887f](https://www.github.com/googleapis/python-pubsublite/commit/9ad887f16b4eb93d822db2ea831f7e8ea8a195e0))
9+
* Add ReassignmentHandler which is notified on client reassignment ([#242](https://www.github.com/googleapis/python-pubsublite/issues/242)) ([80fd5f6](https://www.github.com/googleapis/python-pubsublite/commit/80fd5f631f3667b8b38a3f459e48cb177874f86d))
10+
* remove warnings from reservation methods ([#249](https://www.github.com/googleapis/python-pubsublite/issues/249)) ([2defd91](https://www.github.com/googleapis/python-pubsublite/commit/2defd91cc0becc904bba3fc4c66ca2ccac5e89c8))
11+
* surface ReservationPath and Reservation ([#274](https://www.github.com/googleapis/python-pubsublite/issues/274)) ([eb50503](https://www.github.com/googleapis/python-pubsublite/commit/eb5050333a414267ef1ae9cf5a2af6fb700403a6))
12+
13+
14+
### Bug Fixes
15+
16+
* add 'dict' annotation type to 'request' ([e2f7b98](https://www.github.com/googleapis/python-pubsublite/commit/e2f7b9864109ce9ce08d2e4740bc71888805f467))
17+
* add 'dict' annotation type to 'request' ([c69dc30](https://www.github.com/googleapis/python-pubsublite/commit/c69dc309f289bed566d0f34050920dfa951819ee))
18+
* **deps:** drop packaging dependency ([ce2e5ef](https://www.github.com/googleapis/python-pubsublite/commit/ce2e5ef952708776fccc6652fb2c485c35b48e2f))
19+
* improper types in pagers generation ([e2f7b98](https://www.github.com/googleapis/python-pubsublite/commit/e2f7b9864109ce9ce08d2e4740bc71888805f467))
20+
21+
22+
### Documentation
23+
24+
* list oneofs in docstring ([ce2e5ef](https://www.github.com/googleapis/python-pubsublite/commit/ce2e5ef952708776fccc6652fb2c485c35b48e2f))
25+
326
## [1.2.0](https://www.github.com/googleapis/python-pubsublite/compare/v1.1.4...v1.2.0) (2021-09-15)
427

528

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "1.2.0"
22+
version = "1.3.0"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

0 commit comments

Comments
 (0)