Skip to content

Releases: snowflakedb/libsnowflakeclient

Internal Release

22 Sep 19:20
8982164
Compare
Choose a tag to compare

New Features and Improvements

  • Add query context cache for Hybrid transactional/analytical processing (HTAP) support
  • Add retry context in retry of query request for Hybrid transactional/analytical processing (HTAP) support
  • update cacert.pem for SSL verification

Bug Fixes

  • When doing OCSP validation the driver does not using Entire OCSP URL in the certificate.

Test Fix/ Internal Changes

  • update aarch64 Linux image with python3.8-venv
  • Add Codecov badge to README.rst
  • fix build issue with xcode14 on Mac
  • fix flaky test case
  • [HTAP] add test case for snowflake_sfqid
  • fix aarch64 build issue
  • temporary comment out flaky test case on aarch64

Internal Release

18 Aug 22:30
74e36b7
Compare
Choose a tag to compare

New Features and Improvements

  • N/A

Bug Fixes

Behavior Changes
N/A

Test Fix/ Internal Changes

  • Update README.rst #549
  • enable OOB test cases #546
  • Undo Unwanted Docker Image Registry Removal #538

Internal Release

20 Jul 22:52
22e9301
Compare
Choose a tag to compare

New Features and Improvements

  • Update util-linux from 2.36.1 to 2.39.0. #350 PR 517
  • Update curl from 7.88.1 to 8.1.2. #349 PR 522

Bug Fixes

Behavior Changes

N/A

Internal Release

11 Jul 17:36
c55f67b
Compare
Choose a tag to compare

New Features and Improvements

  • Update openssl from 1.1.1q to 3.0.9

Bug Fixes

N/A

Behavior Changes

  • drop support for centos6
  • drop support for MacOS 10.14, 10.15
  • Change architecture on Mac. It was two build with x86 32/64 bit unversal and arm64, now it's one build with x86_64/arm64 universal that can work on both x86_64 and arm64 architecture environment.

Internal Release

18 May 20:53
1ab9ec9
Compare
Choose a tag to compare

Bug Fixes

  • Bug fix: crash with OCSP validation (PR#510)

Behavior Changes

  • N/A

Internal Release

14 Apr 16:09
d10c059
Compare
Choose a tag to compare

New Features and Improvements

Bug Fixes

  • remove unsafe function calls banned by Microsoft (PR#499)
  • encoding ocsp request data in URL to avoid invalid URL issue sdk issue#259 (PR#503)
  • Connection issue when using proxy doesn't need username/password, Sends Empty Proxy-Authorization Header to Proxy Server sdk issue#294 (PR#504)
  • remove deprecated openssl function calls sdk issue#253 (PR#505)

Behavior Changes

  • N/A

Test Fix/ Internal Changes

Internal Release

21 Feb 18:58
accfe2b
Compare
Choose a tag to compare
  • Update curl version to 7.87.0

Internal Release

10 Jan 19:11
716207c
Compare
Choose a tag to compare

New Features

  • Use gcs downscoped token for GET/PUT

Bug Fixes

  • Remove Curl docs HTTP3.md that reference to security vulnerability.

Internal Release

26 Oct 20:15
26b2b39
Compare
Choose a tag to compare
  • Bug fix: GET command creates corrupted files
  • support proxy settings in connection attributes
  • Bug fix: Key pair authentication doesn't work

Internal Release

16 Sep 21:09
906e628
Compare
Choose a tag to compare
  • Update openssl to 1.1.1q