New features:
- Added TOML connection configuration support (#1017)
- Made the WIF attestation audience configurable — SNOW-3684659 (#1021)
- Updated OpenSSL to 3.5.7 — SNOW-3121512 (#995)
Bug fixes:
- Hardened the OpenSSL build install paths (switched to standard --prefix/--openssldir and parallelized the build) — SNOW-3649681 (#1031)
- Added validation for the account/region/host/protocol/port connection attributes used in request URLs — SNOW-3649749 (#1032)
- Fixed a Base64 buffer overflow in the encryption/storage-client paths — SNOW-3648676 (#1030)
- Fixed a sf_getaddrinfo_mutex leak on the getaddrinfo() error path (prevented a potential DNS deadlock when the address-info lock is enabled) — SNOW-3781573 (#1029)
- Fixed OCSP cache corruption under an inter-process race condition — SNOW-3756831 (#1024)