File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.36.0 - TBD
3+ ## 0.36.0 - 2025-05-27
44
55This version marks the release of DBN version 3 (DBNv3), which is the new default.
6- Decoders support decoding all versions of DBN and the DBN encoders default to
7- upgrading the input to DBNv3 .
6+ API methods and ` DbnDecoder ` support decoding all versions of DBN, but now default to
7+ upgrading data to version 3 .
88
99### Enhancements
1010- Added ` UpgradeToV3 ` variant to ` VersionUpgradePolicy ` enum
@@ -16,8 +16,8 @@ upgrading the input to DBNv3.
1616 handling of split subscription requests
1717
1818### Breaking changes
19- - Release of DBN version 3
20- - Definition
19+ - Release of DBN version 3:
20+ - Definition schema:
2121 - Updated ` InstrumentDefMsg ` with new ` leg_ ` fields to support multi-leg strategy
2222 definitions.
2323 - Expanded ` raw_instrument_id ` to 64 bits to support more venues. Like other 64-bit
@@ -26,7 +26,7 @@ upgrading the input to DBNv3.
2626 ` settl_price_type ` fields which will be normalized in the statistics schema
2727 - Removed ` md_security_trading_status ` better served by the status schema
2828 - Updated ` asset ` to 11 bytes and ` kAssetCstrLen ` to match
29- - Statistics
29+ - Statistics schema:
3030 - Updated ` StatMsg ` has an expanded 64-bit ` quantity ` field. ` kUndefStatQuantity `
3131 has been updated to match
3232 - The previous ` StatMsg ` has been moved to ` v2::StatMsg ` or ` StatMsgV2 `
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24..4.0)
66
77project (
88 databento
9- VERSION 0.35.1
9+ VERSION 0.36.0
1010 LANGUAGES CXX
1111 DESCRIPTION "Official Databento client library"
1212)
Original file line number Diff line number Diff line change 11# Maintainer: Databento <support@databento.com>
22_pkgname=databento-cpp
33pkgname=databento-cpp-git
4- pkgver=0.35.1
4+ pkgver=0.36.0
55pkgrel=1
66pkgdesc=" Official C++ client for Databento"
77arch=(' any' )
You can’t perform that action at this time.
0 commit comments