-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f59ab21
commit 82079de
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.2 (Unreleased) | ||
## 1.0.0-beta.2 (2020-10-09) | ||
|
||
### Breaking Changes | ||
|
||
- Throw Azure::Http::TransportException if creating new connection fails. | ||
- Response objects store Nullable\<T\>. | ||
|
||
### Bug Fixes | ||
|
||
- Switched to a more stable wait on sockets to address connection timeouts. | ||
- Replace `Nullable(const T&)` with `Nullable(T)` to avoid extra copy when initialized with an rvalue. | ||
|
||
### Other changes and Improvements | ||
|
||
- Improved performance on windows when using libcurl. | ||
- Pinned the version of package dependencies. | ||
- Added NOTICE.txt for 3rd party dependencies. | ||
|
||
## 1.0.0-beta.1 (2020-09-09) | ||
|
||
- Initial release | ||
|