mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 08:05:34 +08:00
d8cd44e702
## 1.5.0 (2022-03-31) ### Features Added - When a `RequestFailedException` exception is thrown, the `what()` method now includes information about the HTTP request which failed. - Adding option `WinHttpTransportOptions.IgnoreUnknownCertificateAuthority`. It can be used to disable verifying server certificate for the `WinHttpTransport`. ### Breaking Changes - Enforce TLS 1.2 or greater for `CurlTransport` and `WinHttpTransport`. ### Other Changes - Improve output message for `Azure::Core::Http::TransportException`.