Releases: googleapis/python-datastore
Releases · googleapis/python-datastore
v2.20.1
2.20.1 (2024-08-14)
Bug Fixes
- Allow protobuf 5.x; require protobuf >=3.20.2 (#560) (ad50e36)
v2.20.0
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
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
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
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
2.16.1 (2023-07-05)
Bug Fixes
- Add async context manager return types (#452) (05f20dc)
v2.15.2
2.15.2 (2023-05-04)
Documentation
- Minor comment update for Entity message (#434) (b31a944)
v2.15.1
2.15.1 (2023-03-24)
Documentation