Releases: databento/databento-python
Releases · databento/databento-python
databento 0.51.0
Release notes
Enhancements
- Upgraded
databento-dbnto 0.31.0- Fixed Python type annotation for
SystemMsg.is_heartbeat()method that was previously annotated as a property
- Fixed Python type annotation for
databento 0.50.0
Release notes
Enhancements
- Added new venues, datasets, and publishers for ICE Futures US, ICE Futures Europe (Financial products), Eurex, and European Energy Exchange (EEX)
- Added export of the following enums from
databento_dbnto the rootdatabentopackage:ActionInstrumentClassMatchAlgorithmRTypeSecurityUpdateActionSideStatUpdateActionTriStateUserDefinedInstrumentVersionUpgradePolicy
- Added export of the following constants from
databento_dbnto the rootdatabentopackage:DBN_VERSIONFIXED_PRICE_SCALEUNDEF_ORDER_SIZEUNDEF_PRICEUNDEF_STAT_QUANTITYUNDEF_TIMESTAMP
- Added export of
BidAskPairandConsolidatedBidAskPairfromdatabento_dbnto the rootdatabentopackage - Upgraded
databento-dbnto 0.29.0- Added
COMMODITY_SPOTInstrumentClassvariant
- Added
- Improved handling of
datetimeanddateobjects instartandendparameters
databento 0.48.0
Release notes
Breaking changes
- Updated enumerations for unreleased datasets and publishers.
Enhancements
- Added export of
StatusActionenum fromdatabento_dbnto the rootdatabentopackage - Added export of
StatusReasonenum fromdatabento_dbnto the rootdatabentopackage - Added export of
TradingEventenum fromdatabento_dbnto the rootdatabentopackage - Added new dataset
EQUS.MINIand new publishersEQUS.MINI.EQUS,XNYS.TRADES.EQUS - Removed upper bound for supported
pythonversions; the constraint is now^3.9 - Upgraded
databento-dbnto 0.27.0- Fixed export of
InstrumentDefMsgV3to Python
- Fixed export of
Bug fixes
- Fixed an issue where sending a
KeyboardInterruptduring iteration of theLiveclient could block execution waiting for the connection to close - Fixed an issue with submitting historical metadata requests for a large number of symbols.
databento 0.47.0
Release notes
Enhancements
- Upgraded
databento-dbnto 0.25.0- Added type aliases for
TBBOMsg,BBO1SMsg,BBO1MMsg,TCBBOMsg,CBBO1SMsg,
CBBO1MMsgin Python
- Added type aliases for
- Removed exports for
CBBOMsgandBBOMsgin the rootdatabentopackage in favor of aliased versions fromdatabento-dbn
databento 0.46.0
Release notes
Enhancements
- Removed deprecated
packagingparameter fromHistorical.batch.submit_job. Job files can be downloaded individually or as zip files after the job completes - Upgraded
databento-dbnto 0.24.0- Added handling for
UNDEF_TIMESTAMPinpretty_timestamp getters for Python. They now returnNonein the case ofUNDEF_TIMESTAMP
- Added handling for
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