Storage April Release (#4532)
* storage-april-release * update release date
This commit is contained in:
parent
99a17a8263
commit
c9ccc78f4b
@ -21,9 +21,9 @@ macro(GetFolderList project)
|
||||
DownloadDepVersion(sdk/core azure-core 1.8.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.1)
|
||||
elseif(${project} STREQUAL STORAGE_FILES_DATALAKE)
|
||||
DownloadDepVersion(sdk/core azure-core 1.7.1)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.6.2)
|
||||
DownloadDepVersion(sdk/core azure-core 1.8.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.1)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.7.0)
|
||||
elseif(${project} STREQUAL STORAGE_FILES_SHARES)
|
||||
DownloadDepVersion(sdk/core azure-core 1.8.0)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.1)
|
||||
|
||||
@ -1,14 +1,10 @@
|
||||
# Release History
|
||||
|
||||
## 12.6.0-beta.1 (Unreleased)
|
||||
## 12.6.0-beta.1 (2023-04-11)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Added support for encryption context:
|
||||
- new filed `EncryptionContext` in `CreatePathOptions` , `PathItem`, `PathProperties`, `DownloadFileDetails`.
|
||||
|
||||
## 12.5.0 (2023-01-10)
|
||||
|
||||
|
||||
@ -32,9 +32,9 @@ if(FETCH_SOURCE_DEPS)
|
||||
add_subdirectory(${oneFolder} EXCLUDE_FROM_ALL)
|
||||
endforeach()
|
||||
elseif(NOT AZ_ALL_LIBRARIES)
|
||||
find_package(azure-storage-blobs-cpp "12.6.2" CONFIG QUIET)
|
||||
find_package(azure-storage-blobs-cpp "12.7.0" CONFIG QUIET)
|
||||
if(NOT azure-storage-blobs-cpp_FOUND)
|
||||
find_package(azure-storage-blobs-cpp "12.6.2" REQUIRED)
|
||||
find_package(azure-storage-blobs-cpp "12.7.0" REQUIRED)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-files-datalake-cpp",
|
||||
"version-semver": "12.5.0",
|
||||
"version-semver": "12.6.0-beta.1",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Files Data Lake SDK for C++",
|
||||
"This library provides Azure Storage Files Data Lake SDK."
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"name": "azure-storage-blobs-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.6.2"
|
||||
"version>=": "12.7.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(azure-storage-blobs-cpp "12.6.2")
|
||||
find_dependency(azure-storage-blobs-cpp "12.7.0")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/azure-storage-files-datalake-cppTargets.cmake")
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
{
|
||||
"name": "azure-storage-blobs-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.6.2"
|
||||
"version>=": "12.7.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
# Release History
|
||||
|
||||
## 12.5.0-beta.1 (Unreleased)
|
||||
## 12.5.0-beta.1 (2023-04-11)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
- Added support for OAuth:
|
||||
- New field `ShareTokenIntent` in ShareClientOptions.
|
||||
- New constructor with `TokenCredential` in `ShareServiceClient`, `ShareClient`, `ShareDirectoryClient`, `ShareFileClient`.
|
||||
- Added support for trailing dot:
|
||||
- New field `AllowTrailingDot`, `AllowSourceTrailingDot` in `ShareClientOptions`.
|
||||
|
||||
## 12.4.0 (2023-03-07)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-files-shares-cpp",
|
||||
"version-semver": "12.4.0",
|
||||
"version-semver": "12.5.0-beta.1",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Files Shares SDK for C++",
|
||||
"This library provides Azure Storage Files Shares SDK."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user