Skip to content

Commit b3e81cd

Browse files
committed
chore: version 0.3.24
1 parent d325d9e commit b3e81cd

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [0.3.24](https://github.com/typeorm/typeorm/compare/0.3.23...0.3.24) (2025-05-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **capacitor** use query to run PRAGMA statements ([#11467](https://github.com/typeorm/typeorm/issues/11467)) ([d325d9e](https://github.com/typeorm/typeorm/commit/d325d9e63d7936727987b8cc72d756d4e107be4b))
7+
* **ci:** resolve pkg.pr.new publish failure ([2168441](https://github.com/typeorm/typeorm/commit/2168441e6cdea98840f66ce8beea89be934046b8))
8+
* **mssql:** avoid mutating input parameter array values ([#11476](https://github.com/typeorm/typeorm/issues/11476)) ([b8dbca5](https://github.com/typeorm/typeorm/commit/b8dbca515e4f6db8c33a9059d59386af2c819a13))
9+
10+
11+
### Features
12+
13+
* add tagged template for executing raw SQL queries ([#11432](https://github.com/typeorm/typeorm/issues/11432)) ([c464ff8](https://github.com/typeorm/typeorm/commit/c464ff87cb91a017c7e45eda6c7f951ed5645def))
14+
* add updateAll and deleteAll methods to EntityManager and Repository APIs ([#11459](https://github.com/typeorm/typeorm/issues/11459)) ([23bb1ee](https://github.com/typeorm/typeorm/commit/23bb1ee271b1b9d64999efff7c66b3f6a19650fe))
15+
* **spanner:** support insert returning ([#11460](https://github.com/typeorm/typeorm/issues/11460)) ([144634d](https://github.com/typeorm/typeorm/commit/144634d4c0e06b2a3eb108e8b9b36c69247e1820)), closes [#11453](https://github.com/typeorm/typeorm/issues/11453)
16+
17+
18+
### Performance Improvements
19+
20+
* improve save performance during entities update ([15de733](https://github.com/typeorm/typeorm/commit/15de733e28d6f6b131f73f82df38833df5fcf5be))
21+
22+
23+
124
## [0.3.23](https://github.com/typeorm/typeorm/compare/0.3.22...0.3.23) (2025-05-05)
225

326
### :warning: Note on a breaking change

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typeorm",
3-
"version": "0.3.23",
3+
"version": "0.3.24",
44
"description": "Data-Mapper ORM for TypeScript and ES2021+. Supports MySQL/MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, MongoDB databases.",
55
"homepage": "https://typeorm.io",
66
"bugs": {

0 commit comments

Comments
 (0)