diff options
| author | Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> | 2021-09-09 21:17:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-09 21:17:15 -0700 |
| commit | 7dd411637348596441b5e46a556c84b0e331620b (patch) | |
| tree | 9a07cfb1a8a3e0f8b03711f5928a6c120404e5c5 /ports/azure-storage-files-shares-cpp | |
| parent | dd94ac64c18f383572e526ee9c87d7bacc017cc5 (diff) | |
| download | vcpkg-7dd411637348596441b5e46a556c84b0e331620b.tar.gz vcpkg-7dd411637348596441b5e46a556c84b0e331620b.zip | |
[azure-sdk-for-cpp] Storage Sept Release (#20037)
* [azure-storage-blobs-cpp] Update to 12.2.0
## 12.2.0 (2021-09-08)
### Breaking Changes
- `StartsOn` and `ExpiresOn` in `SignedIdentifier` were changed to nullable.
### Bugs Fixed
- Fixed a bug where prefix cannot contain `&` when listing blobs.
### Other Changes
- Create less threads if there isn't too much data to transfer.
* [azure-storage-files-datalake-cpp] Update to 12.2.0
## 12.2.0 (2021-09-08)
### Breaking Changes
- `StartsOn` and `ExpiresOn` in `SignedIdentifier` were changed to nullable.
### Bugs Fixed
- Fixed a bug where prefix cannot contain `&` when listing files.
### Other Changes
- Create less threads if there isn't too much data to transfer.
* [azure-storage-files-shares-cpp] Update to 12.2.0
## 12.2.0 (2021-09-08)
### Breaking Changes
- `AccessPolicy::StartsOn` and `AccessPolicy::ExpiresOn` are now nullable values.
### Bugs Fixed
- Fixed a bug where prefix cannot contain `&` when listing files.
### Other Changes
- Create less threads if there isn't too much data to transfer.
* [azure-storage-queues-cpp] Update to 12.0.0-beta.1
## 12.0.0-beta.1 (2021-09-08)
### New Features
- Added support for Queue features:
- QueueServiceClient::ListQueues
- QueueServiceClient::SetProperties
- QueueServiceClient::GetProperties
- QueueServiceClient::GetStatistics
- QueueServiceClient::CreateQueue
- QueueServiceClient::DeleteQueue
- QueueClient::Create
- QueueClient::Delete
- QueueClient::GetProperties
- QueueClient::SetMetadata
- QueueClient::GetAccessPolicy
- QueueClient::SetAccessPolicy
- QueueClient::EnqueueMessage
- QueueClient::ReceiveMessages
- QueueClient::PeekMessages
- QueueClient::UpdateMessage
- QueueClient::DeleteMessage
- QueueClient::ClearMessages
- Added support for queue SAS.
* [azure-storage-common-cpp] Update to 12.2.0
## 12.2.0 (2021-09-08)
### Features Added
- Used new xml library on Windows, dropped dependency for libxml2.
### Bugs Fixed
- Fixed a bug that may cause crash when parsing XML.
Diffstat (limited to 'ports/azure-storage-files-shares-cpp')
| -rw-r--r-- | ports/azure-storage-files-shares-cpp/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/azure-storage-files-shares-cpp/vcpkg.json | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ports/azure-storage-files-shares-cpp/portfile.cmake b/ports/azure-storage-files-shares-cpp/portfile.cmake index 9a8f4b864..420ee8925 100644 --- a/ports/azure-storage-files-shares-cpp/portfile.cmake +++ b/ports/azure-storage-files-shares-cpp/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
- REF azure-storage-files-shares_12.1.0
- SHA512 8d3fa6e13f731627e4644b79eb9761071539875b0b3988cd871721e68d7d3c5b7a0a067a890d6a8c2df53ba7c6ef97a86a8b02086f74682cccf6a5f919392573
+ REF azure-storage-files-shares_12.2.0
+ SHA512 b3e0c0a6b4ab11ff9d4c3318a56621d4d6c453b393f692f5d61118a18c571fbb5a1b259c44bb2ba7ac14e056d3a30bde66e36601139d704baeb9cbc865c43ecd
)
vcpkg_cmake_configure(
diff --git a/ports/azure-storage-files-shares-cpp/vcpkg.json b/ports/azure-storage-files-shares-cpp/vcpkg.json index 8d2be437d..54807b9b4 100644 --- a/ports/azure-storage-files-shares-cpp/vcpkg.json +++ b/ports/azure-storage-files-shares-cpp/vcpkg.json @@ -1,6 +1,6 @@ { "name": "azure-storage-files-shares-cpp", - "version-semver": "12.1.0", + "version-semver": "12.2.0", "description": [ "Microsoft Azure Storage Files Shares SDK for C++", "This library provides Azure Storage Files Shares SDK." @@ -10,7 +10,8 @@ "dependencies": [ { "name": "azure-storage-common-cpp", - "default-features": false + "default-features": false, + "version>=": "12.2.0" }, { "name": "vcpkg-cmake", |
