Skip to content

Releases: barchart/marketdata-api-js

v6.3.1

15 Oct 17:13
f3de2ba
Compare
Choose a tag to compare

Bug Fixes

  • Corrected failure to publish a login failure event (when an attempting to authenticate with an invalid JWT).

v6.3.0

14 Oct 21:22
0061a26
Compare
Choose a tag to compare

New Features

  • Added support for authentication using JWT. This feature is intentionally undocumented.

v6.2.6

01 Apr 18:03
9b03a9f
Compare
Choose a tag to compare

Technical Enhancements

  • Updated the uuid library to the next major version.

v6.2.5

13 Feb 17:05
90d3b6b
Compare
Choose a tag to compare

Bug Fixes

  • Updated SymbolParser.getProducerSymbol function, addressing failure to properly translate symbols for futures which expire in 10 or more years (e.g. CLG34 now correctly translates to GLB4).

Technical Enhancements

  • Updated AWS CodeBuild to use Node.js version 20.

v6.2.4

01 Dec 18:18
bf4568f
Compare
Choose a tag to compare

Other

  • Removed logging of message objects which cannot be processed.

v6.2.3

24 Oct 18:47
47d6765
Compare
Choose a tag to compare

Bug Fixes

  • Corrected failure of 2/0/D and 2/0/d messages to assign Quote.settlementPrice property value.

v6.2.2

03 Oct 14:23
e801e7c
Compare
Choose a tag to compare

Other

  • Updated README.md file indicating this library will be deprecated in the near future.

v6.2.1

10 Sep 22:02
a54c626
Compare
Choose a tag to compare

Bug Fixes

  • Adjusted UnitCode.roundToNearestTick to accept minimum tick value (instead of point value).

v6.2.0

08 Sep 20:50
aa211f9
Compare
Choose a tag to compare

New Features

  • Added the UnitCode.roundToNearestTick function.

Technical Enhancements

v6.1.1

26 Aug 22:10
96d129a
Compare
Choose a tag to compare

Bug Fixes

  • Corrected precision issue exhibited by UnitCode.getMinimumTick function by switching internal calculations to use Decimal instances (instead of native floating point numbers).
  • Corrected precision issue exhibited by UnitCode.getMinimumTickValue function by switching internal calculations to use Decimal instances (instead of native floating point numbers).