Skip to content

Releases: cerebruminc/yates

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)

v3.1.0

09 Jan 15:11
1fddd5d
Compare
Choose a tag to compare

3.1.0 (2024-01-09)

Features

  • Add support for using the in operator with context values (5707f8a)

Bug Fixes

  • don't duplicate ability name in expression test (59db403)

v3.0.2

15 Dec 07:39
f7d21d0
Compare
Choose a tag to compare

3.0.2 (2023-12-15)

Bug Fixes

  • allow non-scalar values when using client expressions (9fc0a52)

v3.0.1

11 Dec 15:09
7802d6b
Compare
Choose a tag to compare

3.0.1 (2023-12-11)

Bug Fixes

  • update to work with latest prisma client version (a6da0ab)
  • use upstream node-sql-parser package (cdb1d88)

v3.0.0

02 Aug 14:42
2eabaa4
Compare
Choose a tag to compare

3.0.0 (2023-08-02)

⚠ BREAKING CHANGES

  • Yates now requires Prisma @ v5

Features

  • bac-329 update to prisma v5 (e7dc385)

v2.1.0

14 Jun 12:48
cffafeb
Compare
Choose a tag to compare

2.1.0 (2023-05-31)

Features

  • Allow maxWait and timeout ITX options to be configurable (8e0bd6c)

v2.0.6

25 May 15:10
5be412c
Compare
Choose a tag to compare

2.0.6 (2023-05-23)

Bug Fixes

  • Increase max wait time to 30s (from default 2s) (9572b5b)

v2.0.5

03 May 11:25
9838684
Compare
Choose a tag to compare

2.0.5 (2023-05-03)

Bug Fixes

  • BAC-129 increase base ITX timeout to 30s (2288850)

v2.0.4

12 Apr 06:12
e53acb3
Compare
Choose a tag to compare

2.0.4 (2023-04-11)

Bug Fixes

  • bac-24 Only run publish-beta workflow on trusted PRs (6e50b1c)
  • correctly handle long ability names (f4600d0)