-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: mongodb/node-mongodb-native
base: v3.3.1
head repository: mongodb/node-mongodb-native
compare: v3.3.2
- 7 commits
- 17 files changed
- 2 contributors
Commits on Aug 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ae94cb9 - Browse repository at this point
Copy the full SHA ae94cb9View commit details
Commits on Aug 28, 2019
-
fix(change-stream): default to server default batch size
We should not default our change streams to a batch size of one, but rather send no value and accept the server default. NODE-2137
Configuration menu - View commit details
-
Copy full SHA for b3ae4c5 - Browse repository at this point
Copy the full SHA b3ae4c5View commit details -
fix(execute-operation): return promise on session support check
3.3.0 introduced an extra roundtrip of selection in order to accurately determine if sessions were supported by the topology. Unfortunately, the fix only supported callbacks. So, if a server wasn't actually available immediately, we would return `undefined` in cases when promises were requested for operation execution. NODE-2136
Configuration menu - View commit details
-
Copy full SHA for a976c14 - Browse repository at this point
Copy the full SHA a976c14View commit details -
doc: clarify where to pass
useUnifiedTopology: true
The current deprecation warning tells users to pass this value to `MongoClient.connect`, which is the static method on the client class. This can be confusing to users, as they might assume that the value should be passed to the `connect` method on the client instance. Instead, we should guide users to pass the option to the `MongoClient` constructor. NODE-2138
Configuration menu - View commit details
-
Copy full SHA for 2061d25 - Browse repository at this point
Copy the full SHA 2061d25View commit details -
refactor(sessions): Performance Improvement
Changed the sessions structure to an object instead of an array so when we close a session we could remove it from the data structure more efficiently
Configuration menu - View commit details
-
Copy full SHA for c11d8c8 - Browse repository at this point
Copy the full SHA c11d8c8View commit details -
refactor(sessions): Performance Improvement Unified Topology
Changed the sessions structure to a Set instead of an array so when we close a session we could remove it from the data structure more efficiently
Configuration menu - View commit details
-
Copy full SHA for 104493b - Browse repository at this point
Copy the full SHA 104493bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b542d34 - Browse repository at this point
Copy the full SHA b542d34View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.3.1...v3.3.2