Releases: databento/databento-python
Releases · databento/databento-python
databento 0.45.0
Release notes
This release adds support for Python v3.13.
Enhancements
- Added support for Python 3.13
- Added new IntelligentCross venues
ASPN,ASMT, andASPI - Upgraded
databento-dbnto 0.23.1- Fixed
pretty_activationgetter indatabento_dbnreturningexpirationinstead - Fixed some
pretty_getters indatabento_dbndidn't correctly handleUNDEF_PRICE
- Fixed
Deprecations
- Deprecated
packagingparameter forHistorical.batch.submit_jobwhich will be removed in a future release
databento 0.44.1
Release notes
Enhancements
- Improved exception messages emitted by the
Liveclient to always include contents of anyErrorMsgsent by the gateway
Bug fixes
- Fixed an issue where calling
Live.stopwould not close the connection within a reasonable time
databento 0.44.0
Release notes
Enhancements
- Removed deprecated
databento.from_dbn;databento.read_dbncan be used instead - Upgraded
databento-dbnto 0.23.0
Bug fixes
- Fixed an issue where
DBNStore.request_symbologycould request the wrong end date
databento 0.43.1
Release notes
Enhancements
- Keyword arguments to
DBNStore.to_parquetwill now allowwhereandschemato be specified - Improved record processing time for the
Liveclient
Bug fixes
- Fixed an issue where validating the checksum of a batch file loaded the entire file into memory
databento 0.43.0
Release notes
This release drops support for Python 3.8 which has reached end-of-life.
Enhancements
- Added
PriceTypeenum for validation ofprice_typeparameter inDBNStore.to_df - Upgraded
databento-dbnto 0.22.1
Bug fixes
- Fixed return type hint for
metadata.get_dataset_condition
Breaking changes
- Removed support for Python 3.8 due to end of life
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