Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 83d744c

Browse files
committedFeb 25, 2019
feat(sdam): backport unified SDAM changes from next to master
The unified SDAM will be shipped in v3.2.0 now, so this brings the changes over the past four months into `master` for that release.
1 parent be884c2 commit 83d744c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1803
-1061
lines changed
 

‎index.js

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ module.exports = {
3333
Sessions: require('./lib/sessions'),
3434
BSON: BSON,
3535
EJSON: EJSON,
36+
Topology: require('./lib/sdam/topology'),
3637
// Raw operations
3738
Query: require('./lib/connection/commands').Query,
3839
// Auth mechanisms

‎lib/connection/connect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function performInitialHandshake(conn, options, callback) {
108108
options.port +
109109
' reports wire version ' +
110110
(ismaster.maxWireVersion || 0) +
111-
', but this version of Node.js Driver requires at least ' +
111+
', but this version of the Node.js Driver requires at least ' +
112112
latestSupportedMaxWireVersion +
113113
' (MongoDB' +
114114
latestSupportedVersion +

0 commit comments

Comments
 (0)
This repository has been archived.