Skip to content

0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 22:06
· 122 commits to main since this release
937a5d6

Release notes

Enhancements

  • Added pretty_px option for batch::submit_job, which formats prices to the correct
    scale using the fixed-precision scalar 1e-9 (available for CSV and JSON text
    encodings)
  • Added pretty_ts option for batch::submit_job, which formats timestamps as ISO 8601
    strings (available for CSV and JSON text encodings)
  • Added map_symbols option to batch::submit_job, which appends the raw symbol to
    every record (available for CSV and JSON text encodings) reducing the need to look at
    the symbology.json file
  • Added split_symbols option for batch::submit_job, which will split files by raw
    symbol
  • Added encoding option to batch::submit_job to allow requesting non-DBN encoded
    data through the client
  • Added map_symbols, pretty_px, and pretty_ts to BatchJob response
  • Added default stype_in of RawSymbol for live subscriptions to match behavior of
    the historical client and the Python client