Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 2ef94b9

Browse files
authored
Release google-cloud-python-happybase 0.32.0 (#56)
* Release 0.32.0
1 parent fb30702 commit 2ef94b9

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,30 @@
55
[1]: https://pypi.org/project/google-cloud-happybase/#history
66

77

8+
## 0.32.0
9+
10+
12-17-2018 17:20 PST
11+
12+
13+
### Implementation Changes
14+
- Pool: fix call to `_get_instance`. ([#57](https://github.com/googleapis/google-cloud-python-happybase/pull/57))
15+
- Use `Table.mutate_rows()` rather than `Row.commit()` in `Batch.send()`. ([#54](https://github.com/googleapis/google-cloud-python-happybase/pull/54))
16+
- Remove `instance.copy()` and `timeout` parameter from `Connection` constructor. ([#50](https://github.com/googleapis/google-cloud-python-happybase/pull/50))
17+
18+
### Documentation
19+
- Announce deprecation of Python 2.7 ([#55](https://github.com/googleapis/google-cloud-python-happybase/pull/55))
20+
21+
### Internal / Testing Changes
22+
- Harden system tests. ([#53](https://github.com/googleapis/google-cloud-python-happybase/pull/53))
23+
- Update github issue templates ([#52](https://github.com/googleapis/google-cloud-python-happybase/pull/52))
24+
- Testing cleanups ([#49](https://github.com/googleapis/google-cloud-python-happybase/pull/49))
25+
- Fix version in `setup.py`
26+
827
## 0.31.0 (2018-10-05)
928

1029
### Dependencies
1130

12-
- Update to use `google.cloud.bigtable 0.31.0`
31+
- Update to use `google.cloud.bigtable >= 0.31.0`
1332

1433

1534
## 0.30.2 (2018-10-05)

setup.py

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

6060
setup(
6161
name='google-cloud-happybase',
62-
version='0.31.0',
62+
version='0.32.0',
6363
description='Client library for Google Cloud Bigtable: HappyBase layer',
6464
long_description=README,
6565
url='https://github.com/googleapis/google-cloud-python-happybase',

0 commit comments

Comments
 (0)