Skip to content

Releases: googleapis/python-datastore

v2.6.0

19 May 12:51
b9e9cec
Compare
Choose a tag to compare

2.6.0 (2022-05-05)

Features

  • expose new read_time API fields, currently only available in private preview (8d2bd17)

Documentation

  • fix type in docstring for map fields (8d2bd17)

v1.15.4

04 Apr 19:45
c915ed6
Compare
Choose a tag to compare

1.15.4 (2022-04-04)

Bug Fixes

  • deps: require google-api-core >= 1.31.5, >= 2.3.2 on v1 release (#283) (1e89d90)

v2.5.1

07 Mar 16:14
a52f30c
Compare
Choose a tag to compare

2.5.1 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#278) (ac08eb1)
  • deps: require proto-plus>=1.15.0 (ac08eb1)

v2.5.0

28 Feb 22:28
53a214e
Compare
Choose a tag to compare

2.5.0 (2022-02-26)

Features

  • add api key support (e166d7b)
  • define Datastore -> Firestore in Datastore mode migration long running operation metadata (#270) (e166d7b)

Bug Fixes

  • deps: move libcst to extras (#271) (d53fcce)
  • resolve DuplicateCredentialArgs error when using credentials_file (e166d7b)

Documentation

v2.4.0

09 Nov 16:17
6a7c857
Compare
Choose a tag to compare

Features

  • add context manager support in client (d6c8868)
  • add methods for creating and deleting composite indexes (#248) (d6c8868)
  • add support for self-signed JWT flow for service accounts (d6c8868)

Bug Fixes

  • add 'dict' annotation type to 'request' (d6c8868)
  • export async client from 'google/cloud/datastore_v1' (d6c8868)
  • deps: require google-api-core >= 1.28.0 (d6c8868)

Documentation

  • list 'oneofs' in docstrings for message classes (d6c8868)

v2.3.0

18 Oct 19:34
7a0070a
Compare
Choose a tag to compare

Features

Bug Fixes

v2.2.0

08 Oct 16:32
31c354d
Compare
Choose a tag to compare

Features

v2.1.6

27 Jul 16:17
b077f49
Compare
Choose a tag to compare

Documentation

  • add Samples section to CONTRIBUTING.rst (#195) (f607fb5)

v2.1.5

21 Jul 22:48
b62354e
Compare
Choose a tag to compare

Bug Fixes

  • deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#194) (e94f97c)

v2.1.4

09 Jul 18:47
30008c9
Compare
Choose a tag to compare

Performance Improvements

  • further avoid using proto-plus wrapper when unmarshalling entities (#190) (d0481bf)

Documentation