Skip to content

Commit

Permalink
chore: release 5.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 2, 2020
1 parent 4ca8b65 commit 77de88b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
5.9.3 / 2020-03-02
==================
* fix: upgrade mongodb driver -> 3.5.4 #8620
* fix(document): set subpath defaults when overwriting single nested subdoc #8603
* fix(document): make calling `validate()` with single nested subpath only validate that single nested subpath #8626
* fix(browser): make `mongoose.model()` return a class in the browser to allow hydrating populated data in the browser #8605
* fix(model): make `syncIndexes()` and `cleanIndexes()` drop compound indexes with `_id` that aren't in the schema #8559
* docs(connection+index): add warnings to explain that bufferMaxEntries does nothing with `useUnifiedTopology` #8604
* docs(document+model+query): add `options.timestamps` parameter docs to `findOneAndUpdate()` and `findByIdAndUpdate()` #8619
* docs: fix out of date links to tumblr #8599

5.9.2 / 2020-02-21
==================
* fix(model): add discriminator key to bulkWrite filters #8590
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.2",
"version": "5.9.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 77de88b

Please sign in to comment.