Skip to content

Internal Release

Choose a tag to compare

@snowflake-connectors-app snowflake-connectors-app released this 21 Apr 14:51
a41cb9a

New features:

  • Added the possibility to set the CRL download max size by setting the SF_CRL_DOWNLOAD_MAX_SIZE connection 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.