Releases: snowflakedb/libsnowflakeclient
Internal Release
- Support fast fail and max retries for get query.
- Support application in connection settings.
Internal Release
- Fix a potential memory leak
Internal Release
- Adds PUT/GET support to the driver while connecting to FIPS enabled endpoint.
Internal Release
- Upgrade to curl 7.74.0
- Bug fix for crash issues.
Internal Release
Enhanements:
- update openssl to 1.1.1k
- support configurable compress level
- use external logger for every log line
- changes for XP build
Bug fix:
- crash issue with aws logging when using multiple threads
- Do not retry when the file already exists in the stage
- DML query result set broken with arrow support
Release has arrow
Arrow result set supported and other but fixes
Update version
Internal release
Internal Release
Bug fix: crash with named parameters more than 8
catch exception in threads for upload and download
Adds fast fail and configurable retries for put failures
In this release, fast fail feature and configurable retries are added.
Fast fail:
If uploading several files using put with wildchar "*" and Fast fail is set to true then the uploading of remaining files is skipped when the first file fails to upload after max retries, allowing the application to know immediately when the first failure happens.
Configurable retry:
Instead of fixed number of retries when a put fails, it is now configrable.
Both these features can be set using the FileTransferAgent Api.
Adds put retry when failed during network.
Aws sdk retries when there is a network error and do not retry during aws throttling.
This release adds Retry for such failures.