Skip to content

Commit 5656b4e

Browse files
committedOct 21, 2019
chore: release 5.7.6
1 parent fab4f5d commit 5656b4e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
 

‎History.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
5.7.6 / 2019-10-21
2+
==================
3+
* fix: upgrade mongodb driver -> 3.3.3 to fix issue with failing to connect to a replica set if one member is down #8209
4+
* fix(document): fix TypeError when setting a single nested subdoc with timestamps #8251
5+
* fix(cursor): fix issue with long-running `eachAsync()` cursor #8249 #8235
6+
* fix(connection): ensure repeated `close` events from useUnifiedTopology don't disconnect Mongoose from replica set #8224
7+
* fix(document): support calling `Document` constructor directly in Node.js #8237
8+
* fix(populate): add document array subpaths to parent doc `populated()` when calling `DocumentArray#push()` #8247
9+
* fix(options): add missing minlength and maxlength to SchemaStringOptions #8256
10+
* docs: add documentarraypath to API docs, including DocumentArrayPath#discriminator() #8164
11+
* docs(schematypes): add a section about the `type` property #8227
12+
* docs(api): fix Connection.close return param #8258 [gosuhiman](https://github.com/gosuhiman)
13+
* docs: update link to broken image on home page #8253 [krosenk729](https://github.com/krosenk729)
14+
115
5.7.5 / 2019-10-14
216
==================
317
* fix(query): delete top-level `_bsontype` property in queries to prevent silent empty queries #8222

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "5.7.6-pre",
4+
"version": "5.7.6",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)
Please sign in to comment.