Skip to content

Commit

Permalink
chore: release 8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 29, 2024
1 parent b6ffcfd commit d51173a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
8.3.3 / 2024-04-29
==================
* perf(document): add fast path for applying non-nested virtuals to JSON #14543
* fix: make hydrate() recursively hydrate virtual populate docs if hydratedPopulatedDocs is set #14533 #14503
* fix: improve timestamps option handling in bulkWrite #14546 #14536 [sderrow](https://github.com/sderrow)
* fix(model): make recompileSchema() overwrite existing document array discriminators #14527
* types(schema): correctly infer Array<Schema.Types.*> #14534 #14367
* types(query+populate): apply populate overrides to doc toObject() result #14525 #14441
* types: add null to select override return type for findOne #14545 [sderrow](https://github.com/sderrow)

8.3.2 / 2024-04-16
==================
* fix(populate): avoid match function filtering out null values in populate result #14518 #14494
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.3.2",
"version": "8.3.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit d51173a

Please sign in to comment.