Skip to content

Releases: expo/entity

v0.29.0

06 Oct 18:49
Compare
Choose a tag to compare

Features

  • add example of redis mget batching using @expo/batcher (#199) (684f91b)
  • change redis cache adapter to use redis-like interface (#200) (e381f5b)

v0.28.0

13 Sep 18:24
Compare
Choose a tag to compare

Features

v0.27.0

09 Aug 20:09
a067a44
Compare
Choose a tag to compare

Features

  • add orderByRaw to loadManyByRawWhereClauseAsync (#185) (2817d78)

v0.26.1

29 Jul 20:56
0c6aa30
Compare
Choose a tag to compare

Features

  • recache to higher cache levels when loading from a composed cache (#182)

v0.26.0

14 Jul 21:48
c8f81a7
Compare
Choose a tag to compare

Bug Fixes

Features

  • add EntityEdgeDeletionBehavior.SET_NULL_INVALIDATE_CACHE_ONLY (#178) (a0c35dd)
  • update ioredis to v5, make it a devDependency of the cache packages (#172) (9fcfbf7)

v0.25.3

10 Mar 23:06
Compare
Choose a tag to compare

Bug Fixes

Features

  • composed cache adapter, composed secondary cache, local memory secondary cache (#164) (6b6e70e)
  • privacy policy evaluation context (#162) (3a81a4c)

v0.24.0

10 Mar 00:51
fefa410
Compare
Choose a tag to compare

Features

Chores

  • Refactor cachers to use an abstract class and interface (#157)

v0.23.0

09 Feb 22:11
41bd072
Compare
Choose a tag to compare

Breaking changes

  • Move data transforming responsibilities to the CacheAdapter instead of the ReadThroughEntityCache. Affects any classes extending the EntityCacheAdapter and relying on the transformation behavior of the ReadThroughEntityCache. (#153)

v0.22.0

04 Feb 02:54
@ide ide
a2c6dd7
Compare
Choose a tag to compare

Features

  • Upgrade knex to 1.x in @expo/entity-database-adapter-knex (#150) (e1b0ee5)

v0.21.0

03 Jan 19:05
5d39fa9
Compare
Choose a tag to compare

Features

  • add pre-commit callbacks on EntityQueryContext (#147) (f1d9847)