Skip to content

Commit

Permalink
chore: release 6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 21, 2021
1 parent d564362 commit 17fcd47
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
6.1.3 / 2021-12-21
==================
* perf(populate): avoid duplicate model names when using refPath to avoid O(n^2) memory growth with number of array elements #10983
* fix(schema+model): cast paths marked with ref when hydrating #11052
* fix(schema): handle default function that returns null on document arrays #11058
* fix(document): clean modified paths when setting deeply nested subdocument #11060
* fix(populate): report full path when throwing strictPopulate error with deep populate #10923
* fix(connection): allow calling `setClient()` when disconnected #11114 [hustxiaoc](https://github.com/hustxiaoc)
* fix(index.d.ts): fix typings in Group stage #11124 [DavideViolante](https://github.com/DavideViolante)
* fix(index.d.ts): add Mongoose.prototype.trusted() function to type defs #10957
* fix(index.d.ts): allow use type string in $unset update with aggregation pipeline #11107 [rpenido](https://github.com/rpenido)
* fix(index.d.ts) treat _id like other fields in $project #11102
* docs(migrating_to_6): add omitUndefined to Mongoose 6 migration guide #10672
* docs: add MongooseDocumentArray to API docs #10998
* docs: fix typo in model.js #11121 [eltociear](https://github.com/eltociear)
* docs: fix typo in validation.md #11103 [warlock1996](https://github.com/warlock1996)

6.1.2 / 2021-12-14
==================
* fix: upgrade mongodb driver to 4.2.2 #11092 [lorand-horvath](https://github.com/lorand-horvath)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.1.2",
"version": "6.1.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 17fcd47

Please sign in to comment.