2024.04 Version 3.30.0
2024.04 Version 3.30.0
General:
- Bump up service API version to 2024-05-04
- Fixed issue of failure when connecting to mssql with docker image or exe.
Blob:
- Fixed issue of setting blob tag should not update Blob Etag and LastModified. (issue #2327)
- Fix HTTP header parsing of
SubmitBatch()
. If a HTTP header has HTTP header delimiter (:
) in its value,SubmitBatch()
returns "400 One of the request inputs is not valid". For example, ifuser-agent
header isazsdk-cpp-storage-blobs/12.10.0-beta.1 (Darwin 23.1.0 arm64 Darwin Kernel Version 23.1.0: Mon Oct 9 21:28:12 PDT 2023; root:xnu-10002.41.9~6/RELEASE_ARM64_T8103)
, allSubmitBatch()
requests are failed. - Fixed issue of blob copying succeed without 'r' permission in source blob's SAS token credential.
- Fixed issue of list container contains metadata even request doesn't have include=metadata (issue #2382)
Table:
- Fail the insert entity request with double property whose value is greater than MAX_VALUE (Issue #2387)
Table:
- Fixed issue of returning incorrect entities when querying table with int64 values. (issue #2385)