stack.pulse
#stacks/kysely/orm

Kysely release notes, breaking changes, and upgrade notes.

Type-safe SQL query builder for TypeScript StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
5
breaking
2
security
2
deprecated
2
migrations
1

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

Kysely releases from GitHub

StackPulse watches Kysely release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v0.29.1mediumsecurityMay 16, 2026

0.29.1

This release focuses on bug fixes and CI/CD improvements, including a fix for a regression in plugin result transformations and enhanced GitHub workflow security.

affected

Users experiencing issues with plugin result transformations are directly affected.

action

Upgrade to version 0.29.1 to benefit from the bug fixes and CI improvements.

release_signals
!CI workflows were hardened with `zizmor` scans to improve security.
view source on github->
v0.28.17mediumsecurityMay 3, 2026

0.28.17

This release focuses on bug fixes, particularly hardening JSON path methods `.key(...)` and `.at(...)` against SQL injections and exfiltrations.

affected

Users relying on JSON path methods `.key(...)` and `.at(...)` are affected by security improvements.

action

Update to this version to benefit from the security fixes.

release_signals
!Hardened JSON path `.key(...)` and `.at(...)` methods against SQL injections and exfiltrations.
view source on github->