Storage August Preview Release (#3868)

* Storage August Preview Release

* update versions
This commit is contained in:
JinmingHu 2022-08-08 17:59:26 -07:00 committed by GitHub
parent 5954ef7354
commit 1f82325143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 16 additions and 22 deletions

View File

@ -1,6 +1,6 @@
# Release History
## 12.6.0-beta1 (Unreleased)
## 12.6.0-beta.1 (2022-08-09)
### Features Added

View File

@ -32,9 +32,9 @@ if(FETCH_SOURCE_DEPS)
add_subdirectory(${oneFolder} EXCLUDE_FROM_ALL)
endforeach()
elseif(NOT AZ_ALL_LIBRARIES)
find_package(azure-storage-common-cpp "12.2.4" CONFIG QUIET)
find_package(azure-storage-common-cpp "12.3.0-beta.1" CONFIG QUIET)
if(NOT azure-storage-common-cpp_FOUND)
find_package(azure-storage-common-cpp "12.2.4" REQUIRED)
find_package(azure-storage-common-cpp "12.3.0-beta.1" REQUIRED)
endif()
endif()

View File

@ -9,9 +9,9 @@
#pragma once
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 5
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 6
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE ""
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.1"
#define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-blobs-cpp",
"version-semver": "12.5.0",
"version-semver": "12.6.0-beta.1",
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."
@ -11,7 +11,7 @@
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.2.4"
"version>=": "12.3.0-beta.1"
},
{
"name": "vcpkg-cmake",

View File

@ -4,7 +4,7 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(azure-storage-common-cpp "12.2.4")
find_dependency(azure-storage-common-cpp "12.3.0-beta.1")
include("${CMAKE_CURRENT_LIST_DIR}/azure-storage-blobs-cppTargets.cmake")

View File

@ -14,7 +14,7 @@
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.2.4"
"version>=": "12.3.0-beta.1"
},
{
"name": "vcpkg-cmake",

View File

@ -1,18 +1,12 @@
# Release History
## 12.3.0-beta.1 (Unreleased)
## 12.3.0-beta.1 (2022-08-09)
### Features Added
- Added support for encryption scope SAS (`ses` query parameter in SAS token).
- Added support for permanent delete permission in SAS.
### Breaking Changes
### Bugs Fixed
### Other Changes
## 12.2.4 (2022-06-07)
### Bugs Fixed

View File

@ -32,9 +32,9 @@ if(FETCH_SOURCE_DEPS)
add_subdirectory(${oneFolder} EXCLUDE_FROM_ALL)
endforeach()
elseif(NOT AZ_ALL_LIBRARIES)
find_package(azure-core-cpp "1.5.0" CONFIG QUIET)
find_package(azure-core-cpp "1.7.1" CONFIG QUIET)
if(NOT azure-core-cpp_FOUND)
find_package(azure-core-cpp "1.5.0" REQUIRED)
find_package(azure-core-cpp "1.7.1" REQUIRED)
endif()
endif()

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-common-cpp",
"version-semver": "12.2.4",
"version-semver": "12.3.0-beta.1",
"description": [
"Microsoft Azure Common Storage SDK for C++",
"This library provides common Azure Storage-related abstractions for Azure SDK."
@ -11,7 +11,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.5.0"
"version>=": "1.7.1"
},
{
"name": "libxml2",

View File

@ -5,7 +5,7 @@
include(CMakeFindDependencyMacro)
find_dependency(Threads)
find_dependency(azure-core-cpp "1.5.0")
find_dependency(azure-core-cpp "1.7.1")
if(NOT WIN32)
find_dependency(LibXml2)

View File

@ -14,7 +14,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.5.0"
"version>=": "1.7.1"
},
{
"name": "libxml2",