Skip to content

Commit

Permalink
Update changelog for the upcoming beta release. (#2309)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ahsonkhan authored May 19, 2021
1 parent 2a4dfd2 commit 0a0bd6f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.9 (Unreleased)
## 1.0.0-beta.9 (2021-05-18)

### New Features

Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.6 (Unreleased)
## 1.0.0-beta.6 (2021-05-18)

### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-security-keyvault-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 4.0.0-beta.2 (Unreleased)
## 4.0.0-beta.2 (2021-05-18)

### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 4.0.0-beta.2 (Unreleased)
## 4.0.0-beta.2 (2021-05-18)

### New Features

Expand Down

0 comments on commit 0a0bd6f

Please sign in to comment.