Skip to content

Releases: depot/kysely-planetscale

v1.7.1

16 May 14:14
e0a7ecc

Choose a tag to compare

What's Changed

Note: version 1.7.0 was published from the wrong branch, this v1.7.1 was correctly published from main.

Full Changelog: v1.6.0...v1.7.1

v1.6.0

14 Mar 12:09
9e3e285

Choose a tag to compare

What's Changed

  • feat: add support for setting transaction isolation level by @WiktorKryzia in #36

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

15 Aug 15:35
8e50521

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

29 Jul 11:26
41b3133

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

10 Feb 10:15
e80b238

Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

30 Dec 12:51
c93a194

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

10 Dec 16:20
981c203

Choose a tag to compare

What's Changed

  • add numAffectedRows @ PlanetScaleConnection.executeQuery. by @igalklebanov in #8

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

14 Oct 18:01
5b92e56

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

25 Sep 13:05
5215e03

Choose a tag to compare

What's Changed

  • Fix main export file extension

Full Changelog: v1.0.0...v1.0.1

v1.0.0

25 Sep 13:04
ccee21e

Choose a tag to compare

Breaking Changes

This module is now ESM-only ("type": "module") - the @planetscale/database module is itself ESM-only, so we are unable to publish a working dual ESM/CJS module.

This change will likely not affect you, as your bundler was already using the ESM exports from this module, but in the case that you do need to use it in a CJS environment, see this gist.

Full Changelog: v0.2.1...v1.0.0