Skip to content

Commit 0f7834a

Browse files
committed
chore: release 9.1.0
1 parent e782cb6 commit 0f7834a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
8.21.0 / 2025-12-29
1+
9.1.0 / 2025-12-29
22
===================
3+
* feat(model): make pathsToSave handle saving just a subpath of a modified path #15896
4+
* feat(document+model): pass options to pre('deleteOne') and update+options to pre('updateOne') hooks #15908 #15870
5+
* feat(versioning): optimistic concurrency exclude option, update docs for optimisticConcurrency options #15917 #15915 #15912 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
36
* feat(document): add support for getAtomics() to allow custom container types to utilize atomics #15817
7+
* fix: add support for typescript style enums #15914 #15913 [mjfwebb](https://github.com/mjfwebb)
8+
* types(models): support Mongoose query casting in AnyBulkWriteOperation filter property #15918 #15910
9+
10+
8.21.0 / 2025-12-29
11+
===================
412
* feat(document+model): pass options to pre('deleteOne') and update+options to pre('updateOne') hooks #15908 #15870
13+
* feat(document): add support for getAtomics() to allow custom container types to utilize atomics #15817
514
* fix: add support for typescript style enums #15914 #15913 [mjfwebb](https://github.com/mjfwebb)
615

716
8.20.4 / 2025-12-18

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": "9.0.2",
4+
"version": "9.1.0",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)