Skip to content

Commit

Permalink
Release google-cloud-python-happybase 0.32.0 (#56)
Browse files Browse the repository at this point in the history
* Release 0.32.0
  • Loading branch information
crwilcox authored Dec 19, 2018
1 parent fb30702 commit 2ef94b9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,30 @@
[1]: https://pypi.org/project/google-cloud-happybase/#history


## 0.32.0

12-17-2018 17:20 PST


### Implementation Changes
- Pool: fix call to `_get_instance`. ([#57](https://github.com/googleapis/google-cloud-python-happybase/pull/57))
- Use `Table.mutate_rows()` rather than `Row.commit()` in `Batch.send()`. ([#54](https://github.com/googleapis/google-cloud-python-happybase/pull/54))
- Remove `instance.copy()` and `timeout` parameter from `Connection` constructor. ([#50](https://github.com/googleapis/google-cloud-python-happybase/pull/50))

### Documentation
- Announce deprecation of Python 2.7 ([#55](https://github.com/googleapis/google-cloud-python-happybase/pull/55))

### Internal / Testing Changes
- Harden system tests. ([#53](https://github.com/googleapis/google-cloud-python-happybase/pull/53))
- Update github issue templates ([#52](https://github.com/googleapis/google-cloud-python-happybase/pull/52))
- Testing cleanups ([#49](https://github.com/googleapis/google-cloud-python-happybase/pull/49))
- Fix version in `setup.py`

## 0.31.0 (2018-10-05)

### Dependencies

- Update to use `google.cloud.bigtable 0.31.0`
- Update to use `google.cloud.bigtable >= 0.31.0`


## 0.30.2 (2018-10-05)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

setup(
name='google-cloud-happybase',
version='0.31.0',
version='0.32.0',
description='Client library for Google Cloud Bigtable: HappyBase layer',
long_description=README,
url='https://github.com/googleapis/google-cloud-python-happybase',
Expand Down

0 comments on commit 2ef94b9

Please sign in to comment.