Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.36
->3.1.13
By merging this PR, the issue #117 will be automatically resolved and closed:
Release Notes
mongodb/node-mongodb-native (mongodb)
v3.1.13
Compare Source
Bug Fixes
makeLazyLoader
(050267d)v3.1.12
Compare Source
Features
v3.1.11
Compare Source
Bug Fixes
v3.1.10
Compare Source
Bug Fixes
Features
v3.1.9
Compare Source
Bug Fixes
Features
v3.1.8
Compare Source
Bug Fixes
Features
v3.1.7
Compare Source
Features
v3.1.6
Compare Source
Features
v3.1.5
Compare Source
Bug Fixes
$meta
based sort when passing an array tosort()
(f93a8c3)Features
v3.1.4
Compare Source
Bug Fixes
Features
newClient
(1dac18f)v3.1.3
Compare Source
Features
v3.1.2
Compare Source
Bug Fixes
batchSize
(ad10dee)resolveReadPreference
for inheritance (a649e35)_id
with background: true (b3ff3ed)endSessions
is always skipped now (a276cbe)Features
Reverts
v3.1.1
Compare Source
Bug Fixes
makeLazyLoader
(050267d)v3.1.0
Compare Source
Bug Fixes
batchSize
(ad10dee)resolveReadPreference
for inheritance (a649e35)_id
with background: true (b3ff3ed)endSessions
is always skipped now (a276cbe)Features
Reverts
3.0.6 (2018-04-09)
Bug Fixes
dropDatabase
always uses primary read preference (e62e5c9)Features
3.0.5 (2018-03-23)
Bug Fixes
Features
3.0.4 (2018-03-05)
Bug Fixes
Features
3.0.3 (2018-02-23)
Bug Fixes
3.0.2 (2018-01-29)
Bug Fixes
db
is wrapped in parentheses (efa78f0)Features
dbName
property of collection (6fd05c1)3.0.1 (2017-12-24)
v3.0.11
Compare Source
v3.0.10
Compare Source
v3.0.9
Compare Source
v3.0.8
Compare Source
v3.0.7
Compare Source
v3.0.6
Compare Source
Bug Fixes
dropDatabase
always uses primary read preference (e62e5c9)Features
v3.0.5
Compare Source
Bug Fixes
Features
v3.0.4
Compare Source
Bug Fixes
Features
v3.0.3
Compare Source
Bug Fixes
v3.0.2
Compare Source
Bug Fixes
db
is wrapped in parentheses (efa78f0)Features
dbName
property of collection (6fd05c1)v3.0.1
Compare Source
v3.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
.connect
method on replset and mongos has changed. You shouldn't have been using this anyway, but if you were, you only should passoptions
andcallback
.Part of NODE-1089
keepAlive
is now split into booleankeepAlive
andnumber
keepAliveInitialDelay
Fixes NODE-998