rev.md
12 KB
2.2.34 (2018-01-03)
Bug Fixes
- collection: allow { upsert: 1 } for findOneAndUpdate() and update() (#1580) (0f338c8), closes Automattic/mongoose#5839
- GridFS: fix TypeError: doc.data.length is not a function (811de0c)
- import: adds missing import to lib/authenticate.js (10db9a2)
- list-collections: ensure default of primary ReadPreference (0935306)
Features
-
ss: adds missing ssl options ssl options for
ciphers
andecdhCurve
(bd4fb53) - url parser: add dns seedlist support (2d357bc)
2.2.33 (2017-10-12)
2.2.32 (2017-10-12)
Bug Fixes
-
aggregation: ensure that the
cursor
key is always present (beccc83) -
collection: allow passing
noCursorTimeout
as an option tofind()
(7bd839b) -
cursor:
hasNext
should propagate errors when using callback (129d540) -
db: bubble up
reconnectFailed
event from Server topology (d159eab)
2.2.31 (2017-08-08)
Bug Fixes
- bulk: bulk operations should not throw an error on empty batch (84433e7)
- url-parser: ensure user options are applied to parsing (7116ea4)
Features
- auth: allow auth option in MongoClient.connect (fd686d7)
-
MongoClient: add
appname
to list of valid option names (bd4bdf6)
2.2.29 (2017-06-19)
2.2.28 (2017-06-02)
2.2.27 (2017-05-22)
2.2.26 (2017-04-18)
Bug Fixes
- db: don't remove database name if collectionName == dbName (ec88b07)
2.2.25 (2017-03-17)
Bug Fixes
- collection: pass batchSize to AggregationCursor (b5c188b)
- UnorderedBulkOperation: push correct index for INSERT ops (e53d02c)
- don't rely on global toString() for checking if object (6ef70b8), closes tmpvar/jsdom#1752 Automattic/mongoose#5033
2.2.24 (2017-02-14)
2.2.23 (2017-02-13)
2.2.22 (2017-01-24)
2.2.21 (2017-01-13)
2.2.20 (2017-01-11)
2.2.19 (2017-01-03)
2.2.18 (2017-01-03)
2.2.17 (2017-01-03)
2.2.16 (2016-12-13)
2.2.15 (2016-12-10)
2.2.14 (2016-12-08)
2.2.13 (2016-11-30)
2.2.12 (2016-11-29)
2.2.11 (2016-10-21)
2.2.10 (2016-09-15)
Bug Fixes
- db: don't fall back to insert if 'IndexOptionsConflict' error (a26fe5f), closes Automattic/mongoose#4459
2.2.9 (2016-08-29)
Bug Fixes
- collection: don't treat ObjectId as object for mapReduce scope (a1ca631)
2.2.8 (2016-08-23)
2.2.6 (2016-08-16)
Bug Fixes
- allow passing in an array of tags to ReadPreference constructor (5b8067c)
2.2.5 (2016-07-28)
2.2.4 (2016-07-19)
2.2.3 (2016-07-19)
2.2.2 (2016-07-15)
2.2.1 (2016-07-11)
2.2.0 (2016-07-08)
2.2.0-alpha2 (2016-07-06)
2.2.0-alpha1 (2016-07-05)
2.1.21 (2016-05-30)
2.1.18 (2016-04-27)
2.1.17 (2016-04-26)
2.1.16 (2016-04-07)
2.1.15 (2016-04-06)
2.1.14 (2016-03-30)
2.1.13 (2016-03-29)
2.1.12 (2016-03-29)
2.1.11 (2016-03-23)
2.1.10 (2016-03-21)
2.1.9 (2016-03-16)
2.1.8 (2016-03-14)
Bug Fixes
2.1.7 (2016-02-09)
2.1.6 (2016-02-05)
2.1.5 (2016-02-04)
2.1.4 (2016-01-14)
2.1.3 (2016-01-04)
2.1.2 (2015-12-23)
2.1.1 (2015-12-13)
2.0.50 (2015-12-06)
2.1.0 (2015-12-06)
Bug Fixes
- url_parser: readPreference option (db57c6b)