Changelog¶
2.20.1 (2024-08-14)¶
Bug Fixes¶
2.20.0 (2024-08-07)¶
Features¶
Bug Fixes¶
2.19.0 (2023-12-10)¶
Features¶
Bug Fixes¶
Use
retry_async
instead ofretry
in async client (4e15ce6)
Documentation¶
2.18.0 (2023-09-05)¶
Features¶
Documentation¶
2.17.0 (2023-08-09)¶
Features¶
Publish proto definitions for SUM/AVG in Datastore (cfcd0c2)
Documentation¶
2.16.1 (2023-07-05)¶
Bug Fixes¶
2.16.0 (2023-06-21)¶
Features¶
2.15.2 (2023-05-04)¶
Documentation¶
2.15.1 (2023-03-24)¶
Documentation¶
2.15.0 (2023-03-09)¶
Features¶
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)
2.13.2 (2023-01-23)¶
Bug Fixes¶
2.13.1 (2023-01-20)¶
Bug Fixes¶
Add context manager return types (9cec031)
Documentation¶
Add documentation for enums (9cec031)
2.13.0 (2023-01-14)¶
Features¶
2.12.0 (2023-01-10)¶
Features¶
2.11.1 (2022-12-09)¶
Bug Fixes¶
Documentation¶
samples: Snippetgen should call await on the operation coroutine before calling result (6f6bb63)
2.11.0 (2022-11-30)¶
Features¶
2.10.0 (2022-11-01)¶
Features¶
2.9.0 (2022-10-18)¶
Features¶
Bug Fixes¶
2.8.2 (2022-10-03)¶
Bug Fixes¶
2.8.1 (2022-08-12)¶
Bug Fixes¶
Documentation¶
2.8.0 (2022-07-15)¶
Features¶
2.7.2 (2022-07-10)¶
Bug Fixes¶
2.7.1 (2022-06-16)¶
Documentation¶
2.7.0 (2022-06-09)¶
Features¶
2.6.2 (2022-06-07)¶
Bug Fixes¶
Documentation¶
2.6.1 (2022-05-27)¶
Bug Fixes¶
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)
2.5.1 (2022-03-05)¶
Bug Fixes¶
2.5.0 (2022-02-26)¶
Features¶
Bug Fixes¶
Documentation¶
add generated snippets (e166d7b)
2.4.0 (2021-11-08)¶
Features¶
Bug Fixes¶
Documentation¶
list ‘oneofs’ in docstrings for message classes (d6c8868)
2.3.0 (2021-10-18)¶
Features¶
Bug Fixes¶
2.2.0 (2021-10-08)¶
Features¶
2.1.6 (2021-07-26)¶
Documentation¶
2.1.5 (2021-07-20)¶
Bug Fixes¶
2.1.4 (2021-07-09)¶
Performance Improvements¶
Documentation¶
2.1.3 (2021-05-25)¶
Bug Fixes¶
2.1.2 (2021-05-03)¶
Bug Fixes¶
Documentation¶
2.1.1 (2021-04-20)¶
Bug Fixes¶
2.1.0 (2020-12-04)¶
Features¶
Fix¶
2.0.1 (2020-11-13)¶
Bug Fixes¶
2.0.0 (2020-11-06)¶
⚠ BREAKING CHANGES¶
remove support for Python 2.7
Leverage new generator, proto-plus, for google-cloud-datastore (#104)
Features¶
Documentation¶
2.0.0-dev1 (2020-10-30)¶
⚠ BREAKING CHANGES¶
Leverage new generator, proto-plus, for google-cloud-datastore (#104)
Features¶
1.15.3 (2020-10-06)¶
Bug Fixes¶
1.15.2 (2020-10-06)¶
Bug Fixes¶
1.15.2 (2020-10-06)¶
Bug Fixes¶
1.15.1 (2020-09-23)¶
Bug Fixes¶
Documentation¶
1.15.0 (2020-08-14)¶
Features¶
Bug Fixes¶
Documentation¶
1.14.0 (2020-08-05)¶
Features¶
Documentation¶
1.13.2 (2020-07-17)¶
Bug Fixes¶
1.13.1 (2020-07-13)¶
Bug Fixes¶
1.13.0 (2020-07-01)¶
Features¶
1.12.0 (2020-04-07)¶
Features¶
Bug Fixes¶
1.11.0 (2020-02-27)¶
Features¶
1.10.0¶
10-10-2019 12:20 PDT
Implementation Changes¶
Remove send / receive message size limit (via synth). (#8952)
New Features¶
Add
client_options
to constructors for manual clients. (#9055)
Dependencies¶
Pin
google-cloud-core >= 1.0.3, < 2.0.0dev
. (#9055)
Documentation¶
1.9.0¶
07-24-2019 16:04 PDT
Implementation Changes¶
Allow kwargs to be passed to create_channel (via synth). (#8388)
New Features¶
Dependencies¶
Bump minimum version for google-api-core to 1.14.0. (#8709)
Documentation¶
Internal / Testing Changes¶
Pin black version (via synth). (#8580)
Remove typing information for kwargs to not conflict with type checkers (#8546)
Add docs job to publish to googleapis.dev. (#8464)
Declare encoding as utf-8 in pb2 files (via synth). (#8350)
Add disclaimer to auto-generated template files (via synth). (#8312)
Suppress checking ‘cov-fail-under’ in nox default session (via synth). (#8238)
Blacken noxfile.py, setup.py (via synth). (#8120)
Add empty lines (via synth). (#8055)
1.8.0¶
05-17-2019 08:28 PDT
Implementation Changes¶
New Features¶
Add
client_info
support to client. (#8013)
Dependencies¶
Pin
google-cloud-core >= 1.0.0, < 2.0dev
. (#7993)
Documentation¶
Internal / Testing Changes¶
1.7.3¶
12-17-2018 16:45 PST
Documentation¶
1.7.2¶
12-10-2018 12:37 PST
Implementation Changes¶
Dependencies¶
Internal / Testing Changes¶
1.7.1¶
10-29-2018 10:38 PDT
Implementation Changes¶
Documentation¶
Internal / Testing Changes¶
1.7.0¶
Implementation Changes¶
Do not pass ‘offset’ once the query iterator has a cursor (#5503)
Add test runs for Python 3.7 and remove run for 3.4 (#5295)
Documentation¶
minor fix to datastore example (#5452)
Add example showing explicit unicode for text values in entities. (#5263)
Internal / Testing Changes¶
Modify system tests to use prerelease versions of grpcio (#5304)
Avoid overwriting ‘module’ of messages from shared modules. (#5364)
Attempt again to reproduce #4264. (#5403)
Fix bad trove classifier
1.6.0¶
Implementation changes¶
Don’t check
exclude_from_indexes
for empty lists. (#4915)
Dependencies¶
The minimum version for
google-api-core
has been updated to version 1.0.0. This may cause some incompatibility with older google-cloud libraries, you will need to update those libraries if you have a dependency conflict. (#4944, #4946)
Testing and internal changes¶
Install local dependencies when running lint (#4936)
Re-enable lint for tests, remove usage of pylint (#4921)
Normalize all setup.py files (#4909)
Exercise datastore query result paging (#4905)
Pass
*session.posargs
through on command line for system tests. (#4904)
1.5.0¶
Interface additions¶
Added
Entity.id
property (#4640)Added optional
location_prefix
kwarg into_legacy_urlsafe
(#4635)Added support for transaction options (#4357)
Added the ability to specify read consistency (#4343, #4376)
Implementation changes¶
The underlying autogenerated code was rengereated to pick up new features and bugfixes. (#4348, #4877)
Updated the HTTP implementation to match the gRPC implementation. (#4388)
Set
next_page_token
toNone
if there are no more results (#4349)
Documentation¶
Entity doc consistency (#4641)
Fixing “Fore” -> “For” typo in README docs. (#4317)
Testing¶
Update datastore doctests to reflect change in cursor behavior. (#4382)
Making a
nox -s default
session for all packages. (#4324)Shorten test names (#4321)
1.4.0¶
Interface changes / additions¶
Allowing
dict
(as anEntity
) for property values. (#3927)
Documentation¶
Added link to “Python Development Environment Setup Guide” in project README (#4187, h/t to @michaelawyu)
Dependencies¶
Upgrading to
google-cloud-core >= 0.28.0
and adding dependency ongoogle-api-core
(#4221, #4280)
PyPI: https://pypi.org/project/google-cloud-datastore/1.4.0/