# TypeORM 0.3.30 - Product: TypeORM (https://whatsnew.fyi/product/typeorm) - Vendor: TypeORM - Date: 2026-05-18 - Version: 0.3.30 - Original notes: https://github.com/typeorm/typeorm/releases/tag/0.3.30 - Permalink: https://whatsnew.fyi/product/typeorm/releases/0.3.30 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** — Scope invalidWhereValuesBehavior to high-level abstractions only - **fixed** — Scope computed-columns join to correct table in MSSQL schema query - **fixed** — Preserve user-defined shared join columns in change set - **fixed** — Allow array values in JsonContains - **fixed** — Adjust join in loadTables to load correct table columns in CockroachDB ##### What's Changed * fix: scope invalidWhereValuesBehavior to high-level abstractions only by @naorpeled in https://github.com/typeorm/typeorm/pull/11878 * fix: scope computed-columns join to correct table in MSSQL schema query by @PreAgile in https://github.com/typeorm/typeorm/pull/12288 * fix: preserve user-defined shared join columns in change set by @PreAgile in https://github.com/typeorm/typeorm/pull/12354 * revert: fix up limit with joins by @alumni * fix(find-options): allow array values in JsonContains by @kyungseopk1m in https://github.com/typeorm/typeorm/pull/12420 * fix(cockroachdb): adjust join in loadTables to load correct table columns by @Cprakhar in https://github.com/typeorm/typeorm/pull/12413 * ci: use the v0.3 branch as base for detect-changes by @alumni * chore(release): release 0.3.30 by @alumni in https://github.com/typeorm/typeorm/pull/12511 **Full Changelog**: https://github.com/typeorm/typeorm/compare/0.3.29...0.3.30