Releases: databento/databento-python
Releases · databento/databento-python
databento 0.42.0
Release notes
Enhancements
- Added
modeparameter toDBNStore.to_csvto control the file writing mode - Added
modeparameter toDBNStore.to_jsonto control the file writing mode - Added
modeparameter toDBNStore.to_parquetto control the file writing mode - Added
compressionparameter toDBNStore.to_filewhich controls the output compression format - Added new consolidated publisher values for
XNAS.BASICandDBEQ.MAX - Changed
DBNStoreto be more tolerant of truncated DBN streams
Breaking changes
- Changed default write mode for
DBNStore.to_csvto overwrite ("w") - Changed default write mode for
DBNStore.to_jsonto overwrite ("w") - Changed default write mode for
DBNStore.to_parquetto overwrite ("w")
databento 0.41.0
Release notes
Enhancements
- Added
databento.read_dbnalias - Added
modeparameter toDBNStore.to_fileto control the file writing mode
Breaking changes
- Changed default write mode for
DBNStore.to_fileto overwrite ("w")
Deprecations
- Deprecated
databento.from_dbnand will be removed in a future release, usedatabento.read_dbninstead
databento 0.40.0
Release notes
Enhancements
- Added
adjustment_factors.get_range(...)method forReferenceclient - Added
security_master.get_range(...)method forReferenceclient - Added
security_master.get_last(...)method forReferenceclient - Upgraded
databento-dbnto 0.20.1
databento 0.39.3
Release notes
Enhancements
- Added new publisher values for
XCIS.BBOTRADESandXNYS.BBOTRADES
Bug fixes
- Fixed an issue receiving multiple DBN v1
ErrorMsgin theLiveclient would cause anInvalidStateerror - Fixed an issue where creating
Liveclients in multiple threads could cause aRuntimeErrorupon initialization
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
Nonewould produce a convoluted exception
databento 0.39.0
Release notes
Enhancements
- Added new publisher value for
DBEQ.SUMMARY - Upgraded
databento-dbnto 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
Referencedata client withcorporate_actions.get_range(...)method - Added
ReconnectPolicyenumeration - Added
reconnect_policyparameter to theLiveclient to specify client reconnection behavior - Added
Live.add_reconnect_callbackmethod for specifying a callback to handle client reconnections - Added platform information to the user agent reported by the
HistoricalandLiveclients - Upgraded
databento-dbnto 0.19.1 - Added
BBOMsg,CBBOMsg, andStatusMsgexports to the rootdatabentopackage
Breaking changes
- Calling
Live.stopwill now clear all user streams and callbacks - Renamed
SessiontoLiveSessionin thedatabento.live.sessionmodule
databento 0.37.0
Release notes
Enhancements
- A disconnected
Liveclient can now be reused with a different dataset - Upgraded
databento-dbnto 0.19.0
databento 0.36.3
Release notes
Enhancements
- Added export of
StatTypeenum fromdatabento_dbnto the rootdatabentopackage