File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
10
8.14.3 / 2025-05-13
2
11
===================
3
12
* types(schema): allow post('init') #15413 #15412 #15333
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 8.14.3 " ,
4
+ "version" : " 8.15.0 " ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
149
149
}
150
150
}
151
151
}
152
-
You can’t perform that action at this time.
0 commit comments