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.2.0 [skip-ci] #3876

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 27, 2023

🌱 A new release!

6.2.0 (2023-10-19)

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

Release Notes

Updated to BSON 6.2.0

BSON now prints in full color! 🌈 🚀

See our release notes for BSON 6.2.0 here for more examples!

insertedIds in bulk write now contain only successful insertions

Prior to this fix, the bulk write error's result.insertedIds property contained the _id of each attempted insert in a bulk operation.

Now, when a bulkwrite() or an insertMany() operation rejects one or more inserts, throwing an error, the error's result.insertedIds property will only contain the _id fields of successfully inserted documents.

Fixed edge case leak in findOne()

When running a findOne against a time series collection, the driver left the implicit session for the cursor un-ended due to the way the server returns the resulting cursor information. Now the cursor will always be cleaned up regardless of the outcome of the find operation.

Removed client-side collection and database name validation

Database and collection name checking will now be in sync with the MongoDB server's naming restrictions. Specifically, users can now create collections that start or end with the '.' character.

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 62385a1 to 6041968 Compare October 4, 2023 19:24
@github-actions github-actions bot force-pushed the release-please--branches--main--components--mongodb branch 2 times, most recently from 07db9af to 721e6a4 Compare October 17, 2023 14:16
@github-actions github-actions bot changed the title chore(main): release 6.1.1 [skip-ci] chore(main): release 6.2.0 [skip-ci] Oct 17, 2023
@github-actions github-actions bot force-pushed the release-please--branches--main--components--mongodb branch 3 times, most recently from a2cf292 to caab181 Compare October 18, 2023 21:18
@github-actions github-actions bot force-pushed the release-please--branches--main--components--mongodb branch from caab181 to 3862a5a Compare October 19, 2023 21:50
@W-A-James W-A-James merged commit bcb97ff into main Oct 20, 2023
1 check passed
@W-A-James W-A-James deleted the release-please--branches--main--components--mongodb branch October 20, 2023 15:04
@github-actions
Copy link
Contributor Author

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