Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.28.3 source code.tar.gz | 2025-07-18 | 17.1 MB | |
0.28.3 source code.zip | 2025-07-18 | 17.4 MB | |
README.md | 2025-07-18 | 3.2 kB | |
Totals: 3 Items | 34.5 MB | 2 |
Hey ๐
A small batch of bug fixes. Please report any issues. ๐ค๐ฐ๐ค
๐ Features
- refactor: remove redundant queryId args. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1483
CockroachDB ๐ฃ
- fix: filter out internal cockroachdb schemas in postgres introspector by @yawhide in https://github.com/kysely-org/kysely/pull/1459
๐ Bugfixes
- fix(Migrator): NO_MIGRATIONS comparison fails in dup Kysely scenarios. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1475
- Fix
Kysely<any>
type errors with narrow table name types by @koskimas in https://github.com/kysely-org/kysely/pull/1443 - fix
AsyncDisposable
usage erroring for older TypeScript versions. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1507 - fix(helpers): JSON helpers' return types incorrectly have
Date
s and other JS/Node-native instances that require data type metadata. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1477
MySQL ๐ฌ / MS SQL Server ๐ฅ
- fix: bigint immediates are appended as string literals instead of numbers. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1445
MS SQL Server ๐ฅ
- fix(mssql): socket error handling during connect. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1463
๐ Documentation
- Update plugins.md: fix broken link by @catnipan in https://github.com/kysely-org/kysely/pull/1460
- Added Cloudflare Durable Objects dialect by @benallfree in https://github.com/kysely-org/kysely/pull/1476
- Add Firebird DB dialect by @benkoppe in https://github.com/kysely-org/kysely/pull/1479
๐ฆ CICD & Tooling
- ensure jsdocs check's dts is source of truth for docs examples. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1436
- chore: bye bye node 18. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1450
- chore: bump deps, dump tsx for Node.js native TS. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1451
- chore(CI): replace Node.js v23 with v24. by @igalklebanov in https://github.com/kysely-org/kysely/commit/1ae8829c7e6fcf6ae015bbd8e5328d5323ab47d9
- chore: make npm publishable package contents configuration safer/more maintainable. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1456
- chore(CI): add native typescript type checks. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1467
- Delete .renovaterc.json by @igalklebanov in https://github.com/kysely-org/kysely/commit/7d1c4e527d434a519bb56bbce1538e65a33c3fde
- chore: move pkg-pr-new to workflow only. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1471
โ ๏ธ Breaking Changes
๐ค New Contributors
- @yawhide made their first contribution in https://github.com/kysely-org/kysely/pull/1459
- @catnipan made their first contribution in https://github.com/kysely-org/kysely/pull/1460
- @benallfree made their first contribution in https://github.com/kysely-org/kysely/pull/1476
- @benkoppe made their first contribution in https://github.com/kysely-org/kysely/pull/1479
Full Changelog: https://github.com/kysely-org/kysely/compare/0.28.2...v0.28.3