-
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.0.2
head repository: mongodb/node-mongodb-native
compare: v3.0.3
- 11 commits
- 33 files changed
- 7 contributors
Commits on Jan 30, 2018
-
fix(collection): fix error when calling remove with no args (#1657)
Calling remove with no arguments resulted in an error b/c of the lack of options. Fixes NODE-1287
Configuration menu - View commit details
-
Copy full SHA for 4c9b0f8 - Browse repository at this point
Copy the full SHA 4c9b0f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2bb626 - Browse repository at this point
Copy the full SHA f2bb626View commit details -
test(apm): making tests clean up after themselves (#1644)
If one of these tests fails, it frequently causes false negatives for following tests. This change properly cleans up after ourselves.
Configuration menu - View commit details
-
Copy full SHA for 33db3ca - Browse repository at this point
Copy the full SHA 33db3caView commit details -
Resync Connection String Spec Tests (#1656)
* test(connection string): update to latest tests from specs * fix(url-parser): catch errors thrown by url parser
Jessica Lord authoredJan 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 077b876 - Browse repository at this point
Copy the full SHA 077b876View commit details
Commits on Jan 31, 2018
-
fix(jsdoc): mark db.collection callback as optional + typo fix (#1658)
* fix(jsdoc): mark db.collection callback as optional * fix(jsdoc): typo
Configuration menu - View commit details
-
Copy full SHA for c519b9b - Browse repository at this point
Copy the full SHA c519b9bView commit details
Commits on Feb 1, 2018
-
style(docs): minor grammatical fixes to README (#1660)
The fixes are very few in quantity and only very minor issues can likely be ignored. > Missing comma after "However" >Hyphen missing
Configuration menu - View commit details
-
Copy full SHA for 1740d51 - Browse repository at this point
Copy the full SHA 1740d51View commit details
Commits on Feb 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 46e14d1 - Browse repository at this point
Copy the full SHA 46e14d1View commit details
Commits on Feb 20, 2018
-
fix(executeOperation): don't mutate options passed to commands
When the topology believes it has session support, options passed to commands were getting mutated with the session added to them. It is our expectation that the driver will never be mutating arguments passed to it via the public facing API. This commit creates a new object and copies into it, then replaces in the args array.
Configuration menu - View commit details
-
Copy full SHA for 934a43a - Browse repository at this point
Copy the full SHA 934a43aView commit details
Commits on Feb 23, 2018
-
doc(sessions): update documentation for startSession
`MongoClient.prototype.startSession` doesn't take a second argument, or return a Promise. It returns the ClientSession from the mongodb-core.
Configuration menu - View commit details
-
Copy full SHA for 7bd5637 - Browse repository at this point
Copy the full SHA 7bd5637View commit details -
fix(sessions): move active session tracking to topology base (#1665)
Moves the tracking of active sessions to the topology base. Doing this allows us to ensure that all active and pooled sessions are ended when the topology closes, and that implicit sessions are tracked. Also adds a test case to make sure none of our unit tests are leaking sessions, and corrects many leaky tests. Also bumps version of mongodb-core Part of HELP-5384
Configuration menu - View commit details
-
Copy full SHA for b1f296f - Browse repository at this point
Copy the full SHA b1f296fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac0dec7 - Browse repository at this point
Copy the full SHA ac0dec7View 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.0.2...v3.0.3