Releases: databento/databento-cpp
Releases · databento/databento-cpp
Release list
0.63.0
0.62.1
Release notes
Enhancements
- Upgraded default cpp-httplib version to 0.51.0
Bug fixes
- Fixed
DbnEncoder::EncodeRecordoverload forWithTsOutfailing to compile
0.62.0
Release notes
Enhancements
- Changed
VersionUpgradePolicyto be backed bystd::uint8_twith explicit
values starting at 1 - Added
HistoricalBuilder::SetHttpClientConfigfor customizing the underlying
HTTP client
0.61.0
Release notes
Enhancements
- Added new publisher values for Cboe Titanium Cboe Global Indices Feed
- Added
StatTypevariantsMwcbLevel1,MwcbLevel2, andMwcbLevel3 - Added
StatTypevariantsAuctionCollarReferencePrice,AuctionCollarUpperPrice,
andAuctionCollarLowerPrice - Upgraded default cpp-httplib version to 0.49.0
Breaking changes
- Renamed the following Venue, Dataset, and Publisher:
CGIFtoMAINCGIF.TITANIUMtoMAIN.CGIFCGIF.TITANIUM.CGIFtoMAIN.CGIF.MAIN
0.60.0
Release notes
Enhancements
- Added
MatchAlgorithmvariantAllocation
0.59.0
Release notes
Enhancements
- Added
Historical::BatchGetJobDetailsfor querying the details for a single batch job - Added new venues, datasets, and publishers for US Equities Securities Information
Processors
Bug fixes
- Fixed
HistoricalBuilder::SetAddressnot working with HTTPS
0.58.0
Release notes
Enhancements
- Added logging for gateway
ErrorMsgandSystemMsgrecords in
LiveBlocking. Suppress by raising the minimum level or by passing a
NullLogReceiver - Upgraded default cpp-httplib version to 0.46.0
0.57.0
Release notes
Enhancements
- Added
Case(),DetailMessage(), andDocsUrl()getters onHttpResponseError.
These parse the JSON error envelope returned by the historical API and expose its
fields directly - Included the error
case(when present) in the message returned by
HttpResponseError::what()
Breaking changes
- Removed
HttpResponseError::ResponseBody(). The raw body is still embedded in the
message returned bywhat(); use the newCase(),DetailMessage(), andDocsUrl()
getters for structured access
0.56.0
Release notes
Enhancements
- Added
IndexInstrumentClassvariant - Added
StatTypevariantsIndicativeClosePriceandVenueSpecificPrice1
0.55.0
Release notes
Enhancements
- Improved
DbnDecoderthroughput on current-version data andAsIsworkloads by
caching whether the upgrade policy-version combination requires upgrading, skipping
the per-recordDecodeRecordCompatdispatch on the fast path - Made
detail::Buffershifts explicit to avoid redundant moves during record decoding - Added new publisher values for Cboe Titanium Cboe Global Indices Feed
- Added
YeartoSplitDurationenum for yearly historical batch job submissions - Upgraded default cpp-httplib version to 0.43.1
- Upgraded default nlohmann/json version to 3.12.0