Releases: snowflakedb/azure-storage-cpplite
Releases · snowflakedb/azure-storage-cpplite
add proxy setting
Merge pull request #17 from SimbaGithub/add-proxy-settings add support for proxy settings
Release
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
v0.1.17 removed unused include (#13)
Fix MT and debugging
BUILD_WITH_MD off should build with MT the options were flipped earlier
Build with /MT
Build with /MT option
Azure Large file upload
Fixes large file upload issue.
Large file upload fix
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
v0.1.12 Remove debugging and Comment out curl return code log
Verifying large file upload on Azure
v0.1.11 Added CURL code Check and curl Verbose
Fix large file upload on mac and windows
v0.1.10 Remove Debugging