Skip to content

databento 0.74.0

Choose a tag to compare

@github-actions github-actions released this 25 Mar 21:30
· 13 commits to main since this release
97cf7a4

Release notes

Enhancements

  • Changed SlowReaderBehavior.SKIP to send "skip" instead of "drop" to the gateway
  • Upgraded databento-dbn to 0.52.0:
    • Added SYMBOL_CSTR_LEN constant and versioned variants (SYMBOL_CSTR_LEN_V1,
      SYMBOL_CSTR_LEN_V2, SYMBOL_CSTR_LEN_V3) to Python, including in each versioned
      module (v1, v2, v3) as SYMBOL_CSTR_LEN
    • Added v1, v2, and v3 submodule imports to databento_dbn.__init__ so they are
      accessible as attributes (e.g. databento_dbn.v1)