1.1.0
1.1.0
typeorm
Release Notes
What's Changed
- chore(legacy-naming-strategies): bump to 1.0.0 by @michaelbromley in https://github.com/typeorm/typeorm/pull/12518
- docs(blog): create v1 post by @naorpeled in https://github.com/typeorm/typeorm/pull/12364
- docs(data-source): clarify extra option as driver-native escape hatch by @naorpeled in https://github.com/typeorm/typeorm/pull/12368
- chore(deps): bump github/codeql-action from 4.35.4 to 4.35.5 in the github-actions-official group by @dependabot[bot] in https://github.com/typeorm/typeorm/pull/12528
- chore(deps): bump ws from 8.20.0 to 8.20.1 in /docs by @dependabot[bot] in https://github.com/typeorm/typeorm/pull/12515
- chore(deps): bump webpack-dev-server from 5.2.3 to 5.2.4 in /docs by @dependabot[bot] in https://github.com/typeorm/typeorm/pull/12516
- chore(deps): bump the github-actions-third-party group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/typeorm/typeorm/pull/12529
- test: make Postgres custom extension installation test reusable locally by @OSA413 in https://github.com/typeorm/typeorm/pull/12538
- chore(deps): bump uuid from 10.0.0 to 11.1.1 by @dependabot[bot] in https://github.com/typeorm/typeorm/pull/12536
- chore(deps): bump github/codeql-action from 4.35.5 to 4.36.0 in the github-actions-official group by @dependabot[bot] in https://github.com/typeorm/typeorm/pull/12550
- fix(persistence): preserve select false columns on the in-memory entity after save() by @tada5hi in https://github.com/typeorm/typeorm/pull/12501
- chore(deps): bump the github-actions-official group with 2 updates by @dependabot[bot] in https://github.com/typeorm/typeorm/pull/12561
- fix(cache): release query runner on error in storeInCache by @francisjohnjohnston-web in https://github.com/typeorm/typeorm/pull/12545
- ci: add PR triage workflow for issue linkage and duplicate detection by @smith-xyz in https://github.com/typeorm/typeorm/pull/12469
- fix: multiple recursive cte problems by @twooster in https://github.com/typeorm/typeorm/pull/12490
- fix: correct grammar in AlreadyHasActiveConnectionError message by @DucMinhNe in https://github.com/typeorm/typeorm/pull/12554
- fix: normalization of FindOptionsWhere for arrays and Buffers by @alumni in https://github.com/typeorm/typeorm/pull/12577
- chore(deps): bump github/codeql-action from 4.36.1 to 4.36.2 in the github-actions-official group across 1 directory by @dependabot[bot] in https://github.com/typeorm/typeorm/pull/12572
- test: rename github-issue 7558 test file name by @Cprakhar in https://github.com/typeorm/typeorm/pull/12581
- fix(postgres): improve normalizeDatetimeFunction for tstzrange data type by @Cprakhar in https://github.com/typeorm/typeorm/pull/12182
- fix(mongodb): use cursor.transform for doc to entity transformation and skip load broadcast in next if toArray by @Cprakhar in https://github.com/typeorm/typeorm/pull/11926
- fix(query-builder): wrap inner joins under left joins correctly by @harm-less in https://github.com/typeorm/typeorm/pull/11137
- ci: add healthcheck for oracle by @Cprakhar in https://github.com/typeorm/typeorm/pull/12591
- fix(tree-entity): tree entity schema propagation in internal TreeRepository methods by @xEverth in https://github.com/typeorm/typeorm/pull/12590
- chore(deps): bump the github-actions-third-party group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/typeorm/typeorm/pull/12589
- feat: support distinct count by @Cprakhar in https://github.com/typeorm/typeorm/pull/11965
- chore(deps): bump serialize-javascript from 6.0.2 to 7.0.5 (via audit fix) in /packages/codemod by @dependabot[bot] in https://github.com/typeorm/typeorm/pull/12534
- fix: move hashing function to PlatformTools by @alumni in https://github.com/typeorm/typeorm/pull/12648
- fix: remove require() calls that break bundlers by @alumni in https://github.com/typeorm/typeorm/pull/12647
- fix(query-builder): reject empty where criteria on update and delete operations by @naorpeled in https://github.com/typeorm/typeorm/pull/12629
- ci: improve pr triage script by @smith-xyz in https://github.com/typeorm/typeorm/pull/12677
- chore: update dependencies by @alumni in https://github.com/typeorm/typeorm/pull/12678
- fix(entity-manager): default invalidWhereValuesBehavior to throw on the write path by @naorpeled in https://github.com/typeorm/typeorm/pull/12690
- fix(entity-manager): validate where criteria in increment/decrement by @naorpeled in https://github.com/typeorm/typeorm/pull/12692
- chore(release): prepare v1.1.0 by @alumni in https://github.com/typeorm/typeorm/pull/12697
New Contributors
- @francisjohnjohnston-web made their first contribution in https://github.com/typeorm/typeorm/pull/12545
- @twooster made their first contribution in https://github.com/typeorm/typeorm/pull/12490
- @DucMinhNe made their first contribution in https://github.com/typeorm/typeorm/pull/12554
- @xEverth made their first contribution in https://github.com/typeorm/typeorm/pull/12590
Full Changelog: https://github.com/typeorm/typeorm/compare/1.0.0...1.1.0