diff --git a/datastore/CHANGELOG.md b/datastore/CHANGELOG.md index 08c6d71efd4a..f75f5f358292 100644 --- a/datastore/CHANGELOG.md +++ b/datastore/CHANGELOG.md @@ -4,6 +4,33 @@ [1]: https://pypi.org/project/google-cloud-datastore/#history +## 1.5.0 + +### Interface additions + +- Added `Entity.id` property (#4640) +- Added optional `location_prefix` kwarg in `to_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` to `None` 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 diff --git a/datastore/setup.py b/datastore/setup.py index 957553f8a27c..1b95f6a5a121 100644 --- a/datastore/setup.py +++ b/datastore/setup.py @@ -57,7 +57,7 @@ setup( name='google-cloud-datastore', - version='1.4.1.dev1', + version='1.5.0', description='Python Client for Google Cloud Datastore', long_description=README, namespace_packages=[