Releases: expo/entity
Releases · expo/entity
v0.11.0
Breaking Changes
- If a mutation used to throw a normal postgres error which had one of the error codes that are now translated into EntityErrors, the new error thrown will have a different code: https://github.com/expo/entity/blob/master/packages/entity-database-adapter-knex/src/errors/wrapNativePostgresCall.ts#L21
- If a mutation used to throw a redis error, it will now throw a
EntityCacheAdapterTransientError
, the new error thrown will have a different code: https://github.com/expo/entity/blob/master/packages/entity-cache-adapter-redis/src/errors/wrapNativeRedisCall.ts
Bug Fixes
- add type generic default in test utils (#104) (fe2917e)
- maps utils invariants for collections containing undefined values (#103) (29c1a43)
- remove any cast from EntityLoader (#100) (b8e07f9)