2021-02-04 04:57:35 +08:00
|
|
|
{
|
|
|
|
"versions": [
|
2022-03-10 04:00:09 +08:00
|
|
|
{
|
|
|
|
"git-tree": "de5c104dfa95871220c17e4f8f97a99b5da33920",
|
|
|
|
"version-semver": "12.2.2",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2022-02-15 04:41:45 +08:00
|
|
|
{
|
|
|
|
"git-tree": "55a55770fa93d6e541d1540df78aefae2cf905cb",
|
|
|
|
"version-semver": "12.2.1",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-09-10 12:17:15 +08:00
|
|
|
{
|
|
|
|
"git-tree": "2ef80d68150017530cb50581cd6f5f03bc607859",
|
|
|
|
"version-semver": "12.2.0",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-08-12 08:08:02 +08:00
|
|
|
{
|
|
|
|
"git-tree": "bb0e01a17ffaab119d6a67748a54d8b849fb569b",
|
|
|
|
"version-semver": "12.1.0",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-08-04 08:06:29 +08:00
|
|
|
{
|
|
|
|
"git-tree": "f18fbd3b20bfc22766b8767ab8b668be4ea18f58",
|
|
|
|
"version-semver": "12.0.1",
|
|
|
|
"port-version": 1
|
|
|
|
},
|
2021-07-08 15:17:17 +08:00
|
|
|
{
|
|
|
|
"git-tree": "d4ce9c53796add134d3ce8f29a9be4e33eba6c2a",
|
|
|
|
"version-semver": "12.0.1",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-06-12 00:49:58 +08:00
|
|
|
{
|
|
|
|
"git-tree": "2f672ff6a49e9d420141dc67013b50726f85684c",
|
|
|
|
"version-semver": "12.0.0",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-05-21 04:30:58 +08:00
|
|
|
{
|
|
|
|
"git-tree": "5751a578e18097edc570960298c5275e7166fc0f",
|
|
|
|
"version-semver": "12.0.0-beta.11",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-04-24 01:23:13 +08:00
|
|
|
{
|
|
|
|
"git-tree": "e088ce294ef101d5d4be7621973121ba1105c408",
|
|
|
|
"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": "9b0d48def9ae816374193c587750c40ba924cda7",
|
|
|
|
"version-string": "12.0.0-beta.10",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-03-25 03:49:28 +08:00
|
|
|
{
|
|
|
|
"git-tree": "413d1016e8672f538bce60361cff383dc55e33ad",
|
|
|
|
"version-string": "12.0.0-beta.9",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-02-12 15:03:34 +08:00
|
|
|
{
|
|
|
|
"git-tree": "d37975ea1f26d0d0ac7c0385d867462c076b0d53",
|
|
|
|
"version-string": "12.0.0-beta.8",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-02-04 04:57:35 +08:00
|
|
|
{
|
|
|
|
"git-tree": "1dee55e65cb1fb3f93d4cc8f820a09c4d17ee202",
|
|
|
|
"version-string": "12.0.0-beta.7",
|
|
|
|
"port-version": 0
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|