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.12
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.13
Choose a head ref
  • 6 commits
  • 15 files changed
  • 4 contributors

Commits on Jan 19, 2019

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

Commits on Jan 20, 2019

  1. fix(*): restore ability to webpack by removing makeLazyLoader

    * fix(lib): remove makeLazyLoader
    
    * memoize lazy loading function
    kvwalker authored and mbroadst committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    050267d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. fix(bulk): honor ignoreUndefined in initializeUnorderedBulkOp

    * initializeUnorderedBulkOp to honor ignoreUndefined
    
    All write operations (insertOne,update,updateMany etc...). honor the ignoreUndefined flag defined in the collection scope. Apparently UnorderedBulkOp was left out. This fixes it, makes UnorderedBulkOp honor the flag.
    
    * Fix lint
    
    * Add ignoreUndefined option to initializeOrderedBulkOp
    
    * Fix comment lower case
    
    * Give function's options precedence over session's options.
    amotzte authored and mbroadst committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    e806be4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. fix(changeStream): properly handle changeStream event mid-close (#1902)

    If a changeStream gets an event while it is in the middle of closing,
    a race condition can occur where the event is still processed after
    the stream has closed. This commit adds handling for this edge
    case by returning an error to callbacks, rejecting promises,
    and simply ignoring it in emitter mode.
    
    Fixes NODE-1831
    daprahamian authored Jan 23, 2019
    Configuration menu
    Copy the full SHA
    5ad9fa9 View commit details
    Browse the repository at this point in the history
  2. fix(db_ops): ensure we async resolve errors in createCollection

    Passing in a name which does not pass collection name validation
    when a database does not exist will result in throwing an
    uncatchable error from the driver, resulting in application failure.
    We need to catch and return these errors asynchronously.
    
    NODE-1839
    mbroadst committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    210c71d View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.1.13

    mbroadst committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    c6f417e View commit details
    Browse the repository at this point in the history
Loading