Skip to content

chore(main): release 6.14.2 [skip-ci] #4445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 4, 2025

🌱 A new release!

6.14.2 (2025-03-04)

The MongoDB Node.js team is pleased to announce version 6.14.2 of the mongodb package!

Release Notes

KMS Requests can cause unhandled

When using explicit encryption or automatic encryption, the driver makes requests to a Key Management System when to fetch key encryption keys. The driver supports connecting to a KMS provider through a Socks5 proxy. However, the socket used for the socks5 proxy was created in all circumstances, regardless of proxy configuration. This leads to unhandled rejection errors when closing the socket the driver attempts to clean up the unused socket.

With the changes in this release, the socket is only created if a proxy is configured and the any promises created for the proxy are properly handled.

Bug Fixes

Documentation

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


@github-actions github-actions bot requested a review from a team as a code owner March 4, 2025 20:20
@baileympearson
Copy link
Contributor

run release_notes

@baileympearson baileympearson merged commit 398e361 into main Mar 4, 2025
@baileympearson baileympearson deleted the release-please--branches--main--components--mongodb branch March 4, 2025 21:20
Copy link
Contributor Author

github-actions bot commented Mar 4, 2025

🤖 Created releases:

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.

1 participant