Releases: snowflakedb/libsnowflakeclient
Releases · snowflakedb/libsnowflakeclient
Internal Release
This release upgrades openssl to 1.1.1g and util-linux to 2.36 and removes old version of openssl
Internal Release
Add a safety patch for AwsSdk Logger to filter out sensitive data. Might be replaced by a holistic secret detector in the future.
Internal Release
This release adds the ability to use /dev/urandom or /dev/random.
if using libsnowflakeclient transferagent can be used to set this flag by invoking
transferAgent->setRandomDeviceAsUrand(true);
If using ODBC set flag UseURandomDevice=true
in SIMBAINI
Internal Release
Handling timestamps with zero precision
Internal Release
Adds DSN and simba.snowflake.ini connection parameters to OOB telemetry
Internal Release
Disable thread pool when parallel=1
Internal Release
Fixes too many open tcp connections when uploading to azure staging area.
Internal Release
- SNOW-94360 Simba changes for PUT/GET on GCP and bulk parameter array binding
Internal Release
- SNOW-133396 fix OOB telemetryServerDeployment is dev for production OOB events.
- Bump up version to 0.4.10
Internal Release
- Upgrade curl to 7.68.0 based on Simba team's PR