vcpkg/versions/a-/azure-storage-blobs-cpp.json

145 строки
3.7 KiB
JSON
Исходник Постоянная ссылка Обычный вид История

{
"versions": [
{
"git-tree": "cd9abe94e013e42493479d573f7e7d60a89c5821",
"version-semver": "12.13.0",
"port-version": 1
},
{
"git-tree": "27ed64e60e120ebfed0bed577860888f7754e0c3",
"version-semver": "12.13.0",
"port-version": 0
},
{
"git-tree": "a4cffbc14539dd3f61697561e0aa1958d3b58859",
"version-semver": "12.12.0",
"port-version": 0
},
{
"git-tree": "23a1226d8831449c17896b843c9583bb5d848ade",
"version-semver": "12.11.0",
"port-version": 0
},
{
"git-tree": "6571c6c7a51e9a51637d042a5852b9867d51d239",
"version-semver": "12.10.0",
"port-version": 1
},
{
"git-tree": "902107525b099bb6c915311567519dcd55bd2aea",
"version-semver": "12.10.0",
"port-version": 0
},
{
"git-tree": "83ac6004707e784a7a57a72574548579a9ab79d0",
"version-semver": "12.9.0",
"port-version": 1
},
{
"git-tree": "b0699f9368ea7fbc2c6528711c29eb896c76d0a6",
"version-semver": "12.9.0",
"port-version": 0
},
{
"git-tree": "984b2a3258596a074a6a79be8b0d7c3128137981",
"version-semver": "12.8.0",
"port-version": 0
},
{
"git-tree": "40ca58231897346f0bf37910ae4c431aa8a5f56d",
"version-semver": "12.7.0",
"port-version": 0
},
{
"git-tree": "e223f3564c58888a32c160c7f15b3bcb15bc5c71",
"version-semver": "12.6.2",
"port-version": 0
},
{
"git-tree": "06433ca908b304e85f642fc3b062db522567bd7c",
"version-semver": "12.6.1",
"port-version": 0
},
{
"git-tree": "c715b7df779d48070ba729fd20ffcad27267a7bc",
"version-semver": "12.6.0",
"port-version": 0
},
{
"git-tree": "7120a5be966cbf0a79ac6c1efca6ce43c7818d75",
"version-semver": "12.5.0",
"port-version": 0
},
{
"git-tree": "ff9783605f383c1f596ada3a10d2dde88a931f56",
"version-semver": "12.4.0",
"port-version": 0
},
{
"git-tree": "252f2edf841eb01f271d1694f3fea34e63906eba",
"version-semver": "12.3.0",
"port-version": 0
},
{
"git-tree": "6e52659aef1c9a99271c1d590eba0d37f5e472bb",
"version-semver": "12.2.1",
"port-version": 0
},
[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.
2021-09-10 07:17:15 +03:00
{
"git-tree": "a3775aa0aa8ad876fffa3d2f77b7c1e12b072a5b",
"version-semver": "12.2.0",
"port-version": 0
},
{
"git-tree": "eed3fb43fd0ab43bf99c91a084111c9d1e14f213",
"version-semver": "12.1.0",
"port-version": 0
},
{
"git-tree": "4927a9eacb27a8088d82005fbae2851755d09ce1",
"version-semver": "12.0.1",
"port-version": 1
},
{
"git-tree": "07131431279c91d81edd9ec56005ee8628c3efdb",
"version-semver": "12.0.1",
"port-version": 0
},
[azure-storage-*] Update Azure SDK Jun Release (#18329) * [azure-storage-common-cpp] Update to 12.0.0 ## 12.0.0 (2021-06-08) ### Other Changes and Improvements - Fixed a filename encoding issue. * [azure-storage-blobs-cpp] Update to 12.0.0 ## 12.0.0 (2021-06-08) ### Other Changes and Improvements - Added and updated some samples. - Fixed a read consistency issue. * [azure-storage-files-datalake-cpp] Update to 12.0.0 ## 12.0.0 (2021-06-08) ### Breaking Changes - Renamed `ContentLength` in `FlushFileResult` to `FileSize`. ### Other Changes and Improvements - Removed `IfUnmodifiedSince` from access conditions of setting filesystem metadata operation. - Updated some samples. - Fixed a read consistency issue. * [azure-storage-files-shares-cpp] Update to 12.0.0 ## 12.0.0 (2021-06-08) ### Breaking Changes - Renamed `ContentLength` in `FileItemDetails` to `FileSize`. ### Other Changes and Improvements - Updated some samples. - Fixed a read consistency issue. * [azure-security-keyvault-common-cpp] Update to 4.0.0-beta.3 ## 4.0.0-beta.3 (2021-06-08) No breaking changes or new features added. Includes only implementation enhancements. * [azure-security-keyvault-keys-cpp] Update to 4.0.0-beta.3 ## 4.0.0-beta.3 (2021-06-08) ### Breaking Changes - Updated `MaxPageResults` type to `int32_t`, from `uint32_t`, affecting: - `GetDeletedKeysOptions()`. - `GetPropertiesOfKeysOptions()`. - `GetPropertiesOfKeyVersionsOptions()`. - Updated `CreateRsaKeyOptions::KeySize` type from `uint64_t` to `int64_t`. - Updated `CreateRsaKeyOptions::PublicExponent` type from `uint64_t` to `int64_t`. - Updated `CreateOctKeyOptions::KeySize` type from `uint64_t` to `int64_t`.
2021-06-11 19:49:58 +03:00
{
"git-tree": "71e03bcc9bb5f7443f1db8724b6cc4fd4e43647b",
"version-semver": "12.0.0",
"port-version": 0
},
Azure SDK May Release (#18002) * [azure-core-cpp] Update to 1.0.0-beta.9 ## 1.0.0-beta.9 (2021-05-18) ### New Features - Added `Azure::PagedResponse<T>`. ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Removed `Context::GetApplicationContext()` in favor of a new static data member `Context::ApplicationContext`. - Renamed `Request::IsDownloadViaStream()` to `ShouldBufferResponse()`. - Removed the `Azure::Core::Http::Request` ctor overload that takes both a `bodyStream` and a `bufferedDownload` boolean since it is not useful. - Changed integer size parameters for buffers from `int64_t` to `size_t` in various places such as `Azure::Core::IO::BodyStream::Read()` APIs. - Removed the `Azure::Core::Diagnostics::Logger::Listener` typedef. ### Bug Fixes - Do not re-use a libcurl connection to same host but different port. - Fixed curl transport issue to avoid crash at exit when curl connection pool cleanup thread is running. - Ensure uniqueness of `Azure::Core::Uuid` on POSIX platforms. ### Other Changes and Improvements - Modified precondition validation of function arguments to now result in assert failures rather than throwing an exception. - Remove exposing windows.h header from our public headers. - Improved performance of the WinHTTP transport layer on Windows for uploading large payloads. * [azure-identity-cpp] Update to 1.0.0-beta.6 ## 1.0.0-beta.6 (2021-05-18) ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. * [azure-security-keyvault-common-cpp] Update to 4.0.0-beta.2 ## 4.0.0-beta.2 (2021-05-18) ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Removed `KeyVaultException`. - Removed `ClientOptions`. * [azure-security-keyvault-keys-cpp] Update to 4.0.0-beta.2 ## 4.0.0-beta.2 (2021-05-18) ### New Features - Added support for importing and deserializing EC and OCT keys. - Added cryptography client. - Added `CreateFromResumeToken()` to `DeletedKeyOperation` and `RecoverKeyOperation`. ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Renamed `GetPropertiesOfKeysSinglePage()` to `GetPropertiesOfKeys()`. - Renamed `GetPropertiesOfKeyVersionsSinglePage()` to `GetPropertiesOfKeyVersions()`. - Renamed `GetDeletedKeysSinglePage()` to `GetDeletedKeys()`. - Renamed `KeyPropertiesSinglePage` to `KeyPropertiesPageResult`. - Renamed `DeletedKeySinglePage` to `DeletedKeyPageResult`. - Renamed `GetPropertiesOfKeysSinglePageOptions` to `GetPropertiesOfKeysOptions`. - Renamed `GetPropertiesOfKeyVersionsSinglePageOptions` to `GetPropertiesOfKeyVersionsOptions`. - Renamed `GetDeletedKeysSinglePageOptions` to `GetDeletedKeysOptions`. - Removed `Azure::Security::KeyVault::Keys::JsonWebKey::to_json`. - Replaced static functions from `KeyOperation` and `KeyCurveName` with static const members. - Replaced the enum `JsonWebKeyType` for a class with static const members as an extensible enum called `KeyVaultKeyType`. - Renamed `MaxResults` to `MaxPageResults` for `GetSinglePageOptions`. - Changed the returned type for list keys, key versions, and deleted keys from `Response<T>` to `PagedResponse<T>` affecting: - `GetPropertiesOfKeysSinglePage()` and `GetPropertiesOfKeyVersionsSinglePage()` now returns `KeyProperties`. - `GetDeletedKeysSinglePage()` now returns `DeletedKey`. - Removed `ResumeDeleteKeyOperation()` and `ResumeRecoverKeyOperation()`. ### Bug Fixes - Fix getting a resume token from delete and recover key operations. * [azure-storage-common-cpp] Update to 12.0.0-beta.11 ## 12.0.0-beta.11 (2021-05-19) ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Removed `Azure::PagedResponse<T>`. ### Bug Fixes - Fixed a stream leak issue in `ReliableStream`. * [azure-storage-blobs-cpp] Update to 12.0.0-beta.11 ## 12.0.0-beta.11 (2021-05-19) ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Renamed `HasMorePages()` in paged response to `HasPage()`. - Default chunk size for concurrent upload was changed to nullable. - `BlobLeaseClient::Change()` updates internal lease id. - Removed `ContentType` from `GetBlockListResult`. - Moved `GetPageRangesResult` to detail namespace. - `BlobServiceClient::UndeleteBlobContainer` doesn't support restoring a deleted container under a different name anymore. - Changed the type of block count to `int32_t`. * [azure-storage-files-datalake-cpp] Update to 12.0.0-beta.11 ## 12.0.0-beta.11 (2021-05-19) ### New Features - Added `DataLakePathClient::SetAccessControlListRecursive()`, `UpdateAccessControlListRecursive()` and `RemoveAccessControlListRecursive()`. ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Renamed `HasMorePages()` in paged response to `HasPage()`. - Default chunk size for concurrent upload was changed to nullable. - `DataLakeLeaseClient::Change()` updates internal lease id. * [azure-storage-files-shares-cpp] Update to 12.0.0-beta.11 ## 12.0.0-beta.11 (2021-05-19) ### New Features - Added `ShareDirectoryClient::ForceCloseAllHandles()` and `ShareFileClient::ForceCloseAllHandles()`. ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Renamed `HasMorePages()` in paged response to `HasPage()`. - `ShareLeaseClient::Change()` updates internal lease id. - `ShareItem::ShareMetadata` was renamed to `ShareItem::Metadata`.
2021-05-20 23:30:58 +03:00
{
"git-tree": "25b1c91e5691dd97ee644321ead2e5880bede739",
"version-semver": "12.0.0-beta.11",
"port-version": 0
},
{
"git-tree": "62d9013672397f9c80ae95611cb7318b649b92ec",
"version-semver": "12.0.0-beta.10",
"port-version": 1
},
[azure-core-cpp, azure-identity-cpp] Update to latest version (#17142) * [azure-core-cpp] Update to 1.0.0-beta.8 ## 1.0.0-beta.8 (2021-04-07) ### New Features - Added `Azure::Core::Url::GetScheme()`. - Added `Azure::Core::Context::TryGetValue()`. - Added `Azure::Core::Context::GetDeadline()`. - Added `Azure::Core::Credentials::TokenCredentialOptions`. - Added useful fields to the `Azure::Core::RequestFailedException` class such as `StatusCode`, `ReasonPhrase`, and the `RawResponse`, for better diagnosis of errors. ### Breaking Changes - Simplified the `Response<T>` API surface to expose two public fields with direct access: `T Value` and a `unique_ptr` to an `Azure::Core::Http::RawResponse`. - Renamed `Azure::Nullable<T>::GetValue()` to `Value()`. - Removed from `Azure::Core::Http::Request`: - `SetUploadChunkSize()`. - `GetHTTPMessagePreBody()`. - `GetUploadChunkSize()`. - `GetHeadersAsString()`. - Changes to `Azure::Core::Http::RawResponse`: - Removed `SetHeader(std::string const& header)` - Removed `SetHeader(uint8_t const* const first, uint8_t const* const last)`. - Removed `GetMajorVersion()`. - Removed `GetMinorVersion()`. - Renamed `GetBodyStream()` to `ExtractBodyStream()`. - Changes to `Azure::Core::Context`: - Removed `Get()` and `HasKey()` in favor of a new method `TryGetValue()`. - Changed input parameter type of `WithDeadline()` to `Azure::DateTime`. - Removed `Azure::Core::PackageVersion`. - Removed from `Azure::Core::Http::Policies` namespace: `HttpPolicyOrder`, `TransportPolicy`, `RetryPolicy`, `RequestIdPolicy`, `TelemetryPolicy`, `BearerTokenAuthenticationPolicy`, `LogPolicy`. - Removed `AppendQueryParameters()`, `GetUrlWithoutQuery()` and `GetUrlAuthorityWithScheme()` from `Azure::Core::Url`. - Changed the `Azure::Core::Http::HttpMethod` regular enum into an extensible enum class and removed the `HttpMethodToString()` helper method. - Introduced `Azure::Core::Context::Key` class which takes place of `std::string` used for `Azure::Core::Context` keys previously. - Changed the casing of `SSL` in API names to `Ssl`: - Renamed type `Azure::Core::Http::CurlTransportSSLOptions` to `CurlTransportSslOptions`. - Renamed member `Azure::Core::Http::CurlTransportOptions::SSLOptions` to `SslOptions`. - Renamed member `Azure::Core::Http::CurlTransportOptions::SSLVerifyPeer` to `SslVerifyPeer`. ### Other changes and Improvements - Moved `Azure::Core::Http::Request` to its own header file from `http.hpp` to `inc/azure/core/http/raw_response.hpp`. - Moved `Azure::Core::Http::HttpStatusCode` to its own header file from `http.hpp` to `inc/azure/core/http/http_status_code.hpp`. * [azure-identity-cpp] Update to 1.0.0-beta.5 ## 1.0.0-beta.5 (2021-04-07) ### New Features - Add Active Directory Federation Service (ADFS) support to `ClientSecretCredential`. ### Breaking Changes - Removed `Azure::Identity::PackageVersion`. * [azure-storage-common-cpp] Update to 12.0.0-beta.10 ## 12.0.0-beta.10 (2021-04-16) ### New Features - Added server timeout support. - Added `PagedResponse<T>` for returning paginated collections. ### Breaking Changes - Removed `Azure::Storage::Common::PackageVersion`. - Moved `ReliableStream` to internal namespace. - Removed `HttpGetterInfo` and `HTTPGetter` from the `Azure::Storage` namespace. * [azure-storage-blobs-cpp] Update to 12.0.0-beta.10 ## 12.0.0-beta.10 (2021-04-16) ### Breaking Changes - Removed `Azure::Storage::Blobs::PackageVersion`. - Renamed `GetUserDelegationKeyOptions::startsOn` to `StartsOn`. - Replaced all paginated collection functions that have the SinglePage suffix with pageable functions returning a `PagedResponse<T>`-derived type. The options are also renamed accordingly. - `BlobServiceClient::ListBlobContainers()`. - `BlobServiceClient::FindBlobsByTags()`. - `BlobContainerClinet::ListBlobs()`. - `BlobContainerClient::ListBlobsByHierarchy()`. - `PageBlobClient::GetPageRanges()`. - `PageBlobClient::GetPageRangesDiff()`. - `PageBlobClient::GetManagedDiskPageRangesDiff()`. - Renamed `FilterBlobItem` to `TaggedBlobItem`. - `FindBlobsByTags()` now returns `FindBlobsByTagsPagedResponse` and the field `FindBlobsByTagsSinglePageResult::Items` was renamed to `FindBlobsByTagsPagedResponse::TaggedBlobs`. * [azure-storage-files-datalake-cpp] Update to 12.0.0-beta.10 ## 12.0.0-beta.10 (2021-04-16) ### Breaking Changes - Removed `Azure::Storage::Files::DataLake::PackageVersion`. - Renamed `GetUserDelegationKeyOptions::startsOn` to `StartsOn`. - Replaced all paginated collection functions that have the SinglePage suffix with pageable functions returning a `PagedResponse<T>`-derived type. The options are also renamed accordingly. - `DataLakeServiceClient::ListFileSystems()`. - `DataLakeFileSystemClient::ListPaths()`. - `DataLakeDirectoryClient::ListPaths()`. - Removed `DataLakePathClient::SetAccessControlListRecursiveSinglePage()`, `UpdateAccessControlListRecursiveSinglePage()` and `RemoveAccessControlListRecursiveSinglePage()`. ### Bug Fixes - Rename functions always fail because `/` was left out in the renamed source path. * [azure-storage-files-shares-cpp] Update to 12.0.0-beta.10 ## 12.0.0-beta.10 (2021-04-16) ### Breaking Changes - Removed `Azure::Storage::Files::Shares::PackageVersion`. - Renamed `GetUserDelegationKeyOptions::startsOn` to `StartsOn`. - Removed `ShareClient::ListFilesAndDirectories()`. - Replaced all paginated collection functions that have the SinglePage suffix with pageable functions returning a `PagedResponse<T>`-derived type. The options are also renamed accordingly. - `ShareServiceClient::ListShares()`. - `ShareDirectoryClient::ListFilesAndDirectories()`. - `ShareDirectoryClient::ListHandles()`. - `ShareFileClient::ListHandles()`. - Removed `ShareDirectoryClient::ForceCloseAllHandlesSinglePage()` and `ShareFileClient::ForceCloseAllHandlesSinglePage()`. * Update vcpkg ports to use a manifest json file instead of a CONTROL file. * Update git tree sha versions using the command 'x-add-version --all --overwrite-version' Co-authored-by: Ahson Khan <ahkha@microsoft.com>
2021-04-17 02:57:15 +03:00
{
"git-tree": "2601572d72191d63ad6c6f093f00857b71b9ef96",
"version-string": "12.0.0-beta.10",
"port-version": 0
},
{
"git-tree": "1028d726e4188768265becb6f3a95808283cb626",
"version-string": "12.0.0-beta.9",
"port-version": 0
},
{
"git-tree": "2c80923c456a448845be69746b7b814fb2f192ae",
"version-string": "12.0.0-beta.8",
"port-version": 0
},
{
"git-tree": "32a4dca2b5670fbce88652145fe3297bd221a672",
"version-string": "12.0.0-beta.7",
"port-version": 0
}
]
}