mongoose 6.2.6 → 6.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
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)