Skip to content

Conversation

baileympearson
Copy link
Contributor

Description

Summary of Changes

Notes for Reviewers

What is the motivation for this change?

Release Highlight

Release notes highlight

Double check the following

  • Lint is passing (npm run check:lint)
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@baileympearson baileympearson marked this pull request as ready for review October 8, 2025 22:17
@baileympearson baileympearson requested a review from a team as a code owner October 8, 2025 22:17
@tadjik1 tadjik1 self-assigned this Oct 9, 2025
@tadjik1 tadjik1 added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Oct 9, 2025
Copy link
Contributor

@tadjik1 tadjik1 left a comment

Choose a reason for hiding this comment

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

Thanks Bailey, I left only one question to clarify before proceeding with merge.

Comment on lines -33 to -39
"@aws-sdk/credential-providers": "^3.188.0",
"@mongodb-js/zstd": "^1.1.0 || ^2.0.0",
"gcp-metadata": "^5.2.0",
"@aws-sdk/credential-providers": "^3.806.0",
"@mongodb-js/zstd": "^2.0.0",
"gcp-metadata": "^7.0.1",
"kerberos": "^2.0.1",
"mongodb-client-encryption": "^7.0.0-alpha",
"snappy": "^7.3.2",
"socks": "^2.7.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

I have a general question here. I've noticed that the versions for these packages in our devDependencies are out of sync with the versions being updated in this PR:

@aws-sdk/credential-providers: ^3.876.0 - newer
gcp-metadata: ^5.3.0 - older (2 major versions)
snappy: ^7.3.2 - newer (minor)
socks: ^2.8.7 - newer (minor)

To ensure the driver works as expected, shouldn't we update the devDependencies to match these new versions? This would align our testing environment with what our users will be running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Primary Review In Review with primary reviewer, not yet ready for team's eyes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants