kysely: changelog & breaking changes

Auto-tracked from github.com/kysely-org/kysely. Updated Jul 06, 2026.

v0.29.3

2026-07-05

✓ No breaking changes detected — looks safe to upgrade.

v0.29.2

2026-05-16

✓ No breaking changes detected — looks safe to upgrade.

v0.29.1

2026-05-16

✓ No breaking changes detected — looks safe to upgrade.

v0.29.0

2026-05-08
âš  Breaking changes
  • db.deleteFrom('person') // compilation error + deprecation!
  • db.insertInto('person').values({...}) // compilation error + deprecation!
  • db.mergeInto('person')... // compilation error + deprecation!
  • db.updateTable('person').set('first_name', 'Timmy') // compilation error + deprecation!
  • allow disabling transactions in migrate methods.
  • add $pickTables, $omitTables and $extendTables, deprecate withTables.

v0.28.17

2026-05-03
âš  Breaking changes
  • remove outdated SQLite alias workaround
  • Breaking Changes

v0.29.0-rc.0

2026-04-24
âš  Breaking changes
  • db.deleteFrom('person') // compilation error + deprecation!
  • db.insertInto('person').values({...}) // compilation error + deprecation!
  • db.mergeInto('person')... // compilation error + deprecation!
  • db.updateTable('person').set('first_name', 'Timmy') // compilation error + deprecation!
  • allow disabling transactions in migrate methods.
  • add $pickTables, $omitTables and $extendTables, deprecate withTables.

v0.28.16

2026-04-10
âš  Breaking changes
  • Breaking Changes

v0.28.15

2026-03-31
âš  Breaking changes
  • Breaking Changes
Get breaking-change alerts for YOUR stack

Drop your email + the libraries you use. We'll alert you when one ships a breaking change — before it breaks your deploy. Free.

⚡ Want an alert the moment your stack breaks — not a weekly digest? ChangeRadar Pro adds instant alerts + unlimited libraries + AI migration steps.Go Pro — $9/mo

Related breaking-change trackers