Skip to content

Releases: cerebruminc/yates

v3.5.2

10 Apr 10:23
3100169
Compare
Choose a tag to compare

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

29 Mar 07:46
3cd9dc7
Compare
Choose a tag to compare

3.5.1 (2024-03-29)

Bug Fixes

  • remove leftover debug statement (de1f867)

v3.5.0

28 Mar 16:23
31addb0
Compare
Choose a tag to compare

3.5.0 (2024-03-28)

Features

  • use an ability table for handling ability updates (7b5b542)

v3.4.1

26 Mar 16:52
a02a35f
Compare
Choose a tag to compare

3.4.1 (2024-03-26)

Bug Fixes

  • only select role and policies that have a yates prefix (d60498a)

v3.4.0

23 Mar 08:07
5b1cb0a
Compare
Choose a tag to compare

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

28 Feb 14:28
d49ee2d
Compare
Choose a tag to compare

3.3.2 (2024-02-28)

Bug Fixes

  • do not include test files in published build output (8bc00dc)

v3.3.1

28 Feb 14:10
2187e6e
Compare
Choose a tag to compare

3.3.1 (2024-02-28)

Bug Fixes

  • make sure the dist directory is published to npm (043cba5)

v3.3.0

28 Feb 13:53
fda8206
Compare
Choose a tag to compare

3.3.0 (2024-02-26)

Features

  • improve type safety for expressions (16b2a0f)

v3.2.0

16 Jan 12:01
c4af5b4
Compare
Choose a tag to compare

3.2.0 (2024-01-16)

Features

  • add support for the in operator with static scalar values (7cf7903)

v3.1.1

15 Jan 16:41
6876957
Compare
Choose a tag to compare

3.1.1 (2024-01-15)

Bug Fixes

  • support client expressions that query 1:1 relationships (4cb0e1f)