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.1.6
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.1.7
Choose a head ref
  • 9 commits
  • 11 files changed
  • 4 contributors

Commits on Sep 17, 2018

  1. test(GridFS): fixes bug in node 10.10.x

    Fixes test failure causes by combination of nodejs/node#22209 and
    an ambiguous test.
    daprahamian committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    50602ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90caf42 View commit details
    Browse the repository at this point in the history
  3. docs(transactions): fixing transaction examples

    Fixes transaction examples on how to retry transactions
    
    Fixes NODE-1668
    daprahamian committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    09f58e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. test(eval): removes all eval tests

    Eval has been deprecated since 3.2, and is not available in 4.0.
    We should not be testing the eval function.
    
    Fixes NODE-1660
    daprahamian authored and mbroadst committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    c612117 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da4df89 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Fixed deprecation warning.

    Fixes deprecation warning:  `DeprecationWarning: collection.insert is deprecated. Use insertOne, insertMany or bulkWrite instead.`
    adityapatadia authored and mbroadst committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    7418401 View commit details
    Browse the repository at this point in the history
  2. docs(promises): Doc what promises resolve to.

    Doc what promises resolve to. Consistent params. Fix English.
    dandv authored and daprahamian committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    64c2d3f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Configuration menu
    Copy the full SHA
    61b054e View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.1.7

    mbroadst committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    94fd6d8 View commit details
    Browse the repository at this point in the history
Loading