9.0.3 (2024-12-10)
9.0.2 (2024-07-11)
9.0.1 (2024-06-11)
9.0.0 (2023-10-16)
- Drops support for Slonik v34 and earlier.
8.0.0 (2023-09-29)
- copyFromBinary has been removed and Node.js v16 support has been dropped.
7.0.1 (2023-06-06)
7.0.0 (2023-04-22)
-
mocha-slonik will no longer compile with slonik version < 33.1.1
-
fix: always call
.end()
on PgClient setup instance -
fix: use end method from PgPool
-
refactor: remove processID in debug logs
-
chore(deps): update dev dependency to 33.3.1
-
chore(deps): update sinon v15.0.2
-
chore(ci): test against slonik 33.3.1
-
docs: update version compatibility chart
6.0.1 (2023-04-21)
- limit slonik version range between 33.0.0 - 33.1.0 (75b53af)
- switch back to lockfile v2 (19a89ee)
6.0.0 (2023-01-27)
- feat(deps)!: upgrade to slonik 33.x.y (c2b25d1)
- Slonik v33 introduces changes to the library API that is not backwards compatible.