File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.47.1 - TBD
3+ ## 0.48.0 - 2026-02-18
44
55### Enhancements
66- Added ` SlowReaderBehavior ` enum and ` LiveBuilder::SetSlowReaderBehavior() ` to configure
1515
1616### Enhancements
1717- Added Zstd compression support to live clients which can be enabled with
18- ` LiveBuilder::SetCompression() ` . It's disabled by default
18+ ` LiveBuilder::SetCompression() ` . It's disabled by default
1919- Added ` Compression() ` getter to ` LiveBlocking ` and ` LiveThreaded `
2020- Upgraded default ` httplib ` version to 0.30.1
2121
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24..4.2)
66
77project (
88 databento
9- VERSION 0.47 .0
9+ VERSION 0.48 .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.47 .0
4+ pkgver=0.48 .0
55pkgrel=1
66pkgdesc=" Official C++ client for Databento"
77arch=(' any' )
You can’t perform that action at this time.
0 commit comments