-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
The Decimal128 type is used in various places. To avoid placing it in a random package that isn't imported by anything, create a dedicated package to hold the Decimal128 type. Consolidate the two version of Decimal128 (bson.Decimal128 and ast.Decimal128) into this single type and update all references.