Skip to content

Commit fa8152f

Browse files
committed
DOC: Update C++ client release notes for DBN v2
1 parent 8c75bdb commit fa8152f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

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

3-
## 0.14.0 - TBD
3+
## 0.14.0 - 2023-11-23
4+
5+
This release adds support for DBN v2.
6+
7+
DBN v2 delivers improvements to the `Metadata` header symbology, new `stype_in` and `stype_out`
8+
fields for `SymbolMappingMsg`, and extends the symbol field length for `SymbolMappingMsg` and
9+
`InstrumentDefMsg`. The entire change notes are available [here](https://github.com/databento/dbn/releases/tag/v0.14.0).
10+
Users who wish to convert DBN v1 files to v2 can use the `dbn-cli` tool available in the [databento-dbn](https://github.com/databento/dbn/) crate.
11+
On a future date, the Databento live and historical APIs will stop serving DBN v1.
12+
13+
This release is fully compatible with both DBN v1 and v2, and so should be seamless for most users.
14+
415
### Enhancements
516
- Added support for DBN encoding version 2 (DBNv2), affecting `SymbolMappingMsg`,
617
`InstrumentDefMsg`, and `Metadata`

0 commit comments

Comments
 (0)