Skip to content

Releases: eoin-obrien/prisma-extension-kysely

v4.0.0

25 Feb 00:20

Choose a tag to compare

4.0.0 (2026-02-25)

Bug Fixes

  • release: add breakingHeaderPattern to recognize feat! commits (#360) (c0e75db)

Features

  • add Prisma 7 support with driver adapters (#359) (8417ed2)

BREAKING CHANGES

  • add Prisma 7 support with driver adapters (#359)

v3.0.1

24 Feb 16:38

Choose a tag to compare

3.0.1 (2026-02-24)

Bug Fixes

  • deps: pin peer deps and bump dev dependencies for pre-v4 release (0ca8c56)
  • import Prisma from @prisma/client/extension for custom output path support (f1be74c), closes #245
  • preserve caller stack trace in query errors (#344) (4dcc793), closes #189

v3.0.0

24 Oct 03:28
b22fe6b

Choose a tag to compare

3.0.0 (2024-10-24)

⚠ BREAKING CHANGES

  • This change introduces an error where previously there was none, which may affect existing code that accidentally extended the Prisma client multiple times.

Features

  • throw error if Prisma client is already extended with Kysely (e05b789)
  • throw error if Prisma client is already extended with Kysely (f826055)

v2.1.0

27 Jan 17:11
761adf9

Choose a tag to compare

2.1.0 (2024-01-27)

Features

  • add support for esm builds (74b77cf), closes #43
  • configure dual package build with esm and cjs (a05391a)

v2.0.0

20 Jan 18:27
42595a6

Choose a tag to compare

2.0.0 (2024-01-20)

⚠ BREAKING CHANGES

  • Remove the $kyselyQuery and $kyselyExecute methods.

Features

  • enable use of kysely in prisma's interactive transactions (04865ee)
  • overhaul extension to work as a kysely driver to enable plugins and a more fluent qpi (60d8040), closes #29

v1.0.4

18 Jan 23:34
e8ccdd2

Choose a tag to compare

1.0.4 (2024-01-17)

Bug Fixes

  • deps: update prisma monorepo to v5.8.1 (f9768c6)

v1.0.3

11 Jan 12:23
cd2083e

Choose a tag to compare

1.0.3 (2024-01-11)

Bug Fixes

  • deps: update prisma monorepo to v5.7.0 (1435419)
  • deps: update prisma monorepo to v5.7.1 (97eccc8)
  • deps: update prisma monorepo to v5.8.0 (3e222ac)

v1.0.2

01 Dec 03:57
59bdd9c

Choose a tag to compare

1.0.2 (2023-12-01)

Bug Fixes

  • npm: add prepack script (e308104)

v1.0.1

28 Nov 02:42
60b0b15

Choose a tag to compare

1.0.1 (2023-11-28)

Bug Fixes

  • deps: update prisma monorepo to v5 (9de0e57)
  • npm: add missing license field to package.json (98de68d)

v1.0.0

28 Nov 01:59
4c8a98e

Choose a tag to compare

1.0.0 (2023-11-27)

Features

  • implement prisma extension (ba534d6)