Skip to content

Releases: googleapis/python-datastore

v2.20.1

14 Aug 17:23
fe5e38c
Compare
Choose a tag to compare

2.20.1 (2024-08-14)

Bug Fixes

  • Allow protobuf 5.x; require protobuf >=3.20.2 (#560) (ad50e36)

v2.20.0

07 Aug 21:46
66c5958
Compare
Choose a tag to compare

2.20.0 (2024-08-07)

Features

  • Add new types ExplainOptions, ExplainMetrics, PlanSummary, ExecutionStats (#521) (dfbee2d)
  • Add new_transaction support (#499) (43855dd)
  • Implement query profiling (#542) (1500f70)
  • New PropertyMask field which allows partial commits, lookups, and query results (7fd218b)

Bug Fixes

  • Retry and timeout values do not propagate in requests during pagination (#555) (5e773cb)
  • Using end_cursor instead of skipped_cursor in Iterator to fix rare bug. (#552) (4982f9a)

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