-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mongodb/node-mongodb-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mongodb/node-mongodb-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 17 files changed
- 1 contributor
Commits on Jan 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bef479c - Browse repository at this point
Copy the full SHA bef479cView commit details
Commits on Jan 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f51739e - Browse repository at this point
Copy the full SHA f51739eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b740940 - Browse repository at this point
Copy the full SHA b740940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3efa4c7 - Browse repository at this point
Copy the full SHA 3efa4c7View commit details -
fix(server): non-timeout network errors transition to Unknown state
Per the SDAM rules in the error handling section, a non-timeout error encountered during operation execution MUST transition the server to an `Unknown` state and kick off the SDAM flow. NODE-2435
Configuration menu - View commit details
-
Copy full SHA for fa4b01b - Browse repository at this point
Copy the full SHA fa4b01bView commit details
Commits on Jan 27, 2020
-
fix(message-stream): support multiple inbound message packets
If there was enough data buffered to read multiple messages, the MessageStream would currently callback to the underlaying Writable callback multiple times. Also fixed here is that the callback would not be called in the event that there wasn't enough data to process a single message NODE-2437
Configuration menu - View commit details
-
Copy full SHA for 8388443 - Browse repository at this point
Copy the full SHA 8388443View commit details -
feat(connection): support exhaust behavior at the transport level
This work acknowledges an `exhaustAllowed` option to enable exhaust behavior on OP_MSG messags. It also tracks synthetic `getMore` ids and uses the same callback provided for the orignal command for all returned batches. NODE-2438
Configuration menu - View commit details
-
Copy full SHA for 9ccf268 - Browse repository at this point
Copy the full SHA 9ccf268View commit details
Commits on Jan 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 38ae86d - Browse repository at this point
Copy the full SHA 38ae86dView commit details
Commits on Feb 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fc1a775 - Browse repository at this point
Copy the full SHA fc1a775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21195ce - Browse repository at this point
Copy the full SHA 21195ceView commit details -
refactor: improve error handling in Server type
This refactoring improves readability and reduces coupling between the `Server` and `Topology` types. Previously errors experienced at the `Server` level would emit an `error` event, which needed to be caught by the `Topology`. Since nothing about error handling required access to the `Topology` type, all of that behavior was moved back into the `Server` type. NODE-2449
Configuration menu - View commit details
-
Copy full SHA for 5bf0df8 - Browse repository at this point
Copy the full SHA 5bf0df8View commit details
Commits on Feb 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d4e12db - Browse repository at this point
Copy the full SHA d4e12dbView commit details
Loading
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.5.2...v3.5.3