Add details to the Azure Core beta 6 changelog (#1645)

Reviewed the commits since the last release: 9b7849c155...3e543f9a73
This commit is contained in:
Ahson Khan 2021-02-09 11:44:41 -08:00 committed by GitHub
parent 3e543f9a73
commit cda5d62b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,12 +9,14 @@
### Breaking Changes
- Remove `Context::CancelWhen()`.
- Removed `Context::CancelWhen()`.
- Removed `LogClassification` and related functionality, added `LogLevel` instead.
### Bug Fixes
- Fixed computation of the token expiration time in `BearerTokenAuthenticationPolicy`.
- Fixed compilation dependency issue for MacOS when consuming the SDK from VcPkg.
- Fixed support for sending requests to endpoints with a custom port within the url on Windows when using the WinHttp transport.
## 1.0.0-beta.5 (2021-02-02)