Skip to content

Commit 85f2aad

Browse files
committed
VER: Release 0.36.0
1 parent d2b79f5 commit 85f2aad

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## 0.36.0 - TBD
3+
## 0.36.0 - 2025-05-27
44

55
This 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`

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24..4.0)
66

77
project(
88
databento
9-
VERSION 0.35.1
9+
VERSION 0.36.0
1010
LANGUAGES CXX
1111
DESCRIPTION "Official Databento client library"
1212
)

pkg/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Databento <support@databento.com>
22
_pkgname=databento-cpp
33
pkgname=databento-cpp-git
4-
pkgver=0.35.1
4+
pkgver=0.36.0
55
pkgrel=1
66
pkgdesc="Official C++ client for Databento"
77
arch=('any')

0 commit comments

Comments
 (0)