2021-02-09 06:30:55 +08:00
|
|
|
{
|
|
|
|
"versions": [
|
2022-03-10 04:00:09 +08:00
|
|
|
{
|
|
|
|
"git-tree": "69a5e9af5d75d9e2f33dbd89576297373a332048",
|
|
|
|
"version-semver": "12.2.1",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-09-10 12:17:15 +08:00
|
|
|
{
|
|
|
|
"git-tree": "b7c34584a28f09d204e8ab6cbcf23ea93e330653",
|
|
|
|
"version-semver": "12.2.0",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-08-12 08:08:02 +08:00
|
|
|
{
|
|
|
|
"git-tree": "3a7e7cf14be62755ee6a51fc0f8e88edd3a13d18",
|
|
|
|
"version-semver": "12.1.0",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-08-04 08:06:29 +08:00
|
|
|
{
|
|
|
|
"git-tree": "eccf58c6719e0f859f90420dffb5deb2cccac731",
|
|
|
|
"version-semver": "12.0.1",
|
|
|
|
"port-version": 1
|
|
|
|
},
|
2021-07-08 15:17:17 +08:00
|
|
|
{
|
|
|
|
"git-tree": "70c68c7920b221b2b571ba85d48ba215c0e9cb58",
|
|
|
|
"version-semver": "12.0.1",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-06-12 00:49:58 +08:00
|
|
|
{
|
|
|
|
"git-tree": "354a077c26bd9cce9ade81180e2f9b1dfaf6f514",
|
|
|
|
"version-semver": "12.0.0",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-05-21 04:30:58 +08:00
|
|
|
{
|
|
|
|
"git-tree": "1d1a11e7f5f6603ae6f3c42d6d2821b16261726f",
|
|
|
|
"version-semver": "12.0.0-beta.11",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-04-24 01:23:13 +08:00
|
|
|
{
|
|
|
|
"git-tree": "aa4d77e84688efab3d4f4771a90a586fc8c0dc90",
|
|
|
|
"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 07:57:15 +08:00
|
|
|
{
|
|
|
|
"git-tree": "d93d47f9c0ddf42c33aebe38c312083b043c3713",
|
|
|
|
"version-string": "12.0.0-beta.10",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-03-25 03:49:28 +08:00
|
|
|
{
|
|
|
|
"git-tree": "78ebb9db2ec3893149fa8a6a37850f5c62008afb",
|
|
|
|
"version-string": "12.0.0-beta.9",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-02-12 15:03:34 +08:00
|
|
|
{
|
|
|
|
"git-tree": "29cdba78a0712b0850d013033cadb70138b04287",
|
|
|
|
"version-string": "12.0.0-beta.8",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-02-09 06:30:55 +08:00
|
|
|
{
|
|
|
|
"git-tree": "20fce45a5929cb4bc4659bb61bf1b11d72a36c4f",
|
|
|
|
"version-string": "12.0.0-beta.7",
|
|
|
|
"port-version": 0
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|