2021-02-04 04:58:29 +08:00
|
|
|
{
|
|
|
|
"versions": [
|
2023-11-15 04:58:05 +08:00
|
|
|
{
|
|
|
|
"git-tree": "cb43628d1a08baa198ed4cdc7d317ed73ed3815f",
|
|
|
|
"version-semver": "1.6.0",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2023-09-23 07:08:59 +08:00
|
|
|
{
|
|
|
|
"git-tree": "5fd04f09c1fc0efef3008e8407828b368d75ee5d",
|
|
|
|
"version-semver": "1.5.1",
|
|
|
|
"port-version": 1
|
|
|
|
},
|
2023-07-08 01:14:11 +08:00
|
|
|
{
|
|
|
|
"git-tree": "2855fbb155aacc587ca1e2d518ab2e8369e6d8c0",
|
|
|
|
"version-semver": "1.5.1",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2023-05-05 05:31:51 +08:00
|
|
|
{
|
|
|
|
"git-tree": "abdd671a9667a8b13e439410503d5bb582189fdc",
|
|
|
|
"version-semver": "1.5.0",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2023-02-10 02:54:36 +08:00
|
|
|
{
|
|
|
|
"git-tree": "07078cbe0cd0059af61369f8794ff5d652eaf506",
|
|
|
|
"version-semver": "1.4.0",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2022-06-22 04:40:04 +08:00
|
|
|
{
|
|
|
|
"git-tree": "d6012ea56bf0a94eba27f56156e5f45fda7a34cf",
|
|
|
|
"version-semver": "1.3.0",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2022-03-10 04:03:05 +08:00
|
|
|
{
|
|
|
|
"git-tree": "f6de8ed7d7b299df5cee8483a4f84cb07dd57b1c",
|
|
|
|
"version-semver": "1.2.0",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2022-01-13 03:29:50 +08:00
|
|
|
{
|
|
|
|
"git-tree": "df411f808c6dab5e59a7f378308856d803150c04",
|
|
|
|
"version-semver": "1.1.1",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-08-12 08:07:21 +08:00
|
|
|
{
|
|
|
|
"git-tree": "2742c6a31a2a3238ea97663c2b40be998c18006d",
|
|
|
|
"version-semver": "1.1.0",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-06-05 05:55:02 +08:00
|
|
|
{
|
|
|
|
"git-tree": "adfe9dad7c61ced7b66ba0cb6220f8341c4be5e2",
|
|
|
|
"version-semver": "1.0.0",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-05-21 04:30:58 +08:00
|
|
|
{
|
|
|
|
"git-tree": "5b1607f9afe53751e0468408b96d10be8712fd2a",
|
|
|
|
"version-semver": "1.0.0-beta.6",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-04-24 01:23:13 +08:00
|
|
|
{
|
|
|
|
"git-tree": "bf9a1c77957b02e2b1521fc5847d4c8ab617ebcd",
|
|
|
|
"version-semver": "1.0.0-beta.5",
|
|
|
|
"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": "3353c1b44fa79a1935f488a6a66ecad2fa35d5ac",
|
|
|
|
"version-string": "1.0.0-beta.5",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-03-25 03:49:28 +08:00
|
|
|
{
|
|
|
|
"git-tree": "61833d54ef29f383d33a5a0b7eae7be690dfcfc8",
|
|
|
|
"version-string": "1.0.0-beta.4",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-02-04 04:58:29 +08:00
|
|
|
{
|
|
|
|
"git-tree": "c45f6c8ac731079eb1e5f40a0e5af2725b3ec97a",
|
|
|
|
"version-string": "1.0.0-beta.3",
|
|
|
|
"port-version": 0
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|