Skip to content

Commit 4c7bdaa

Browse files
committed
chore: release 8.15.0
1 parent 5cf74e0 commit 4c7bdaa

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
8.15.0 / 2025-05-16
2+
===================
3+
* feat: CSFLE support #15390 [baileympearson](https://github.com/baileympearson)
4+
* feat: add strictFilter option to findOneAndUpdate (#14913) #15402 #14913 [muazahmed-dev](https://github.com/muazahmed-dev)
5+
* feat(error): set cause to MongoDB error reason on ServerSelection errors #15420 #15416
6+
* fix(model): make bulkSave() rely on document.validateSync() to validate docs and skip bulkWrite casting #15415 #15410
7+
* types: stricter projection typing with 1-level deep nesting #15418 #15327 #13840 [pshaddel](https://github.com/pshaddel)
8+
* docs: emphasize automatic type inference in TypeScript intro and statics/methods, remove duplicated statics.md #15421
9+
110
8.14.3 / 2025-05-13
211
===================
312
* types(schema): allow post('init') #15413 #15412 #15333

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.14.3",
4+
"version": "8.15.0",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",
@@ -149,4 +149,3 @@
149149
}
150150
}
151151
}
152-

0 commit comments

Comments
 (0)