Skip to content

Commit 31adbb4

Browse files
committed
chore: release 8.21.1
1 parent 62a5af7 commit 31adbb4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
8.21.1 / 2026-01-23
2+
===================
3+
* fix(clone): fix parent doc for map subdocuments and array subdocuments #15958 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
4+
* fix(document): when cloning a doc with subdocs, make sure the subdocs parent is the cloned doc #15904 #15901
5+
* fix: respect currentTime schema option in bulkWrite updates #15976 [sderrow](https://github.com/sderrow)
6+
* types(models): support Mongoose query casting in AnyBulkWriteOperation filter property #15910
7+
* types: add toBSON() to documents #15927
8+
19
8.21.0 / 2025-12-29
210
===================
311
* feat(document): add support for getAtomics() to allow custom container types to utilize atomics #15817

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.21.0",
4+
"version": "8.21.1",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)