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

Commit 19611e3

Browse files
chore: release 2.5.0
1 parent ddb69d0 commit 19611e3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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-bigtable/#history
66

7+
## [2.5.0](https://www.github.com/googleapis/python-bigtable/compare/v2.4.0...v2.5.0) (2021-10-26)
8+
9+
10+
### Features
11+
12+
* add 'Instance.create_time' field ([#449](https://www.github.com/googleapis/python-bigtable/issues/449)) ([b9ecfa9](https://www.github.com/googleapis/python-bigtable/commit/b9ecfa97281ae21dcf233e60c70cacc701f12c32))
13+
* add context manager support in client ([#440](https://www.github.com/googleapis/python-bigtable/issues/440)) ([a3d2cf1](https://www.github.com/googleapis/python-bigtable/commit/a3d2cf18b49cddc91e5e6448c46d6b936d86954d))
14+
* add support for Python 3.10 ([#437](https://www.github.com/googleapis/python-bigtable/issues/437)) ([3cf0814](https://www.github.com/googleapis/python-bigtable/commit/3cf08149411f3f4df41e9b5a9894dbfb101bd86f))
15+
16+
17+
### Bug Fixes
18+
19+
* improper types in pagers generation ([f9c7699](https://www.github.com/googleapis/python-bigtable/commit/f9c7699eb6d4071314abbb0477ba47370059e041))
20+
* improve type hints, mypy checks ([#448](https://www.github.com/googleapis/python-bigtable/issues/448)) ([a99bf88](https://www.github.com/googleapis/python-bigtable/commit/a99bf88417d6aec03923447c70c2752f6bb5c459))
21+
722
## [2.4.0](https://www.github.com/googleapis/python-bigtable/compare/v2.3.3...v2.4.0) (2021-09-24)
823

924

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-bigtable"
2424
description = "Google Cloud Bigtable API client library"
25-
version = "2.4.0"
25+
version = "2.5.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)