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.10.2 [skip-ci] #743

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

github-actions[bot]
Copy link
Contributor

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

🌱 A new release!

6.10.2 (2025-01-29)

The MongoDB Node.js team is pleased to announce version 6.10.2 of the bson package!

Release Notes

Fix calculateObjectSize not accounting for BigInt value size

BSON.calculateObjectSize was missing a condition for BigInt values, meaning it did not account for them in the same way that it would for Long values. This has been corrected.

We also added a new default condition that will catch any new values that may be returned by typeof in the future and will throw an error rather than returning an inaccurate size.

Bug Fixes

Documentation

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


@github-actions github-actions bot force-pushed the release-please--branches--main--components--bson branch from b639737 to e0eb961 Compare January 15, 2025 16:06
nbbeeken
nbbeeken previously approved these changes Jan 15, 2025
@github-actions github-actions bot force-pushed the release-please--branches--main--components--bson branch from e0eb961 to f793203 Compare January 29, 2025 21:40
@nbbeeken
Copy link
Contributor

run release_notes

@nbbeeken nbbeeken merged commit 306b607 into main Jan 30, 2025
@nbbeeken nbbeeken deleted the release-please--branches--main--components--bson branch January 30, 2025 16:43
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