|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.56.0 - 2025-06-03 |
| 4 | + |
| 5 | +#### Breaking changes |
| 6 | +- Updated the names of several subfields in the `Reference.corporate_actions.get_range(...)` response, |
| 7 | + under the `date_info`, `event_info`, and `rate_info` fields. The following subfields were renamed: |
| 8 | + - `decl_currency` renamed to `declared_currency` |
| 9 | + - `decl_gross_amount` renamed to `declared_gross_amount` |
| 10 | + - `f_x_rate` renamed to `fx_rate` |
| 11 | + - `iss_new_name` renamed to `issuer_new_name` |
| 12 | + - `iss_old_name` renamed to `issuer_old_name` |
| 13 | + - `new_bbg_company_id` renamed to `new_bbg_comp_id` |
| 14 | + - `new_bbg_company_tk` renamed to `new_bbg_comp_ticker` |
| 15 | + - `new_bbg_exh_id` renamed to `new_figi` |
| 16 | + - `new_bbg_exh_tk` renamed to `new_figi_ticker` |
| 17 | + - `new_min_tra_qty` renamed to `new_min_trading_qty` |
| 18 | + - `new_mktsg_id` renamed to `new_market_segment_id` |
| 19 | + - `new_reg_s144_a` renamed to `new_reg_s144a` |
| 20 | + - `new_unit_sec_id` renamed to `new_unit_security_id` |
| 21 | + - `offeree_iss_id` renamed to `offeree_issuer_id` |
| 22 | + - `offeror_iss_id` renamed to `offeror_issuer_id` |
| 23 | + - `old_bbg_company_id` renamed to `old_bbg_comp_id` |
| 24 | + - `old_bbg_company_tk` renamed to `old_bbg_comp_ticker` |
| 25 | + - `old_bbg_exh_id` renamed to `old_figi` |
| 26 | + - `old_bbg_exh_tk` renamed to `old_figi_ticker` |
| 27 | + - `old_min_tra_qty` renamed to `old_min_trading_qty` |
| 28 | + - `old_mktsg_id` renamed to `old_market_segment_id` |
| 29 | + - `old_reg_s144_a` renamed to `old_reg_s144a` |
| 30 | + - `old_unit_sec_id` renamed to `old_unit_security_id` |
| 31 | + - `pp_sec_id` renamed to `pp_security_id` |
| 32 | + - `poolfactor` renamed to `pool_factor` |
| 33 | + - `pre_offer_q_ty` renamed to `pre_offer_qty` |
| 34 | + - `qual_st_cap_gains` renamed to `qual_short_term_cap_gains` |
| 35 | + - `redem_percentage` renamed to `redemption_percentage` |
| 36 | + - `st_cap_gains` renamed to `short_term_cap_gains` |
| 37 | + - `sec_new_name` renamed to `security_new_name` |
| 38 | + - `sec_old_name` renamed to `security_old_name` |
| 39 | + - `section199_a_foreign_tax_paid` renamed to `section199a_foreign_tax_paid` |
| 40 | + - `section199_a_inc_div` renamed to `section199a_inc_div` |
| 41 | + - `section199_a_st_cap_gain` renamed to `section199a_short_term_cap_gain` |
| 42 | + - `tra_isin` renamed to `trading_isin` |
| 43 | + - `tra_sec_id` renamed to `trading_security_id` |
| 44 | + - `us_deposit_receiptateto_currency` renamed to `usd_rate_to_currency` |
| 45 | + - `cashbak` renamed to `cash_back` |
| 46 | + - `companyulsory_acq_date` renamed to `compulsory_acq_date` |
| 47 | + - `frankdiv` renamed to `franked_div` |
| 48 | + - `lead_plntiff_deadline_date` renamed to `lead_plaintiff_deadline_date` |
| 49 | + - `maxprice` renamed to `max_price` |
| 50 | + - `minprice` renamed to `min_price` |
| 51 | + - `redem_premium` renamed to `redemption_premium` |
| 52 | + - `redem_price` renamed to `redemption_price` |
| 53 | + - `unit_frankdiv` renamed to `unfranked_div` |
| 54 | + |
| 55 | +#### Enhancements |
| 56 | +- Upgraded `databento-dbn` to 0.35.1 |
| 57 | + |
3 | 58 | ## 0.55.1 - 2025-06-02
|
4 | 59 |
|
5 | 60 | #### Bug fixes
|
|
0 commit comments