Skip to content
This repository was archived by the owner on Dec 7, 2024. It is now read-only.

build(deps): bump mongodb from 3.6.0 to 3.6.1 in /server#36

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/server/mongodb-3.6.1
Closed

build(deps): bump mongodb from 3.6.0 to 3.6.1 in /server#36
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/server/mongodb-3.6.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2020

Bumps mongodb from 3.6.0 to 3.6.1.

Release notes

Sourced from mongodb's releases.

v3.6.1

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

Release Highlights

Kerberos

A bug in introducing the new CMAP Connection prevented some users from properly authenticating with the kerberos module.

Index options are not respected with createIndex

The logic for building the createIndex command was changed in v3.6.0 to use an allowlist rather than a blocklist, but omitted a number of index types in that list. This release reintroduces all supported index types to the allowlist.

Remove strict mode for createCollection

Since v3.6.0 createCollection will no longer returned a cached Collection instance if a collection already exists in the database, rather it will return a server error stating that the collection already exists. This is the same behavior provided by the strict option for createCollection, so that option has been removed from documentation.

Documentation

Reference: http://mongodb.github.io/node-mongodb-native/3.6/ API: http://mongodb.github.io/node-mongodb-native/3.6/api/ Changelog: https://github.com/mongodb/node-mongodb-native/blob/3.6/HISTORY.md

We invite you to try the driver immediately, and report any issues to the NODE project.

Thanks very much to all the community members who contributed to this release!

Release Notes

Commits
  • 446877d chore(release): 3.6.1
  • b4286c3 chore: fixes MacOS OCSP tests
  • c510fde refactor(kerberos): move MongoAuthProcess into driver (#2535)
  • 0af3191 fix: update full list of index options
  • 06a2444 fix: add host/port to cmap connection
  • 4cc6bcc feat(db): deprecate createCollection strict mode
  • 3cda5c4 chore(ci): add kerberos auth tests
  • d3a1d54 chore(ci): add plain ldap auth test
  • 61a1d32 chore(ci): add tls support test to evergreen
  • edf429c chore: adds MongoDB 4.4 and latest tests for aws-auth
  • 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 dependabot bot requested a review from Admiralfeb as a code owner September 3, 2020 00:03
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 3, 2020
@codecov
Copy link

codecov bot commented Sep 3, 2020

Codecov Report

Merging #36 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   16.05%   16.05%           
=======================================
  Files          26       26           
  Lines         411      411           
  Branches       74       74           
=======================================
  Hits           66       66           
  Misses        345      345           
Flag Coverage Δ
#unittests 16.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b36bd90...6e9068f. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/server/mongodb-3.6.1 branch from a0a1576 to 9451d33 Compare September 7, 2020 03:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/server/mongodb-3.6.1 branch from 9451d33 to 6e9068f Compare September 7, 2020 03:40
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 11, 2020

Superseded by #47.

@dependabot dependabot bot closed this Sep 11, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/server/mongodb-3.6.1 branch September 11, 2020 00:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments