Skip to content

Releases: databento/databento-python

databento 0.15.0

05 Jul 19:19
472d128

Choose a tag to compare

Release notes

Enhancements

  • Added symbology_map property to Live client
  • Added optional_symbols_list_to_list parsing function
  • Changed Live.add_callback and Live.add_stream to accept an exception callback
  • Changed Live.__iter__() and Live.__aiter__() to send the session start message if the session is connected but not started
  • Upgraded databento-dbn to 0.7.1
  • Removed exception chaining from exceptions emitted by the library

Bug fixes

  • Fixed issue where a large unreadable symbol subscription message could be sent

Breaking changes

  • Removed Encoding, Compression, Schema, and SType enums as they are now exposed by databento-dbn
  • Renamed func parameter to record_callback for Live.add_callback and Live.add_stream
  • Removed optional_symbols_list_to_string parsing function

databento 0.14.1

16 Jun 21:48
444d68a

Choose a tag to compare

Release notes

  • Fixed issue where DBNStore.to_df() would raise an exception if no records were present
  • Fixed exception message when creating a DBNStore from an empty data source

databento 0.14.0

14 Jun 18:15

Choose a tag to compare

Release notes

  • Added support for reusing a Live client to reconnect
  • Added metadata property to Live
  • Added DatatbentoLiveProtocol class
  • Added support for emitting warnings in API response headers
  • Changed iteration of Live to no longer yield DBN metadata
  • Changed Live callbacks to no longer yield DBN metadata
  • Fixed issue where Historical.timeseries.get_range would write empty files on error
  • Fixed issue with numpy types not being handled in symbols field
  • Upgraded aiohttp to 3.8.3
  • Upgraded numpy to 1.23.5
  • Upgraded pandas to 1.5.3
  • Upgraded requests to 2.28.1
  • Upgraded zstandard to 0.21.0
  • Removed 10 minute minimum request time range restriction
  • Removed support for Python 3.7

0.13.0

02 Jun 19:57
4f2ee5c

Choose a tag to compare

VER: Release 0.13.0

See release notes.

0.12.0

01 May 21:23
c42604a

Choose a tag to compare

VER: Release 0.12.0

See release notes.

0.11.0

13 Apr 01:34
825b42c

Choose a tag to compare

VER: Release 0.11.0

See release notes.

0.10.0

07 Apr 05:26
486e405

Choose a tag to compare

VER: Release 0.10.0

See release notes.

0.9.0

10 Mar 22:44
d439038

Choose a tag to compare

VER: Release 0.8.2

See release notes.

0.8.1

06 Mar 05:11
9d11f15

Choose a tag to compare

VER: Release 0.8.1

## 0.8.1 - 2023-03-05

- Fixed bug in `Bento` iteration where multiple readers were created
- Added `from_dbn` convenience alias for loading DBN files

0.8.0

04 Mar 00:52
3eac4af

Choose a tag to compare

VER: Release 0.8.0

See release notes.