Update changelog for the upcoming beta release. (#2309)

Holding off to do a review of the commits.

Area owners, please review yourself as well, and fix what might be missing or needs updating.
This commit is contained in:
Ahson Khan 2021-05-18 21:31:36 -07:00 committed by GitHub
parent 2a4dfd2f0d
commit 0a0bd6fbc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Release History
## 1.0.0-beta.9 (Unreleased)
## 1.0.0-beta.9 (2021-05-18)
### New Features
@ -18,11 +18,14 @@
### Bug Fixes
- Do not re-use a libcurl connection to same host but different port.
- Fixed curl transport issue to avoid crash at exit when curl connection pool cleanup thread is running.
- Ensure uniqueness of `Azure::Core::Uuid` on POSIX platforms.
### Other Changes and Improvements
- Modified precondition validation of function arguments to now result in assert failures rather than throwing an exception.
- Remove exposing windows.h header from our public headers.
- Improved performance of the WinHTTP transport layer on Windows for uploading large payloads.
## 1.0.0-beta.8 (2021-04-07)

View File

@ -1,6 +1,6 @@
# Release History
## 1.0.0-beta.6 (Unreleased)
## 1.0.0-beta.6 (2021-05-18)
### Breaking Changes

View File

@ -1,6 +1,6 @@
# Release History
## 4.0.0-beta.2 (Unreleased)
## 4.0.0-beta.2 (2021-05-18)
### Breaking Changes

View File

@ -1,6 +1,6 @@
# Release History
## 4.0.0-beta.2 (Unreleased)
## 4.0.0-beta.2 (2021-05-18)
### New Features