Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mongodb from 3.1.9 to 3.3.4 #28

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps mongodb from 3.1.9 to 3.3.4.

Release notes

Sourced from mongodb's releases.

v3.3.4

The MongoDB Node.js team is pleased to announce version 3.3.4 of the driver

Release Highlights

This release primary consists of improvements to the "unified topology". In particular, a regression with interaction between the connection pool and topology could result in servers which "go away" (due to network error, for example) would not return, resulting in a MongoTimeoutError.

Release Notes

Bug

  • [NODE-2123] - MaxListenersExceededWarning caused by topologyDescriptionChanged
  • [NODE-2214] - Incorrect removal of Unknown server type from ReplicaSetNoPrimary topology
  • [NODE-2234] - isConnected() takes legacy path with useUnifiedTopology
  • [NODE-2251] - `useUnifiedTopology` continuously emits &[Bump mocha from 5.2.0 to 7.0.1 #39](https://github-redirect.dependabot.com/mongodb/node-mongodb-native/issues/39);close&[Bump mocha from 5.2.0 to 7.0.1 #39](https://github-redirect.dependabot.com/mongodb/node-mongodb-native/issues/39); event when replica set member is down
  • [NODE-2268] - Legacy SDAM ReplSet topology reports incorrect topology ID
  • [NODE-2270] - Servers are not removed from unknownServer list, leaking
  • [NODE-2274] - Unified topology never regains nodes which temporarily go down
  • [NODE-2277] - Unhandled error when server is offline

Improvement

  • [NODE-1517] - normalize state management across all stateful types
  • [NODE-2257] - Introduce ServerDescription equality to reduce SDAM events
  • [NODE-2263] - support ability to pass hint to update
  • [NODE-2276] - Add SDAM test for debouncing topology description updates
  • [NODE-2280] - Integrate a state machine into the unified topology
  • [NODE-2309] - Document the design and rationale of the unified topology
  • [NODE-2316] - Correct client metadata for unified topology

v3.3.0

The MongoDB Node.js team is pleased to announce version 3.3.0 of the driver

... (truncated)
Commits
  • ce60476 chore(release): 3.3.4
  • d126665 fix(topology): report unified topology as nodejs
  • 0a22e3f test: allow values other than true for unified filter
  • d38a6b6 refactor(topology): always ensure useUnifiedTopology is present
  • 7dc7cb8 test: support only passing options to configuration.newTopology
  • 5f6a787 fix(connect): prevent multiple callbacks in error scenarios
  • ba123a6 refactor: support a factory type in connect
  • 51e8807 doc: introduce documentation about the unified topology design
  • 0c1114d refactor(topology): report topology state for helper methods
  • b493e1b chore(release): 3.3.4-rc0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 12, 2019
@dependabot-preview
Copy link
Author

Superseded by #31.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mongodb-3.3.4 branch November 27, 2019 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants