Storage July GA Release (#4757)

* update to stg88 version
This commit is contained in:
microzchang 2023-07-11 10:18:12 +08:00 committed by GitHub
parent 8776e31e66
commit 1c89b58178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 20 additions and 42 deletions

View File

@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "cpp",
"TagPrefix": "cpp/storage",
"Tag": "cpp/storage_a52a3c6352"
"Tag": "cpp/storage_17c4a656fc"
}

View File

@ -1,14 +1,8 @@
# Release History
## 12.8.0-beta.2 (Unreleased)
## 12.8.0 (2023-07-11)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Features in `12.8.0-beta.1` are now generally available.
## 12.8.0-beta.1 (2023-05-31)

View File

@ -11,7 +11,7 @@
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 8
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.2"
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE ""
#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.8.0-beta.1",
"version-semver": "12.8.0",
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."

View File

@ -1,14 +1,10 @@
# Release History
## 12.4.0-beta.1 (Unreleased)
## 12.3.3 (2023-07-11)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Bumped up Account SAS version to `2023-01-03`.
## 12.3.2 (2023-05-09)

View File

@ -9,7 +9,7 @@
namespace Azure { namespace Storage { namespace Sas {
namespace {
constexpr static const char* SasVersion = "2022-11-02";
constexpr static const char* SasVersion = "2023-01-03";
}
void AccountSasBuilder::SetPermissions(AccountSasPermissions permissions)

View File

@ -11,9 +11,9 @@
#include <array>
#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
#define AZURE_STORAGE_COMMON_VERSION_MINOR 4
#define AZURE_STORAGE_COMMON_VERSION_PATCH 0
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.1"
#define AZURE_STORAGE_COMMON_VERSION_MINOR 3
#define AZURE_STORAGE_COMMON_VERSION_PATCH 3
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE ""
#define AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_COMMON_VERSION_ITOA(i) AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i)

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-common-cpp",
"version-semver": "12.3.2",
"version-semver": "12.3.3",
"description": [
"Microsoft Azure Common Storage SDK for C++",
"This library provides common Azure Storage-related abstractions for Azure SDK."

View File

@ -1,14 +1,8 @@
# Release History
## 12.7.0-beta.2 (Unreleased)
## 12.7.0 (2023-07-11)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- New features in `12.7.0-beta.1` are now generally available.
## 12.7.0-beta.1 (2023-05-31)

View File

@ -11,7 +11,7 @@
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MAJOR 12
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 7
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PATCH 0
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE "beta.2"
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE ""
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA(i) \

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-files-datalake-cpp",
"version-semver": "12.7.0-beta.1",
"version-semver": "12.7.0",
"description": [
"Microsoft Azure Storage Files Data Lake SDK for C++",
"This library provides Azure Storage Files Data Lake SDK."

View File

@ -1,14 +1,8 @@
# Release History
## 12.6.0-beta.2 (Unreleased)
## 12.6.0 (2023-07-11)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- New features in `12.6.0-beta.1` are now generally available.
## 12.6.0-beta.1 (2023-05-31)

View File

@ -11,7 +11,7 @@
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 6
#define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.2"
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE ""
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA(i) AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i)

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-files-shares-cpp",
"version-semver": "12.6.0-beta.1",
"version-semver": "12.6.0",
"description": [
"Microsoft Azure Storage Files Shares SDK for C++",
"This library provides Azure Storage Files Shares SDK."