Skip to content

✨ Add mongodb 7#20

Merged
dawidreedsy merged 1 commit intomainfrom
add-mongo-driver-7
Feb 17, 2026
Merged

✨ Add mongodb 7#20
dawidreedsy merged 1 commit intomainfrom
add-mongo-driver-7

Conversation

@dawidreedsy
Copy link

No description provided.

Copilot AI review requested due to automatic review settings February 14, 2026 13:20
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request aims to add support for MongoDB Node.js driver version 7 to the mongodb-queue package. The changes update the peer dependencies to accept MongoDB driver v7 and add CI testing for the new driver version.

Changes:

  • Updated peerDependencies to include ^7.0.0 in the supported MongoDB driver versions
  • Incremented package version from 8.2.0 to 8.2.1
  • Added mongodb7 to the CI test matrix to verify compatibility with the new driver version
  • Changed MongoDB server version in CI from 7.0 to 8.0

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
package.json Added MongoDB driver v7 to peerDependencies and bumped patch version
.github/workflows/ci.yml Added mongodb7 to test matrix and updated MongoDB server version to 8.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dawidreedsy dawidreedsy force-pushed the add-mongo-driver-7 branch 4 times, most recently from e5cd5a0 to 9533984 Compare February 14, 2026 13:27
];

module.exports = async function() {
const client = new mongodb.MongoClient(url, {useNewUrlParser: true});
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was removed in version 4 of the driver and had been deprecated from themn. Now they removed full this option.

@dawidreedsy dawidreedsy merged commit 12f2ea6 into main Feb 17, 2026
3 checks passed
@dawidreedsy dawidreedsy deleted the add-mongo-driver-7 branch February 17, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants