Skip to content

Conversation

@addaleax
Copy link
Collaborator

@addaleax addaleax commented Sep 2, 2025

Bump mongodb and mongodb-client-encryption to 6.19.0 and 6.5.0, respectively.

Description

Checklist

  • New tests and/or benchmarks are included
  • Documentation is changed or added
  • If this change updates the UI, screenshots/videos are added and a design review is requested
  • I have signed the MongoDB Contributor License Agreement (https://www.mongodb.com/legal/contributor-agreement)

Motivation and Context

  • Bugfix
  • New feature
  • Dependency update
  • Misc

Open Questions

Dependents

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

Bump `mongodb` and `mongodb-client-encryption` to 6.19.0 and 6.5.0,
respectively.
Copilot AI review requested due to automatic review settings September 2, 2025 16:28
@addaleax addaleax requested a review from a team as a code owner September 2, 2025 16:28
@github-actions github-actions bot added the feat label Sep 2, 2025
Copy link
Contributor

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 PR updates MongoDB driver dependencies across the Compass project packages, bumping mongodb from version 6.17.0 to 6.19.0 and mongodb-client-encryption from 6.3.0 to 6.5.0, along with updating the CSFLE (Client-Side Field Level Encryption) download script to use MongoDB 8.2.0-rc4.

  • Updates MongoDB driver to version 6.19.0 across all packages
  • Updates MongoDB client encryption dependency to version 6.5.0
  • Changes CSFLE download script from continuous build to specific version 8.2.0-rc4

Reviewed Changes

Copilot reviewed 21 out of 22 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/hadron-document/package.json Updates mongodb dependency to 6.19.0
packages/data-service/package.json Updates mongodb to 6.19.0 and mongodb-client-encryption to 6.5.0
packages/connection-info/package.json Updates mongodb dependency to 6.19.0
packages/connection-form/package.json Updates mongodb dependency to 6.19.0
packages/compass/scripts/download-csfle.js Changes CSFLE version from 'continuous' to '8.2.0-rc4'
packages/compass/package.json Updates mongodb to 6.19.0 and mongodb-client-encryption to 6.5.0
packages/compass-web/package.json Updates mongodb dependency to 6.19.0
packages/compass-sidebar/package.json Updates mongodb dependency to 6.19.0
packages/compass-schema/package.json Updates mongodb dependency to 6.19.0
packages/compass-schema-validation/package.json Updates mongodb dependency to 6.19.0
packages/compass-query-bar/package.json Updates mongodb dependency to 6.19.0
packages/compass-indexes/package.json Updates mongodb dependency to 6.19.0
packages/compass-import-export/package.json Updates mongodb dependency to 6.19.0
packages/compass-generative-ai/package.json Updates mongodb dependency to 6.19.0
packages/compass-explain-plan/package.json Updates mongodb dependency to 6.19.0
packages/compass-e2e-tests/package.json Updates mongodb dependency to 6.19.0
packages/compass-data-modeling/package.json Updates mongodb dependency to 6.19.0
packages/compass-crud/package.json Updates mongodb dependency to 6.19.0
packages/compass-connections/package.json Updates mongodb dependency to 6.19.0
packages/compass-collection/package.json Updates mongodb dependency to 6.19.0
packages/compass-aggregations/package.json Updates mongodb dependency to 6.19.0

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

} catch (err) {
await client.close().catch(() => {});
throw err;
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@nbbeeken I think this bit here was always incorrect, so it's good that the driver bump forces us to fix it, but it's still interesting that failing the ping didn't keep the event loop alive in older versions of the driver

@addaleax addaleax merged commit 4bf8f7f into main Sep 3, 2025
59 checks passed
@addaleax addaleax deleted the driver-bump-6.19.0 branch September 3, 2025 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants