Skip to content
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

chore(main): release 6.12.0 [skip-ci] #4348

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 4, 2024

🌱 A new release!

6.12.0 (2024-12-10)

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

Release Notes

[email protected] is now supported for zstd compression

The new @mongodb-js/[email protected] release can now be used with the driver for zstd compression.

Populate ServerDescription.error field when primary marked stale

We now attach an error to the newly created ServerDescription object when marking a primary as stale. This helps with debugging SDAM issues when monitoring SDAM events.

BSON upgraded to v6.10.1

See: https://github.com/mongodb/js-bson/releases/tag/v6.10.1

Socket read stream set to object mode

Socket data was being read with a stream set to buffer mode when it should be set to object mode to prevent inaccurate data chunking, which may have caused message parsing errors in rare cases.

SOCKS5: MongoNetworkError wrap fix

If the driver encounters an error while connecting to a socks5 proxy, the driver wraps the socks5 error in a MongoNetworkError. In some circumstances, this resulted in the driver wrapping MongoNetworkErrors inside MongoNetworkErrors.

The driver no longer double wraps errors in MongoNetworkErrors.

Features

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 force-pushed the release-please--branches--main--components--mongodb branch 2 times, most recently from 399bc00 to 5a36f5f Compare December 6, 2024 15:13
@github-actions github-actions bot changed the title chore(main): release 6.11.1 [skip-ci] chore(main): release 6.12.0 [skip-ci] Dec 6, 2024
@github-actions github-actions bot force-pushed the release-please--branches--main--components--mongodb branch 2 times, most recently from 004efad to ddddbc4 Compare December 9, 2024 20:25
@github-actions github-actions bot force-pushed the release-please--branches--main--components--mongodb branch from ddddbc4 to 49db2d9 Compare December 10, 2024 14:34
@baileympearson
Copy link
Contributor

run release_notes

@baileympearson baileympearson merged commit b4e5f49 into main Dec 10, 2024
@baileympearson baileympearson deleted the release-please--branches--main--components--mongodb branch December 10, 2024 17:53
Copy link
Contributor Author

🤖 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