File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.32.0 - TBD
4+
5+ ### Enhancements
6+ - Upgraded default date version to 3.0.3
7+
8+ ### Breaking changes
9+ - Upgraded default cpp-httplib version to 0.20.0 which requires OpenSSL >= 3.0
10+
311## 0.31.0 - 2025-03-18
412
513### Enhancements
@@ -261,8 +269,8 @@ for date fields were changed from strings or ints to `date::year_month_day`.
261269- Added new publisher values for consolidated DBEQ.MAX
262270- Added constructor to ` WithTsOut ` that updates ` length ` to the correct value to account
263271 for the extra 8 bytes
264- - Upgrade default cpp-httplib version to 0.14.3 (last to still support OpenSSL 1.1)
265- - Upgrade default nlohmann_json version to 3.11.3
272+ - Upgraded default cpp-httplib version to 0.14.3 (last to still support OpenSSL 1.1)
273+ - Upgraded default nlohmann_json version to 3.11.3
266274
267275### Breaking changes
268276- Changed default ` upgrade_policy ` to ` Upgrade ` so by default the primary record types
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ target_link_libraries(example PRIVATE databento::databento)
5959### Dependencies
6060
6161You'll need to ensure the following dependencies are installed:
62- - [ OpenSSL] ( https://www.openssl.org/ )
62+ - [ OpenSSL] ( https://www.openssl.org/ ) (minimum version 3.0)
6363- [ Libcrypto] ( https://www.openssl.org/docs/man3.0/man7/crypto.html )
6464- [ Zstandard (zstd)] ( https://github.com/facebook/zstd )
6565- [ nlohmann\_ json (header-only)] ( https://github.com/nlohmann/json )
You can’t perform that action at this time.
0 commit comments