Skip to content

Releases: googleapis/python-datastore

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

v2.1.3

25 May 17:17
4f7bee2
Compare
Choose a tag to compare

Bug Fixes

  • perf: improve performance unmarshalling entities from protobuf2 (#175) (0e5b718)

v2.1.2

03 May 16:47
155fb72
Compare
Choose a tag to compare

Bug Fixes

  • pass transaction's options to API in 'begin' (#143) (924b10b)

Documentation

  • update intersphinx URLs for grpc and auth (#93) (4f90d04)

v2.1.1

20 Apr 21:17
b841b2a
Compare
Choose a tag to compare

Bug Fixes