Skip to content

Commit e6b504a

Browse files
committed
BLD: Upgrade default client dependency versions
1 parent ba91e90 commit e6b504a

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ target_link_libraries(example PRIVATE databento::databento)
5959
### Dependencies
6060

6161
You'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)

0 commit comments

Comments
 (0)