Releases: depot/kysely-planetscale
Releases · depot/kysely-planetscale
v1.5.0
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #24
- Bump actions/setup-node from 3 to 4 by @dependabot in #26
- chore: Update dependencies by @naterminch in #27
- Bump pnpm/action-setup from 2 to 3 by @dependabot in #28
- Bump pnpm/action-setup from 3 to 4 by @dependabot in #31
- Use Planetscale Client instead of raw Connection, to enable concurrent queries. by @jmoseley in #33
- Update dependencies, fix formatting by @jacobwgillespie in #34
New Contributors
- @dependabot made their first contribution in #24
- @naterminch made their first contribution in #27
- @jmoseley made their first contribution in #33
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- typo: planetscale readme by @CanRau in #15
- Update dependencies by @jahirfiquitiva in #18
- Build for CJS, upgrade dependencies by @jacobwgillespie in #22
New Contributors
- @CanRau made their first contribution in #15
- @jahirfiquitiva made their first contribution in #18
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Add experimental
useSharedConnection
config option by @jacobwgillespie in #12
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- Await transaction commands (BEGIN, COMMIT, ROLLBACK) by @jacobwgillespie in #10 (thanks to @charlie-hadden)
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- add
numAffectedRows
@PlanetScaleConnection.executeQuery
. by @igalklebanov in #8
New Contributors
- @igalklebanov made their first contribution in #8
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Return insertId in query result by @charlie-hadden in #5
New Contributors
- @charlie-hadden made their first contribution in #5
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.0
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
v0.2.1
v0.2.0
What's Changed
- Publish as a dual ESM/CJS package
- Fixed typo in code example by @esthevann in #1
New Contributors
- @esthevann made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0