Skip to content

Commit

Permalink
chore: release 5.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 19, 2019
1 parent b946225 commit 33412d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
5.7.12 / 2019-11-19
===================
* fix: avoid throwing error if calling `push()` on a doc array with no parent #8351 #8317 #8312 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* fix(connection): only buffer for "open" events when calling connection helper while connecting #8319
* fix(connection): pull default database from connection string if specified #8355 #8354 [zachazar](https://github.com/zachazar)
* fix(populate+discriminator): handle populating document whose discriminator value is different from discriminator model name #8324
* fix: add `mongoose.isValidObjectId()` function to test whether Mongoose can cast a value to an objectid #3823
* fix(model): support setting `excludeIndexes` as schema option for subdocs #8343
* fix: add SchemaMapOptions class for options to map schematype #8318
* docs(query): remove duplicate omitUndefined options #8349 [mdumandag](https://github.com/mdumandag)
* docs(schema): add Schema#paths docs to public API docs #8340

5.7.11 / 2019-11-14
===================
* fix: update mongodb driver -> 3.3.4 #8276
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.7.12-pre",
"version": "5.7.12",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 33412d9

Please sign in to comment.