Releases: googleapis/python-datastore
Releases · googleapis/python-datastore
v2.1.2
Bug Fixes
- pass transaction's options to API in 'begin' (#143) (924b10b)
Documentation
- update intersphinx URLs for grpc and auth (#93) (4f90d04)
v2.1.0
Features
- support autoconversion of Entity to Key for purposes of delete & delete_multi (#123) (bf1dde6)
Fix
v2.0.0
⚠ BREAKING CHANGES
- remove support for Python 2.7
- Leverage new generator, proto-plus, for google-cloud-datastore (#104)
Features
- Leverage new generator, proto-plus, for google-cloud-datastore (#104) (1723a26)
Documentation
- adds UPGRADING.md, note to readme, to help inform users about migration to v2 (#113) (0d496c6)
v2.0.0-dev1
⚠ BREAKING CHANGES
- Leverage new generator, proto-plus, for google-cloud-datastore (#104)
Features
- Leverage new generator, proto-plus, for google-cloud-datastore (#104) (1723a26)
v1.15.3
Bug Fixes
- use full path and os.path to version.py in setup.py (#97) (0f5506f)
v1.15.2
Bug Fixes
- use version.py instead of pkg_resources.get_distribution (#94) (ea77534)
v1.15.1
Bug Fixes
- repair implementation of
Client.reserve_ids
(#76) (7df727d), closes #37
Documentation
v1.15.0
Features
- add retry and timeout args to API methods (#67) (f3283e1), closes #3
- supply anonymous credentials under emulator (#71) (4db3c40), closes #70
Bug Fixes
Documentation