Skip to content

databento 0.55.0

Choose a tag to compare

@github-actions github-actions released this 29 May 23:35
· 61 commits to main since this release
1f8f61f

Release notes

Enhancements

  • Added exchanges parameter to Reference.corporate_actions.get_range(...)
  • Added is_last field to live subscription requests which will be used to improve
    the handling of split subscription requests
  • Upgraded databento-dbn to 0.35.0
    • This version delivers DBN version 3 (DBNv3), which is the new default
    • Improved the performance of the Python DBNDecoder

Bug fixes

  • Fixed an issue where JSONDecodeError would not be caught when using simplejson with requests (credit: @xuanqing94)