Skip to content

Releases: depot/kysely-planetscale

v1.7.1

Choose a tag to compare

@jacobwgillespie jacobwgillespie released this 16 May 14:14
e0a7ecc

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

Choose a tag to compare

@jacobwgillespie jacobwgillespie released this 14 Mar 12:09
9e3e285

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

Choose a tag to compare

@jacobwgillespie jacobwgillespie released this 15 Aug 15:35
8e50521

What's Changed

New Contributors

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

v1.4.0

Choose a tag to compare

@jacobwgillespie jacobwgillespie released this 29 Jul 11:26
41b3133

What's Changed

New Contributors

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

v1.3.0

Choose a tag to compare

@jacobwgillespie jacobwgillespie released this 10 Feb 10:15
e80b238

What's Changed

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

v1.2.1

Choose a tag to compare

@jacobwgillespie jacobwgillespie released this 30 Dec 12:51
c93a194

What's Changed

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

v1.2.0

Choose a tag to compare

@jacobwgillespie jacobwgillespie released this 10 Dec 16:20
981c203

What's Changed

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

New Contributors

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

v1.1.0

Choose a tag to compare

@jacobwgillespie jacobwgillespie released this 14 Oct 18:01
5b92e56

What's Changed

New Contributors

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

v1.0.1

Choose a tag to compare

@jacobwgillespie jacobwgillespie released this 25 Sep 13:05
5215e03

What's Changed

  • Fix main export file extension

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

v1.0.0

Choose a tag to compare

@jacobwgillespie jacobwgillespie released this 25 Sep 13:04
ccee21e

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