Skip to content

Commit d51173a

Browse files
committed
chore: release 8.3.3
1 parent b6ffcfd commit d51173a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
8.3.3 / 2024-04-29
2+
==================
3+
* perf(document): add fast path for applying non-nested virtuals to JSON #14543
4+
* fix: make hydrate() recursively hydrate virtual populate docs if hydratedPopulatedDocs is set #14533 #14503
5+
* fix: improve timestamps option handling in bulkWrite #14546 #14536 [sderrow](https://github.com/sderrow)
6+
* fix(model): make recompileSchema() overwrite existing document array discriminators #14527
7+
* types(schema): correctly infer Array<Schema.Types.*> #14534 #14367
8+
* types(query+populate): apply populate overrides to doc toObject() result #14525 #14441
9+
* types: add null to select override return type for findOne #14545 [sderrow](https://github.com/sderrow)
10+
111
8.3.2 / 2024-04-16
212
==================
313
* fix(populate): avoid match function filtering out null values in populate result #14518 #14494

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.3.2",
4+
"version": "8.3.3",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)