Skip to content

Commit

Permalink
chore: release 5.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 13, 2020
1 parent 0a83a9f commit b302138
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
5.9.9 / 2020-04-13
==================
* fix(model): make Model.bulkWrite accept `strict` option #8782 #8788 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* fix(virtual): make populated virtual getter return value when it is passed in #8775 #8774 [makinde](https://github.com/makinde)
* fix(document): handle validating document array whose docs contain maps and nested paths #8767
* fix(document): skip discriminator key when overwriting a document #8765
* fix(populate): support `clone` option with `lean` #8761 #8760
* docs(transactions): use `endSession()` in all transactions examples #8741
* docs(queries): expand streaming section to include async iterators, cursor timeouts, and sesssion idle timeouts #8720
* docs(model+query+findoneandupdate): add docs for `returnOriginal` option #8766
* docs(model): fix punctuation #8788 [dandv](https://github.com/dandv)
* docs: fix typos #8780 #8799 [dandv](https://github.com/dandv)

5.9.8 / 2020-04-06
==================
* fix(map): run getters when calling `Map#get()` #8730
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.8",
"version": "5.9.9",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit b302138

Please sign in to comment.