Skip to content

Releases: googleapis/python-datastore

v2.19.0

12 Dec 20:34
2740b68
Compare
Choose a tag to compare

2.19.0 (2023-12-10)

Features

  • Add support for Python 3.12 (#498) (d1d60fa)
  • Introduce compatibility with native namespace packages (#497) (87b3392)

Bug Fixes

  • Use retry_async instead of retry in async client (4e15ce6)

Documentation

v2.18.0

06 Sep 00:07
997a434
Compare
Choose a tag to compare

2.18.0 (2023-09-05)

Features

  • Add support for Sum and Avg aggregation query (#437) (e99120d)

Documentation

  • Update property requirement specifications (#470) (795ce81)

v2.17.0

09 Aug 13:28
96ecdda
Compare
Choose a tag to compare

2.17.0 (2023-08-09)

Features

  • Publish proto definitions for SUM/AVG in Datastore (cfcd0c2)

Documentation

  • Minor formatting in Datastore Admin API (cfcd0c2)
  • Specify limit for properties in Index message in Datastore Admin API (cfcd0c2)

v2.16.1

05 Jul 14:56
c39eb26
Compare
Choose a tag to compare

2.16.1 (2023-07-05)

Bug Fixes

  • Add async context manager return types (#452) (05f20dc)

v2.16.0

21 Jun 17:53
2bfb909
Compare
Choose a tag to compare

2.16.0 (2023-06-21)

Features

v2.15.2

09 May 16:50
df63208
Compare
Choose a tag to compare

2.15.2 (2023-05-04)

Documentation

  • Minor comment update for Entity message (#434) (b31a944)

v2.15.1

27 Mar 14:48
8036071
Compare
Choose a tag to compare

2.15.1 (2023-03-24)

Documentation

  • Fix formatting of request arg in docstring (#428) (da86a02)
  • Improve query API documentation (#430) (915daf5)

v2.15.0

09 Mar 17:00
08fa0fc
Compare
Choose a tag to compare

2.15.0 (2023-03-09)

Features

v2.14.0

28 Feb 23:45
4713948
Compare
Choose a tag to compare

2.14.0 (2023-02-28)

Features

  • Enable "rest" transport in Python for services supporting numeric enums (6785908)

Documentation

  • Minor documentation formatting and cleanup (6785908)

v2.13.2

23 Jan 20:37
828712a
Compare
Choose a tag to compare

2.13.2 (2023-01-23)

Bug Fixes