|
9 | 9 | 09-10-2019 13:43 PDT |
10 | 10 |
|
11 | 11 | ### Deprecations |
12 | | -- Deprecate `max_memcache_items`, memcache options, `force_rewrites`, `Query.map()`, `Query.mapi_async()`, `blobstore`. ([#168](https://github.com/googleapis/python-ndb/pull/168)) |
| 12 | +- Deprecate `max_memcache_items`, memcache options, `force_rewrites`, `Query.map()`, `Query.map_async()`, `blobstore`. ([#168](https://github.com/googleapis/python-ndb/pull/168)) |
13 | 13 |
|
14 | 14 | ### Implementation Changes |
15 | 15 | - Fix error retrieving values for properties with different stored name ([#187](https://github.com/googleapis/python-ndb/pull/187)) |
|
34 | 34 | - Implement ``Context.flush`` ([#158](https://github.com/googleapis/python-ndb/pull/158)) |
35 | 35 | - Implement ``use_datastore`` flag. ([#155](https://github.com/googleapis/python-ndb/pull/155)) |
36 | 36 | - Implement ``tasklets.toplevel``. ([#157](https://github.com/googleapis/python-ndb/pull/157)) |
37 | | -- RedisCache ([#150](https://github.com/googleapis/python-ndb/pull/150)) |
38 | | -- Implement Global Cache (memcache) ([#148](https://github.com/googleapis/python-ndb/pull/148)) |
| 37 | +- Add RedisCache implementation of global cache ([#150](https://github.com/googleapis/python-ndb/pull/150)) |
| 38 | +- Implement Global Cache ([#148](https://github.com/googleapis/python-ndb/pull/148)) |
39 | 39 | - ndb.Expando properties load and save ([#117](https://github.com/googleapis/python-ndb/pull/117)) |
40 | 40 | - Implement cache policy. ([#116](https://github.com/googleapis/python-ndb/pull/116)) |
41 | 41 |
|
|
49 | 49 | - Add spellcheck sphinx extension to docs build process ([#123](https://github.com/googleapis/python-ndb/pull/123)) |
50 | 50 |
|
51 | 51 | ### Internal / Testing Changes |
52 | | -- Clean up usage of object.__new__ and mocks for `Model` in unit tests ([#177](https://github.com/googleapis/python-ndb/pull/177)) |
| 52 | +- Clean up usage of `object.__new__` and mocks for `Model` in unit tests ([#177](https://github.com/googleapis/python-ndb/pull/177)) |
53 | 53 | - Prove tasklets can be Python 2.7 and 3.7 compatible. ([#174](https://github.com/googleapis/python-ndb/pull/174)) |
54 | 54 | - Discard src directory and fix flake8 failures ([#173](https://github.com/googleapis/python-ndb/pull/173)) |
55 | | -- Some additional tests for `Model.__eq__()` ([#169](https://github.com/googleapis/python-ndb/pull/169)) |
| 55 | +- Add tests for `Model.__eq__()` ([#169](https://github.com/googleapis/python-ndb/pull/169)) |
56 | 56 | - Remove skip flag accidentally left over ([#154](https://github.com/googleapis/python-ndb/pull/154)) |
57 | 57 | - Try to get kokoro to add indexes for system tests ([#145](https://github.com/googleapis/python-ndb/pull/145)) |
58 | 58 | - Add system test for PolyModel ([#133](https://github.com/googleapis/python-ndb/pull/133)) |
59 | | -- Ask for feature development coordination via issues |
60 | 59 | - Fix system test under Datastore Emulator. (Fixes [#118](https://github.com/googleapis/python-ndb/pull/118)) ([#119](https://github.com/googleapis/python-ndb/pull/119)) |
61 | 60 | - Add unit tests for `_entity_from_ds_entity` expando support ([#120](https://github.com/googleapis/python-ndb/pull/120)) |
62 | 61 |
|
|
0 commit comments