Releases: cerebruminc/yates
Releases · cerebruminc/yates
v3.2.0
3.2.0 (2024-01-16)
Features
- add support for the
in
operator with static scalar values (7cf7903)
v3.1.1
3.1.1 (2024-01-15)
Bug Fixes
- support client expressions that query 1:1 relationships (4cb0e1f)
v3.1.0
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
3.0.2 (2023-12-15)
Bug Fixes
- allow non-scalar values when using client expressions (9fc0a52)
v3.0.1
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
3.0.0 (2023-08-02)
⚠ BREAKING CHANGES
- Yates now requires Prisma @ v5
Features
- bac-329 update to prisma v5 (e7dc385)
v2.1.0
2.1.0 (2023-05-31)
Features
- Allow maxWait and timeout ITX options to be configurable (8e0bd6c)
v2.0.6
2.0.6 (2023-05-23)
Bug Fixes
- Increase max wait time to 30s (from default 2s) (9572b5b)
v2.0.5
2.0.5 (2023-05-03)
Bug Fixes
- BAC-129 increase base ITX timeout to 30s (2288850)
v2.0.4
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)