Internal Release
New features:
- Added the possibility to set the CRL download max size by setting the
SF_CRL_DOWNLOAD_MAX_SIZEconnection attribute. Defaults to 20 MB. - Enable platform detection to enhance the logging telemetry.
- Implemented the configurable query logging. Added connection parameters:
log_query_text- (default:false) enables logging of the query text.log_query_parameters- (default:false) enables logging of the query parameters.
Bug fixes:
- Fixed unnecessary token caching for Username password MFA (
AUTH_USR_PWD_MFA) login flow. - Fixed segfault during the OCSP check when the certificate or issuer of the certificate is
NULL. - Fixed the query context handling for failed queries.
Internal changes:
- Refactored CRL configuration.
- Updated curl to v8.19.0.
- Refactored the OAuth authentication flow.
- Updated OpenSSL to v3.0.20.