Skip to content

Commit

Permalink
chore: release 5.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 15, 2020
1 parent d289f07 commit d7f1068
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
5.9.19 / 2020-06-15
===================
* fix: upgrade mongodb driver -> 3.5.9 #9124 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* fix: copy `required` validator on single nested subdoc correctly when calling `Schema#clone()` #8819
* fix(discriminator): handle `tiedValue` when casting update on nested paths #9108
* fix(model): allow empty arrays for bulkWrite #9132 #9131 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* fix(schema): correctly set partialFilterExpression for nested schema indexes #9091
* fix(castArrayFilters): handle casting on all fields of array filter #9122 [lafeuil](https://github.com/lafeuil)
* fix(update): handle nested path createdAt when overwriting parent path #9105
* docs(subdocs): add some notes on the difference between single nested subdocs and nested paths #9085
* docs(subdocs): improve docs on `typePojoToMixed` #9085
* docs: add note about connections in `globalSetup` with Jest #9063
* docs: add schema and how to set default sub-schema to schematype options #9111 [dfle](https://github.com/dfle)
* docs(index): use `const` instead of `var` in examples #9125 [dmcgrouther](https://github.com/dmcgrouther)
* docs: corrected markdown typo #9117

5.9.18 / 2020-06-05
===================
* fix: improve atlas error in the event of incorrect password #9095
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.9.18",
"version": "5.9.19",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit d7f1068

Please sign in to comment.