MongoDB-Mongopop
MongoDB-Mongopop copied to clipboard
Bump mongodb from 2.2.36 to 3.6.1
Bumps mongodb from 2.2.36 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
Connectionprevented some users from properly authenticating with thekerberosmodule.Index options are not respected with
createIndexThe logic for building the
createIndexcommand 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
createCollectionSince v3.6.0
createCollectionwill no longer returned a cachedCollectioninstance 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 thestrictoption forcreateCollection, 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
v3.6.0
The MongoDB Node.js team is pleased to announce version 3.6.0 of the driver
Commits
446877dchore(release): 3.6.1b4286c3chore: fixes MacOS OCSP testsc510fderefactor(kerberos): move MongoAuthProcess into driver (#2535)0af3191fix: update full list of index options06a2444fix: add host/port to cmap connection4cc6bccfeat(db): deprecate createCollection strict mode3cda5c4chore(ci): add kerberos auth testsd3a1d54chore(ci): add plain ldap auth test61a1d32chore(ci): add tls support test to evergreenedf429cchore: adds MongoDB 4.4 and latest tests for aws-auth- Additional commits viewable in compare view
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.