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

google-cloud-happybase v0.32.0

Choose a tag to compare

@crwilcox crwilcox released this 19 Dec 22:45
· 39 commits to master since this release
2ef94b9

12-17-2018 17:20 PST

Implementation Changes

  • Pool: fix call to _get_instance. (#57)
  • Use Table.mutate_rows() rather than Row.commit() in Batch.send(). (#54)
  • Remove instance.copy() and timeout parameter from Connection constructor. (#50)

Documentation

  • Announce deprecation of Python 2.7 (#55)

Internal / Testing Changes

  • Harden system tests. (#53)
  • Update github issue templates (#52)
  • Testing cleanups (#49)
  • Fix version in setup.py