Releases: snowflakedb/libsnowflakeclient
Releases · snowflakedb/libsnowflakeclient
Internal Release
Internal Release
New Features and Improvements
- Update openssl from 3.0.9 to 3.1.1 #566
- Update curl from 8.1.2 to 8.4.0 #566
- New retry strategy for login requests #571
Behavior Changes
- N/A
Bug Fixes
- Query failed on downloading query result when OCSP validation timeouts. #572
- PUT/GET command fails when there are non-ASCII characters in the file path. #593
- Fix snyk vulnerability report from unused source code in arrow #594
- PUT command with account on GCP always overwrite existing file #595
- removed banned function calls #596
Test Fix/ Internal Changes
Internal Release
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
New Features and Improvements
- N/A
Bug Fixes
- When OCSP validation failed, customer using privatelink could get failure on fetching large query result even with FAIL_OPEN. snowflakedb/snowflake-sdks-drivers-issues-teamwork#587 #547
Behavior Changes
N/A
Test Fix/ Internal Changes
Internal Release
Internal Release
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
Internal Release
New Features and Improvements
- Update zlib from 1.2.11 to 1.2.13 sdk issue#34 (PR#500)
- Update libcurl version from 7.87.0 to 7.88.1 (PR#502)
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
- Revert "Move References to New S3 Buckets in sfc-dev2" (PR#497)
- Add source code for all dependencies for Snyk test sdk issue#87 (PR#492)
- add bug and feature templates (PR#498)
- generate code coverage report sdk issue#152 (PR#494)
- minor fix for build scripts (PR#501)
Internal Release
- Update curl version to 7.87.0
Internal Release
New Features
- Use gcs downscoped token for GET/PUT
Bug Fixes
- Remove Curl docs HTTP3.md that reference to security vulnerability.