File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
15
5.7.5 / 2019-10-14
2
16
==================
3
17
* fix(query): delete top-level ` _bsontype ` property in queries to prevent silent empty queries #8222
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 5.7.6-pre " ,
4
+ "version" : " 5.7.6" ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments