Releases: googleapis/python-ndb
Releases · googleapis/python-ndb
v1.12.0rc1
Bug Fixes
- Drop Python 2 support (90efd77)
- Drop Python 3.6 support (#829) (b110199)
- model: Ensure repeated props have same kind when converting from ds (#824) (29f5a85)
Documentation
- Add note in Django middleware documentation that it is unimplemented (#805) (aa7621d)
- Add note that ProtoRPC message classes are unimplemented (#819) (ae813e9)
- context: Note that several methods are no longer implemented. (#821) (34c2c38)
- CONTRIBUTING: Note the need for Redis/Memcached env vars in tests (#838) (19f8415), closes #836
- Fix bad import path in migration guide (#827) (7b44961)
- Fix typo in begin_transaction docstring (#822) (7fd3ed3)
- README: Syncronize supported version text with python-datastore (#837) (316f959)
v1.11.2
1.11.2 (2022-06-03)
Documentation
- fix changelog header to consistent size (#773) (7bb4e5a)
v1.10.4
Bug Fixes
- pin grpcio / googleapis-common-protos under Python2 (#725) (ccc82e4)
v1.10.3
Bug Fixes
- use thread-safe iterator to generate context ids (#716) (92ec8ac), closes #715
v1.10.2
Bug Fixes
- deps: add pytz as an explicit dependency (#707) (6b48548)
v1.10.1
Bug Fixes
- add rpc request object to debug logging (#696) (45e590a), closes #695
- allow for legacy repeated structured properties with empty values (#702) (60c293d), closes #694
- fix bug with concurrent writes to global cache (#705) (bb7cadc), closes #692
v1.10.0
Features
- add 'python_requires' metadata to setup (#681) (e9a09d3)
Bug Fixes
- fix bug with repeated structured properties with Expando values (#671) (882dff0), closes #669
- properly handle legacy structured properties in Expando instances (#676) (70710c8), closes #673
- refactor global cache to address concurrency and fault tolerance issues (#667) (5e2c591)