Skip to content

Commit 75ca68b

Browse files
committed
chore: release 6.2.7
1 parent 6aaddb3 commit 75ca68b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
6.2.6 / 2022-03-11
211
==================
312
* fix(types): correct reference to cursor TypeScript bindings #11513 [SimonHausdorf](https://github.com/SimonHausdorf)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "6.2.6",
4+
"version": "6.2.7",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)