Releases: databento/databento-python
Releases · databento/databento-python
databento 0.39.2
Release notes
Enhancements
- Changed
corporate_actions.get_range(...)
to stream compressed zstd data
databento 0.39.1
Release notes
Bug fixes
- Fixed an issue where a symbol list which contained a
None
would produce a convoluted exception
databento 0.39.0
Release notes
Enhancements
- Added new publisher value for
DBEQ.SUMMARY
- Upgraded
databento-dbn
to 0.20.0
databento 0.38.0
Release notes
This release adds a new feature to the Live
client for automatically reconnecting when an unexpected disconnection occurs.
Enhancements
- Added
Reference
data client withcorporate_actions.get_range(...)
method - Added
ReconnectPolicy
enumeration - Added
reconnect_policy
parameter to theLive
client to specify client reconnection behavior - Added
Live.add_reconnect_callback
method for specifying a callback to handle client reconnections - Added platform information to the user agent reported by the
Historical
andLive
clients - Upgraded
databento-dbn
to 0.19.1 - Added
BBOMsg
,CBBOMsg
, andStatusMsg
exports to the rootdatabento
package
Breaking changes
- Calling
Live.stop
will now clear all user streams and callbacks - Renamed
Session
toLiveSession
in thedatabento.live.session
module
databento 0.37.0
Release notes
Enhancements
- A disconnected
Live
client can now be reused with a different dataset - Upgraded
databento-dbn
to 0.19.0
databento 0.36.3
Release notes
Enhancements
- Added export of
StatType
enum fromdatabento_dbn
to the rootdatabento
package
databento 0.36.2
Release notes
Enhancements
- Upgraded
databento-dbn
to 0.18.2
databento 0.36.1
Release notes
Enhancements
- Added type alias
TBBOMsg
forMBP1Msg
- Added support for
BBO-1s
,BBO-1m
, andStatus
schemas - Instances of the
Live
client will now callLive.stop
when garbage collected - Added new publisher values for
XNAS.BASIC
andXNAS.NLS
databento 0.36.0
Release notes
Enhancements
- Upgraded
databento-dbn
to 0.18.1
Bug fixes
- Fixed an issue where
heartbeat_interval_s
was not being sent to the gateway - Fixed an issue where a truncated DBN stream could be written by the
Live
client in the event of an ungraceful disconnect
Breaking changes
- Output streams of the
Live
client added withLive.add_stream
will now upgrade to the latest DBN version before being written
databento 0.35.0
Release notes
Enhancements
- Added optional
heartbeat_interval_s
parameter toLive
client for configuring the
interval at which the gateway will send heartbeat records - Upgraded
databento-dbn
to 0.18.0 - Added new off-market publisher values for
IFEU.IMPACT
andNDEX.IMPACT
Breaking changes
- Renamed
CbboMsg
toCBBOMsg
. - Renamed
use_snapshot
parameter inLive.subscribe
function tosnapshot
- All Python exceptions raised by
databento-dbn
have been changed to use theDBNError
type