Skip to content

Latest commit

 

History

History
94 lines (41 loc) · 3.48 KB

CHANGELOG.md

File metadata and controls

94 lines (41 loc) · 3.48 KB

9.0.3 (2024-12-10)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#30) (5c673fc)

9.0.2 (2024-07-11)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#28) (c803a30)

9.0.1 (2024-06-11)

Bug Fixes

  • upgrade ts-mock-imports from 1.3.8 to 1.3.16 (#27) (13b5fb6)

9.0.0 (2023-10-16)

  • chore!: update supported Slonik version to ≥35.0.0 <38 (#24) (1830b68), closes #24

BREAKING CHANGES

  • Drops support for Slonik v34 and earlier.

8.0.0 (2023-09-29)

  • chore!: update supported Slonik version to ≥34.0.0 <35 (#23) (1f4d4e4), closes #23

BREAKING CHANGES

  • copyFromBinary has been removed and Node.js v16 support has been dropped.

7.0.1 (2023-06-06)

Bug Fixes

  • upgrade sinon from 15.0.3 to 15.0.4 (#20) (31d5266)

7.0.0 (2023-04-22)

  • fix(types)!: add support for slonik >= 33.1.1 (#18) (77cb4f7), closes #18

BREAKING CHANGES

  • 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)

Bug Fixes

  • limit slonik version range between 33.0.0 - 33.1.0 (75b53af)

Reverts

  • switch back to lockfile v2 (19a89ee)

6.0.0 (2023-01-27)

  • feat(deps)!: upgrade to slonik 33.x.y (c2b25d1)

BREAKING CHANGES

  • Slonik v33 introduces changes to the library API that is not backwards compatible.