Skip to content

Releases: snowflakedb/azure-storage-cpplite

add proxy setting

12 May 18:44
b5497a5
Compare
Choose a tag to compare
Merge pull request #17 from SimbaGithub/add-proxy-settings

add support for proxy settings

Release

17 Jun 22:11
abed778
Compare
Choose a tag to compare

https://snowflakecomputing.atlassian.net/browse/SNOW-169012

error C3861: 'runtime_error': identifier not found [D:\a\libsnowflakeclient\libsnowflakeclient\deps\azure-storage-cpplite\cmake-build-win64-VS16-Debug\azure-storage-lite.vcxproj]

Fix a compiler error in std::experimental::filesystem on VS16

19 Feb 01:47
6e536e6
Compare
Choose a tag to compare
v0.1.17

removed unused include (#13)

Fix MT and debugging

08 Nov 19:56
Compare
Choose a tag to compare
Fix MT and debugging Pre-release
Pre-release

BUILD_WITH_MD off should build with MT the options were flipped earlier

Build with /MT

08 Nov 08:11
Compare
Choose a tag to compare
Build with /MT Pre-release
Pre-release

Build with /MT option

Azure Large file upload

08 Nov 06:16
Compare
Choose a tag to compare
Pre-release

Fixes large file upload issue.

Large file upload fix

08 Nov 04:35
7af5b68
Compare
Choose a tag to compare
Large file upload fix Pre-release
Pre-release
Fixes azure large file upload. (#12)

* Resolved a problem in blob_client_wrapper where unseekable stream cannot be successfully uploaded.

* Resolved an issue on Mac/Windows where blob_client_wrapper cannot upload correct data using upload_file_to_blob

* Added upload_from_buffer to avoid copying only to initialize a stream

* Resolved UUID calculation issue and binary file cannot be succesffully read issue on Windows

* Add dllexport for blob_client_wrapper

* Fix a bug: HTTP body is left out when retry.

* Curl handle is reset during the upload which causes the large files fail to upload.

Azure SDK Release

18 Oct 18:43
Compare
Choose a tag to compare
Azure SDK Release Pre-release
Pre-release
v0.1.12

Remove debugging and Comment out curl return code log

Verifying large file upload on Azure

17 Oct 21:03
Compare
Choose a tag to compare
Pre-release
v0.1.11

Added CURL code Check and curl Verbose

Fix large file upload on mac and windows

15 Oct 02:06
ceb6ea8
Compare
Choose a tag to compare
v0.1.10

Remove Debugging