Releases: databento/databento-python
Releases · databento/databento-python
databento 0.59.0
Release notes
Enhancements
- Upgraded
databento-dbn
to 0.37.1- Fix buffer growth in
DbnFsm::write_all()
, which is used byDBNDecoder.write()
- Fix buffer growth in
Breaking changes
- Renamed the following Venue, Dataset, and Publishers:
XEER
toXEEE
XEER.EOBI
toXEEE.EOBI
XEER.EOBI.XEER
toXEEE.EOBI.XEEE
XEER.EOBI.XOFF
toXEEE.EOBI.XOFF
databento 0.58.0
Release notes
Enhancements
- Changed the
tz
parameter inDBNStore.to_df()
to acceptdatetime.tzinfo
instead ofpytz.BaseTzInfo
explicitly - Modified the dependency specification for
databento_dbn
to allow for compatible patch versions - Upgraded
databento-dbn
to 0.36.2- Fixed change in behavior where Python
DBNDecoder.decode()
wouldn't always decode all available data on the first call
- Fixed change in behavior where Python
databento 0.57.1
Release notes
Enhancements
- Changed the following Venue, Publisher, and Dataset descriptions:
- "ICE Futures Europe (Financials)" renamed to "ICE Europe Financials"
- "ICE Futures Europe (Commodities)" renamed to "ICE Europe Commodities"
- Upgraded
databento-dbn
to 0.36.1- Fixed setting of ts_out property of DbnFsm based on decoded metadata. This
was preventing ts_out from being correctly decoded in the Python DBNDecoder - Fixed decoding of
ts_out
with first records in DBNDecoder
- Fixed setting of ts_out property of DbnFsm based on decoded metadata. This
Bug fixes
- Fixed an issue where DBN records from the Live client where not having their
ts_out
populated
databento 0.57.0
Release notes
Enhancements
- Upgraded
databento-dbn
to 0.36.0- Added missing Python type stubs for several leg properties of
InstrumentDefMsg
- Added missing Python type stubs for several leg properties of
Bug fixes
- Fixed an issue where the zstandard frame size could limit the size of
DataFrame
objects returned byDBNStore.to_df()
when acount
was specified
Deprecations
- Deprecated
int
andpd.Timestamp
types forstart_date
andend_date
parameters which will be removed in a future release
databento 0.56.0
Release notes
Breaking changes
- Updated the names of several subfields in the
Reference.corporate_actions.get_range(...)
response,
under thedate_info
,event_info
, andrate_info
fields. The following subfields were renamed:decl_currency
renamed todeclared_currency
decl_gross_amount
renamed todeclared_gross_amount
f_x_rate
renamed tofx_rate
iss_new_name
renamed toissuer_new_name
iss_old_name
renamed toissuer_old_name
new_bbg_company_id
renamed tonew_bbg_comp_id
new_bbg_company_tk
renamed tonew_bbg_comp_ticker
new_bbg_exh_id
renamed tonew_figi
new_bbg_exh_tk
renamed tonew_figi_ticker
new_min_tra_qty
renamed tonew_min_trading_qty
new_mktsg_id
renamed tonew_market_segment_id
new_reg_s144_a
renamed tonew_reg_s144a
new_unit_sec_id
renamed tonew_unit_security_id
offeree_iss_id
renamed toofferee_issuer_id
offeror_iss_id
renamed toofferor_issuer_id
old_bbg_company_id
renamed toold_bbg_comp_id
old_bbg_company_tk
renamed toold_bbg_comp_ticker
old_bbg_exh_id
renamed toold_figi
old_bbg_exh_tk
renamed toold_figi_ticker
old_min_tra_qty
renamed toold_min_trading_qty
old_mktsg_id
renamed toold_market_segment_id
old_reg_s144_a
renamed toold_reg_s144a
old_unit_sec_id
renamed toold_unit_security_id
pp_sec_id
renamed topp_security_id
poolfactor
renamed topool_factor
pre_offer_q_ty
renamed topre_offer_qty
qual_st_cap_gains
renamed toqual_short_term_cap_gains
redem_percentage
renamed toredemption_percentage
st_cap_gains
renamed toshort_term_cap_gains
sec_new_name
renamed tosecurity_new_name
sec_old_name
renamed tosecurity_old_name
section199_a_foreign_tax_paid
renamed tosection199a_foreign_tax_paid
section199_a_inc_div
renamed tosection199a_inc_div
section199_a_st_cap_gain
renamed tosection199a_short_term_cap_gain
tra_isin
renamed totrading_isin
tra_sec_id
renamed totrading_security_id
us_deposit_receiptateto_currency
renamed tousd_rate_to_currency
cashbak
renamed tocash_back
companyulsory_acq_date
renamed tocompulsory_acq_date
frankdiv
renamed tofranked_div
lead_plntiff_deadline_date
renamed tolead_plaintiff_deadline_date
maxprice
renamed tomax_price
minprice
renamed tomin_price
redem_premium
renamed toredemption_premium
redem_price
renamed toredemption_price
unit_frankdiv
renamed tounfranked_div
Enhancements
- Upgraded
databento-dbn
to 0.35.1
databento 0.55.1
Release notes
Bug fixes
- Fixed decoding of DBN versions 1 and 2 statistics in
DBNStore.to_df()
databento 0.55.0
Release notes
Enhancements
- Added
exchanges
parameter toReference.corporate_actions.get_range(...)
- Added
is_last
field to live subscription requests which will be used to improve
the handling of split subscription requests - Upgraded
databento-dbn
to 0.35.0- This version delivers DBN version 3 (DBNv3), which is the new default
- Improved the performance of the Python
DBNDecoder
Bug fixes
- Fixed an issue where
JSONDecodeError
would not be caught when usingsimplejson
withrequests
(credit: @xuanqing94)
databento 0.54.0
Release notes
Enhancements
- Added new off-market publishers for Eurex, and European Energy Exchange (EEX)
- Increased live subscription symbol chunking size
- Upgraded
databento-dbn
to 0.34.0
databento 0.53.0
Release notes
Enhancements
- Upgraded
databento-dbn
to 0.33.1- Added
SystemCode
andErrorCode
enums to indicate types of system and error messages - Added
code()
methods to SystemMsg and ErrorMsg to retrieve the enum value if one exists and equivalent properties in Python
- Added
Bug fixes
- Fixed issue where all
SystemMsg
records were logged as gateway heartbeats
databento 0.52.0
Release notes
Enhancements
- Added new optional
id
field toSubcriptionRequest
class which will be used for improved error messages - Upgraded
databento-dbn
to 0.32.0- Fixed
RType
variant names in Python to matchSchema
- Added missing Python type declarations for
RType
variants - Fixed issue with Python
_hidden_fields
definition that causedKeyError: _reserved1_00
withCMBP1Msg
and other records withConsolidatedBidAskPair
- Fixed