mahjong
mahjong copied to clipboard
Bump mongodb from 1.3.23 to 3.1.13
Bumps mongodb from 1.3.23 to 3.1.13.
Release notes
Sourced from mongodb's releases.
V2.0.44
2.0.44 09-28-2015
- Bug fixes for APM upconverting of legacy INSERT/UPDATE/REMOVE wire protocol messages.
- NODE-562, fixed issue where a Replicaset MongoDB URI with a single seed and replSet name set would cause a single direct connection instead of topology discovery.
- Updated mongodb-core to 1.2.14.
- NODE-563 Introduced options.ignoreUndefined for db class and MongoClient db options, made serialize undefined to null default again but allowing for overrides on insert/update/delete operations.
- Use handleCallback if result is an error for count queries. (Issue #1298, https://github.com/agclever)
- Rewind cursor to correctly force reconnect on capped collections when first query comes back empty.
- NODE-571 added code 59 to legacy server errors when SCRAM-SHA-1 mechanism fails.
- NODE-572 Remove examples that use the second parameter to
find().V2.0.43
- Propagate timeout event correctly to db instances.
- Application Monitoring API (APM) implemented.
- NOT providing replSet name in MongoClient connection URI will force single server connection. Fixes issue where it was impossible to directly connect to a replicaset member server.
- Updated mongodb-core to 1.2.12.
- NODE-541 Initial Support "read committed" isolation level where "committed" means confimed by the voting majority of a replica set.
- GridStore doesn't share readPreference setting from connection string. (Issue #1295, https://github.com/zhangyaoxing)
- fixed forceServerObjectId calls (Issue #1292, https://github.com/d-mon-)
- Pass promise library through to DB function (Issue #1294, https://github.com/RovingCodeMonkey)
Commits
c6f417echore(release): 3.1.13210c71dfix(db_ops): ensure we async resolve errors in createCollection5ad9fa9fix(changeStream): properly handle changeStream event mid-close (#1902)e806be4fix(bulk): honor ignoreUndefined in initializeUnorderedBulkOp050267dfix(*): restore ability to webpack by removingmakeLazyLoader6e896f4docs: adding aggregation, createIndex, and runCommand examplescb3cd12chore(release): 3.1.12508d685Revert "chore(release): 3.2.0"e7619aachore(release): 3.2.0d0dc228chore(travis): include forgotten stage info for sharded builds- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by mbroadst, a new releaser for mongodb since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.