Skip to content

Commit fa86f6f

Browse files
committed
added breaking change notice in the changelog
1 parent 73e3b49 commit fa86f6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@
8484
- With node-oracledb the thin client is used as default. Added a option to use the thick client. Also added the option to specify the instant client lib
8585
- MongoDB: from the previous behavior of returning a result with metadata describing when a document is not found.
8686
See: https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/CHANGES_6.0.0.md
87+
- [new nullable embeds feature](https://github.com/typeorm/typeorm/pull/10289) introduced a breaking change which might enforce you to update types on your entities to ` | null`,
88+
if all columns in your embed entity are nullable. Since database queries now return embedded property as `null` if all its column values are null.
8789

8890
## [0.3.17](https://github.com/typeorm/typeorm/compare/0.3.16...0.3.17) (2023-06-20)
8991

0 commit comments

Comments
 (0)