Skip to content

Releases: googleapis/python-datastore

v2.1.0

05 Dec 00:16
200d892
Compare
Choose a tag to compare

Features

  • support autoconversion of Entity to Key for purposes of delete & delete_multi (#123) (bf1dde6)

Fix

v2.0.1

16 Nov 18:31
eedf123
Compare
Choose a tag to compare

Bug Fixes

v2.0.0

10 Nov 18:47
556c8f0
Compare
Choose a tag to compare

⚠ 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

30 Oct 23:04
dd6c0ee
Compare
Choose a tag to compare

⚠ 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

07 Oct 21:31
b6bc2f7
Compare
Choose a tag to compare

Bug Fixes

  • use full path and os.path to version.py in setup.py (#97) (0f5506f)

v1.15.2

06 Oct 19:32
1b16907
Compare
Choose a tag to compare

Bug Fixes

  • use version.py instead of pkg_resources.get_distribution (#94) (ea77534)

v1.15.1

23 Sep 15:32
ddbbb03
Compare
Choose a tag to compare

Bug Fixes

  • repair implementation of Client.reserve_ids (#76) (7df727d), closes #37

Documentation

  • document thread-safety of client (#75) (ae0339c)

v1.15.0

14 Aug 18:16
c947ad7
Compare
Choose a tag to compare

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

v1.14.0

05 Aug 21:05
f6290c0
Compare
Choose a tag to compare

Features

  • pass 'client_options' to base class ctor (#60) (2575697), closes #50

Documentation

  • correct semantics of 'complete_key' arg to 'Client.reserve_ids' (#36) (50ed945)
  • update docs build (via synth) (#58) (5bdacd4), closes #700

v1.13.2

18 Jul 01:00
677bb7b
Compare
Choose a tag to compare

Bug Fixes