Skip to content

Releases: snowflakedb/libsnowflakeclient

Internal Release

02 Oct 20:46
e947535
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-release

This release upgrades openssl to 1.1.1g and util-linux to 2.36 and removes old version of openssl

Internal Release

18 Aug 22:34
4ec2306
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-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

03 Aug 23:02
dda13ba
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-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

24 Jul 17:36
5969546
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-release

Handling timestamps with zero precision

Internal Release

15 Jul 21:38
3fc4d85
Compare
Choose a tag to compare

Adds DSN and simba.snowflake.ini connection parameters to OOB telemetry

Internal Release

29 Jun 19:45
d1af142
Compare
Choose a tag to compare
Internal Release Pre-release
Pre-release

Disable thread pool when parallel=1

Internal Release

19 Jun 08:55
33c4d78
Compare
Choose a tag to compare

Fixes too many open tcp connections when uploading to azure staging area.

Internal Release

01 May 18:43
c712481
Compare
Choose a tag to compare
  • SNOW-94360 Simba changes for PUT/GET on GCP and bulk parameter array binding

Internal Release

13 Apr 17:44
994a2b2
Compare
Choose a tag to compare
  • SNOW-133396 fix OOB telemetryServerDeployment is dev for production OOB events.
  • Bump up version to 0.4.10

Internal Release

13 Apr 17:45
Compare
Choose a tag to compare
  • Upgrade curl to 7.68.0 based on Simba team's PR