File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.2.2 / 2024-03-15
2
+ ==================
3
+ * fix(model): improve update minimizing to only minimize top-level properties in the update #14437 #14420 #13782
4
+ * fix: add Null check in case schema.options[ 'type'] [ 0 ] is undefined #14431 [ Atharv-Bobde] ( https://github.com/Atharv-Bobde )
5
+ * types: consistently infer array of objects in schema as a DocumentArray #14430 #14367
6
+ * types: add TypeScript interface for the new PipelineStage - Vector Search - solving issue #14428 #14429 [ jkorach] ( https://github.com/jkorach )
7
+ * types: add pre and post function types on Query class #14433 #14432 [ IICarst] ( https://github.com/IICarst )
8
+ * types(model): make bulkWrite() types more flexible to account for casting #14423
9
+ * docs: update version support documentation for mongoose 5 & 6 #14427 [ hasezoey] ( https://github.com/hasezoey )
10
+
1
11
7.6.10 / 2024-03-13
2
12
===================
3
13
* docs(model): add extra note about lean option for insertMany() skipping casting #14415
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.2.1 " ,
4
+ "version" : " 8.2.2 " ,
5
5
"author" :
" Guillermo Rauch <[email protected] >" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments