yarn mongodb 6.14.2
v6.14.2

latest release: 6.14.2-dev.20250305.sha.398e361f
21 hours ago

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.

Don't miss a new mongodb release

NewReleases is sending notifications on new releases.