Skip to content

Commit

Permalink
chore: release 5.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 29, 2021
1 parent 62ba207 commit 8f31786
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
5.12.7 / 2021-04-29
===================
* fix(document): make $getPopulatedDocs() return populated virtuals #10148
* fix(discriminator): take discriminator schema's single nested paths over base schema's #10157
* fix(discriminator): allow numbers and ObjectIds as tied values for discriminators #10130
* fix(document): avoid double validating paths underneath mixed objects in save() #10141
* fix(schema): allow path() to return single nested paths within document arrays #10164
* fix(model+query): consistently wrap query callbacks in `process.nextTick()` to avoid clean stack traces causing memory leak when using synchronous recursion like `async.whilst()` #9864
* fix(cursor): correctly report CastError when using noCursorTimeout flag #10150
* fix(index.d.ts): add CastError constructor #10176
* fix(index.d.ts): allow setting mongoose.pluralize(null) in TypeScript #10185
* docs: add link to transactions guide from nav bar #10143
* docs(validation): add section about custom error messages #10140
* docs: make headers linkable via clicking #10156
* docs: broken link in document.js #10190 [joostdecock](https://github.com/joostdecock)
* docs: make navbar responsive on legacy 2.x docs #10171 [ad99526](https://github.com/ad99526)

5.12.6 / 2021-04-27
===================
* fix(query): allow setting `writeConcern` schema option to work around MongoDB driver's `writeConcern` deprecation warning #10083 #10009 [IslandRhythms](https://github.com/IslandRhythms)
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": "5.12.6",
"version": "5.12.7",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 8f31786

Please sign in to comment.