Releases: cerebruminc/yates
Releases · cerebruminc/yates
v3.6.0
3.6.0 (2024-11-02)
Features
- improve performance (esp. n+1) by batching requests (0ff5d67)
v3.5.2
3.5.2 (2024-04-10)
Bug Fixes
- avoid race condition when creating policies (4d77dfb)
- update to prisma v5.11.0 (4aa0a92)
v3.5.1
3.5.1 (2024-03-29)
Bug Fixes
- remove leftover debug statement (de1f867)
v3.5.0
3.5.0 (2024-03-28)
Features
- use an ability table for handling ability updates (7b5b542)
v3.4.1
3.4.1 (2024-03-26)
Bug Fixes
- only select role and policies that have a yates prefix (d60498a)
v3.4.0
3.4.0 (2024-03-22)
Features
- add a debug mode and some additional logging for expressions (d8b85fa)
Bug Fixes
- improve startup performance by unifying queries for pg policies and roles (d765fd5)
v3.3.2
3.3.2 (2024-02-28)
Bug Fixes
- do not include test files in published build output (8bc00dc)
v3.3.1
3.3.1 (2024-02-28)
Bug Fixes
- make sure the dist directory is published to npm (043cba5)
v3.3.0
3.3.0 (2024-02-26)
Features
- improve type safety for expressions (16b2a0f)
v3.2.0
3.2.0 (2024-01-16)
Features
- add support for the
in
operator with static scalar values (7cf7903)