File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.2.7 / 2022-03-16
2
+ ==================
3
+ * perf(document): avoid running validation on every array element if there's no validators to run #11380
4
+ * fix(cursor): correctly populate in batches when batchSize is set #11509
5
+ * fix(connection): avoid setting MongoClient on useDb() connections until after setting on base connection #11445
6
+ * fix(schema): throw more helpful error when using schema from a different version of Mongoose module #10453
7
+ * fix: add missing timeseries expiration handling #11489 #11229 [ Uzlopak] ( https://github.com/Uzlopak )
8
+ * docs: correct Model.findOneAndReplace docs param naming #11524 [ anatolykopyl] ( https://github.com/anatolykopyl )
9
+
1
10
6.2.6 / 2022-03-11
2
11
==================
3
12
* fix(types): correct reference to cursor TypeScript bindings #11513 [ SimonHausdorf] ( https://github.com/SimonHausdorf )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 6.2.6 " ,
4
+ "version" : " 6.2.7 " ,
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