Releases: barchart/marketdata-api-js
Releases · barchart/marketdata-api-js
v6.3.2
v6.3.1
Bug Fixes
- Corrected failure to publish a login failure event (when an attempting to authenticate with an invalid JWT).
v6.3.0
v6.2.6
v6.2.5
Bug Fixes
- Updated
SymbolParser.getProducerSymbolfunction, addressing failure to properly translate symbols for futures which expire in 10 or more years (e.g.CLG34now correctly translates toGLB4).
Technical Enhancements
- Updated AWS CodeBuild to use Node.js version 20.
v6.2.4
Other
- Removed logging of message objects which cannot be processed.
v6.2.3
Bug Fixes
- Corrected failure of
2/0/Dand2/0/dmessages to assignQuote.settlementPriceproperty value.
v6.2.2
Other
- Updated README.md file indicating this library will be deprecated in the near future.
v6.2.1
Bug Fixes
- Adjusted
UnitCode.roundToNearestTickto accept minimum tick value (instead of point value).
v6.2.0
New Features
- Added the
UnitCode.roundToNearestTickfunction.
Technical Enhancements
- Updated the
@barchart/common-jslibrary.