Releases: databento/databento-cpp
Releases · databento/databento-cpp
0.47.0
Release notes
Enhancements
- Added Zstd compression support to live clients which can be enabled with
LiveBuilder::SetCompression(). It's disabled by default - Added
Compression()getter toLiveBlockingandLiveThreaded - Upgraded default
httplibversion to 0.30.1
Breaking changes
- Added an overload to the
ReadSomemethod onIReadablefor timeout support
0.46.1
Release notes
Enhancements
- Added new publisher for Blue Ocean ATS (
OCEA_MEMOIR_OCEA)
0.46.0
Release notes
Enhancements
- Added new off-market publisher for Cboe Futures Exchange (
XCBF_PITCH_XOFF) - Added new
StatTypevariants to be used byXCBF.PITCHdataset:UpperPriceLimitLowerPriceLimitBlockVolumeVenueSpecificVolume1
0.45.0
Release notes
Enhancements
- Added download retry, resumption, and checksum verification to
Historical::BatchDownload - Added new venue, dataset, and publisher for Cboe Futures Exchange (
XCBF.PITCH) - Upgraded default
httplibversion to 0.28.0
0.44.0
0.43.0
Release notes
Enhancements
- Made
Unseta fully-supported variant ofSystemCodeandErrorCode
Breaking changes
- Removed
modeparameter inHistorical::MetadataGetCost()
0.42.0
Release notes
Enhancements
- Added
EndOfIntervalvariant toSystemCode
Breaking changes
- Removed
bill_idfield fromBatchJobstruct
0.41.0
Release notes
Enhancements
- Added static
Builder()methods to the clients - Improved debug logging in live clients
- Added
PUBLISHER_SPECIFICflag
Breaking changes
- Removed unused
Receivedvariant fromJobStateenum
0.40.0
Release notes
Enhancements
- Added
OhlcvEodvariant toRType - Added documentation to more enums and record structs
- Aligned string representation of
RTypewith Rust
Breaking changes
- Switched to
std::bytefor most padding fields in record structs. These fields are
now initialized by default - Hidden padding fields now begin with
_
Bug fixes
- Added missing
IndexTs()method tov1::InstrumentDefMsg,v2::InstrumentDefMsg,
andv1::SymbolMappingMsg - Fixed error in templated overload of
DbnDecoder::EncodeRecord() - Removed unused
DiskandS3variants fromDeliveryenum
0.39.1
Release notes
Bug fixes
- Fixed potential corrupted data in
DbnFileStore::Replay