Skip to content

Commit

Permalink
chore: release 5.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 27, 2020
1 parent bfbc921 commit 41b3ff5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
5.8.10 / 2020-01-27
===================
* perf(document): improve performance of document creation by skipping unnecessary split() calls #8533 [igrunert-atlassian](https://github.com/igrunert-atlassian)
* fix(document): only call validate once for deeply nested subdocuments #8532 #8531 [taxilian](https://github.com/taxilian)
* fix(document): create document array defaults in forward order, not reverse #8514
* fix(document): allow function as message for date min/max validator #8512
* fix(populate): don't try to populate embedded discriminator that has populated path but no `refPath` #8527
* fix(document): plugins from base schema when creating a discriminator #8536 [samgladstone](https://github.com/samgladstone)
* fix(document): ensure parent and ownerDocument are set for subdocs in document array defaults #8509
* fix(document): dont set undefined keys to null if minimize is false #8504
* fix(update): bump timestamps when using update aggregation pipelines #8524
* fix(model): ensure `cleanIndexes()` drops indexes with different collations #8521
* docs(model): document `insertMany` `lean` option #8522
* docs(connections): document `authSource` option #8517

5.8.9 / 2020-01-17
==================
* fix(populate): skip populating embedded discriminator array values that don't have a `refPath` #8499
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.8.10-pre",
"version": "5.8.10",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 41b3ff5

Please sign in to comment.