# TypeORM 0.3.24 - Product: TypeORM (https://whatsnew.fyi/product/typeorm) - Vendor: TypeORM - Date: 2025-05-14 - Version: 0.3.24 - Original notes: https://github.com/typeorm/typeorm/releases/tag/0.3.24 - Permalink: https://whatsnew.fyi/product/typeorm/releases/0.3.24 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'. --- - **added** — Add tagged template for executing raw SQL queries - **added** — Add updateAll and deleteAll methods to EntityManager and Repository APIs - **added** — Support insert returning for Spanner driver - **fixed** — Resolve pkg.pr.new issue - **fixed** — Fix MSSQL find operator - **fixed** — Avoid mutating input parameter array values in MSSQL - **fixed** — Fix capacitor driver PRAGMA bug - **changed** — Improve save performance during entities update - **removed** — Remove unused NamingStrategyNotFoundError ##### What's Changed * feat: add tagged template for executing raw SQL queries by @Newbie012 in https://github.com/typeorm/typeorm/pull/11432 * chore: Add husky and lint-staged by @maxbronnikov10 in https://github.com/typeorm/typeorm/pull/11448 * fix: resolve pkg.pr.new issue by @naorpeled in https://github.com/typeorm/typeorm/pull/11463 * perf: improve save performance during entities update by @lotczyk in https://github.com/typeorm/typeorm/pull/11456 * refactor: remove unused NamingStrategyNotFoundError by @mguida22 in https://github.com/typeorm/typeorm/pull/11462 * chore: add note about breaking change in 0.3.23 by @mguida22 in https://github.com/typeorm/typeorm/pull/11469 * build: include db version in coveralls flag-name by @mguida22 in https://github.com/typeorm/typeorm/pull/11461 * chore: include warning about update({}) in changelog by @sgarner in https://github.com/typeorm/typeorm/pull/11471 * feat: add updateAll and deleteAll methods to EntityManager and Repository APIs by @sgarner in https://github.com/typeorm/typeorm/pull/11459 * Fix/11466 mssql find operator by @christian-forgacs in https://github.com/typeorm/typeorm/pull/11468 * feat(spanner): support insert returning by @denes in https://github.com/typeorm/typeorm/pull/11460 * chore: clarify commit practices by @mguida22 in https://github.com/typeorm/typeorm/pull/11472 * fix(mssql): avoid mutating input parameter array values by @sgarner in https://github.com/typeorm/typeorm/pull/11476 * fix: capacitor driver PRAGMA bug by @AlexAzartsev in https://github.com/typeorm/typeorm/pull/11467 * chore: version 0.3.24 by @mguida22 in https://github.com/typeorm/typeorm/pull/11478 ##### New Contributors * @denes made their first contribution in https://github.com/typeorm/typeorm/pull/11460 * @AlexAzartsev made their first contribution in https://github.com/typeorm/typeorm/pull/11467 **Full Changelog**: https://github.com/typeorm/typeorm/compare/0.3.23...0.3.24