Skip to content
Permalink

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.0
Choose a base ref
...
head repository: mongodb/node-mongodb-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.1
Choose a head ref
  • 11 commits
  • 11 files changed
  • 1 contributor

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    b8a7ef4 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. fix(transactions): use options helper to resolve read preference

    ReadPreference can be expressed a number of ways through options,
    so we need to ensure that the read preference is properly resolved
    when a user provides options. This change also includes fixes for
    `readConcern` and `writeConcern`.
    
    NODE-2401
    mbroadst committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    9698a76 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    5995d1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79932db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a12683 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. fix(cmap): error wait queue members on failed connection creation

    When a pool is empty and an operation enters the wait queue, the
    pool will attempt to immediately create a new connection for the
    requested operation. If that immediate creation fails, the error
    should be returned to that member, rather than letting the member
    sit in the queue indefinitely
    
    NODE-2424
    NODE-2372
    mbroadst committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    d13b153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8bdb8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8d182e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    667b34c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9169203 View commit details
    Browse the repository at this point in the history
  6. chore(release): 3.5.1

    mbroadst committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    d0bfd8a View commit details
    Browse the repository at this point in the history
Loading