Skip to content

Commit 8b7b67d

Browse files
committed
chore: release 6.2.1
1 parent 11a2197 commit 8b7b67d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
6.2.1 / 2022-02-07
2+
==================
3+
* perf: improve performance especially of validate and clone #11298 [Uzlopak](https://github.com/Uzlopak)
4+
* perf: remove regexp-clone #11327 [Uzlopak](https://github.com/Uzlopak)
5+
* fix(document): handle initing nested properties in non-strict documents #11309
6+
* fix(query): cast $elemMatch underneath $all #11314
7+
* fix(populate): respect schema-level strictPopulate option #11290
8+
* fix: set default for dotted path projection #11293 [noseworthy](https://github.com/noseworthy)
9+
* fix(model): correctly handle writeConcern.w = 0 when saving #11300
10+
* fix(model): throw VersionError when saving with no changes and optimisticConcurrency = true #11295
11+
* fix(query): avoid adding $each to $addToSet on mixed arrays #11284
12+
* fix(index.d.ts): allow using type: [Schema.Types.ObjectId] for ObjectId arrays #11194
13+
* fix(index.d.ts): make Types.DocumentArray<> convert type to subdoc, rename TMethods -> TMethodsAndOverrides #11061
14+
* fix(index.d.ts): support passing generic to createCollection() and `collection()` for integration with MongoDB Node driver's collection class #11131
15+
* fix(index.d.ts): add strictPopulate to MongooseOptions #11276
16+
* docs: mark Mongoose 6 as compatible with MongoDB 4 #11320 [JavaScriptBach](https://github.com/JavaScriptBach)
17+
* docs: remove documentation for useNestedStrict #11313 [mark-langer](https://github.com/mark-langer)
18+
* docs: add "new" to ObjectId class in aggregate.js docs #11322 [JavanPoirier](https://github.com/JavanPoirier)
19+
* chore: handle eslint configuration in .eslintrc.json #11326 [Uzlopak](https://github.com/Uzlopak)
20+
* refactor: add parenthesis for constructors in tests #11330 [apeltop](https://github.com/apeltop)
21+
122
6.2.0 / 2022-02-02
223
==================
324
* feat(connection+mongoose): add support for continueOnError for syncIndexes #11266 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)

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.0",
4+
"version": "6.2.1",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)