# Kysely v0.28.16 — 0.28.16 - Product: Kysely (https://whatsnew.fyi/product/kysely) - Vendor: Kysely - Date: 2026-04-10 - Version: v0.28.16 - Original notes: https://github.com/kysely-org/kysely/releases/tag/v0.28.16 - Permalink: https://whatsnew.fyi/product/kysely/releases/v0.28.16 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — FilterObject allows any defined value when query context has no tables (TB is never) Hey 👋 A small batch of bug fixes. Please report any issues. 🤞😰🤞 [0.29](https://github.com/kysely-org/kysely/pull/1583) is getting closer btw. 🌶️ ##### 🚀 Features ##### 🐞 Bugfixes * fix: `FilterObject` allows any defined value when query context has no tables (`TB` is `never`). by @igalklebanov in https://github.com/kysely-org/kysely/pull/1791 ##### 📖 Documentation * add socket security badge. by @igalklebanov in https://github.com/kysely-org/kysely/commit/db646ac479c9fa5b6e092db05ec54607c20b32dc * chore: make socket security badge reflect current specific version. by @igalklebanov in https://github.com/kysely-org/kysely/commit/559714438986f602f1b1ada90aa7b8a83336b6f3 * support multi-entry point tsdoc without index module. by @igalklebanov in https://github.com/kysely-org/kysely/commit/699891593c4d7888940dd7539282a0444fb4bd45 * fix broken tsdoc references. by @igalklebanov in https://github.com/kysely-org/kysely/commit/5a0f14b84bf1658bff83babc71e3bf039797b4d9 ##### 📦 CICD & Tooling * chore(pnpm): add strictDepBuilds: true. by @igalklebanov in https://github.com/kysely-org/kysely/commit/2301610e760bddd593ee2277dc975ced51dd05b4 * chore: harden dependencies, pnpm. by @igalklebanov in https://github.com/kysely-org/kysely/commit/f4f1d9e7acaea471098a4a4aa0938c71210c5a2e * chore: re-add ignore-workspace-root-check. by @igalklebanov in https://github.com/kysely-org/kysely/commit/ab6d00ef0603bcfb0361adcd035c5e3b22678529 * add openssf scorecard. by @igalklebanov in https://github.com/kysely-org/kysely/commit/521156b1edcaff69763c52114928c429d3a4ac89 * chore: bump dependencies and github actions. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1789 * chore: change `verifyDepsBeforeRun` to "prompt". by @igalklebanov in https://github.com/kysely-org/kysely/commit/20548bca896ea6907f584cad7677974f97205148 ##### ⚠️ Breaking Changes ##### 🐤 New Contributors ##### What's Changed **Full Changelog**: https://github.com/kysely-org/kysely/compare/v0.28.15...v0.28.16