Skip to content

databento 0.69.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jan 23:33
201d05b

Release notes

Enhancements

  • Upgraded databento-dbn to 0.46.0
    • Added DBNRecord union type to Python which includes all record types
    • Removed Record class from Python type stubs to match code: the record classes don't
      share a base class. Use DBNRecord instead.

Breaking changes

  • Removed DBNRecord union type from databento.common.types, use databento_dbn.DBNRecord instead