-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
Use Case
As a... Driver user
I want... have access to the fixed version of Decimal128.fromString and Decimal128.fromStringWithRounding from the version of BSON exported by the driver
So that... I can have correct rounding behaviour by default and have access to inexact rounding
User Impact
- Users who were making use of Decimal128.fromString with decimals with more than 34 significant digits
- Requires changing calls to Decimal128.fromString to Decimal128.fromStringWithRounding
Dependencies
- N/A
Unknowns
- N/A
Acceptance Criteria
Implementation Requirements
- Bump bson version to 5.5
Testing Requirements
- Ensure that all existing tests continue to pass
Documentation Requirements
- Release Notes
Follow Up Requirements
- Release driver v 5.9.0
- depends on
-
NODE-5546 Fix Decimal128 rounding issue
- Closed