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

feat(NODE-5634): bump bson version to ^6.1.0 #3866

Merged
merged 1 commit into from
Sep 14, 2023
Merged

feat(NODE-5634): bump bson version to ^6.1.0 #3866

merged 1 commit into from
Sep 14, 2023

Conversation

W-A-James
Copy link
Contributor

Description

What is changing?

Bump bson dependency version to 6.1.0 to expose new Decimal128.fromStringWithRounding() method.

Is there new documentation needed for these changes?

Release notes

What is the motivation for this change?

NODE-5634

Release Highlight

Bump bson version to expose new Decimal128.fromStringWithRounding() method

In this release, we have adopted the changes made to Decimal128 in bson version 6.1.0. We have added a new fromStringWithRounding() method which exposes the previously available inexact rounding behaviour.

See the bson v6.1.0 release notes for more information.

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@nbbeeken nbbeeken changed the title chore(NODE-5634): bump bson version chore(NODE-5634): bump bson version to ^6.1.0 Sep 14, 2023
@W-A-James W-A-James marked this pull request as ready for review September 14, 2023 18:51
@nbbeeken nbbeeken self-assigned this Sep 14, 2023
@nbbeeken nbbeeken added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Sep 14, 2023
@nbbeeken nbbeeken self-requested a review September 14, 2023 18:53
@W-A-James W-A-James changed the title chore(NODE-5634): bump bson version to ^6.1.0 feat(NODE-5634): bump bson version to ^6.1.0 Sep 14, 2023
@nbbeeken nbbeeken merged commit c6edabb into main Sep 14, 2023
21 of 26 checks passed
@nbbeeken nbbeeken deleted the NODE-5634 branch September 14, 2023 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Primary Review In Review with primary reviewer, not yet ready for team's eyes
Projects
None yet
2 participants