Releases: googleapis/python-ndb
Releases · googleapis/python-ndb
v2.3.3
2.3.3 (2025-05-09)
Bug Fixes
- Support sub-meanings for datastore v2.20.3 (#1014) (88f14fa)
v2.3.2
2.3.2 (2024-07-15)
Bug Fixes
v2.3.1
2.3.1 (2024-03-16)
Bug Fixes
- grpc: Fix large payload handling when using the emulator. (#975) (d9162ae)
- Remove uses of six. #913 (#958) (e17129a)
- Show a non-None error for core_exception.Unknown errors. (#968) (66e61cc)
Documentation
- Document how to run system tests against the emulator. (#963) (47db5b9)
- Note to use functools.wrap instead of utils.wrapping. (#966) (5e9f3d6)
- Tell users of utils.wrapping to use functools.wraps (#967) (042645b)
v2.3.0
2.3.0 (2024-03-01)
Features
- Add field information when raising validation errors. (#956) (17caf0b)
- Add Python 3.12 (#949) (b5c8477)
- Add support for google.cloud.ndb.version (#929) (42b3f01)
- Add support for server side NOT_IN filter. (#957) (f0b0724)
- Allow queries using server side IN. (#954) (2646cef)
- Introduce compatibility with native namespace packages (#933) (ccae387)
- Use server side != for queries. (#950) (106772f)
Bug Fixes
- Compressed repeated to uncompressed property (#772) (dab9edf)
- Repeated structured property containing blob property with legacy_data (#817) (#946) (455f860)
Documentation
v2.2.2
2.2.2 (2023-09-19)
Documentation
- query: Document deprecation of Query.default_options (#915) (a656719), closes #880
v2.2.1
2.2.1 (2023-09-15)
Bug Fixes
Documentation
- Mark database argument for get_by_id and its async counterpart as ignored (#905) (b0f4310)
v2.2.0
2.2.0 (2023-07-26)
Features
Documentation
v2.1.1
2.1.1 (2023-02-28)
Bug Fixes
Documentation
- Note that we support Python 3.11 in CONTRIBUTING file (#872) (982ee5f)
- Use cached versions of Cloud objects.inv files (#863) (4471e2f), closes #862
v2.1.0
2.1.0 (2022-12-15)
Features
Bug Fixes
- zlib: Accomodate different Zlib compression levels (#852) (c1ab83b)
v2.0.0
2.0.0 (2022-12-06)
⚠ BREAKING CHANGES
- dependencies: Upgrade to google-cloud-datastore >= 2.7.2
Features
- dependencies: Upgrade to google-cloud-datastore >= 2.7.2 (12bbcb5)
Bug Fixes
- Correct access to SerializeToString, CopyFrom, and MergeFromString (12bbcb5)
- Fix enum namespaces (12bbcb5)
- Update API capitalization/casing (12bbcb5)
- Update datastore stub creation (12bbcb5)
- Update module imports (12bbcb5)