Skip to content

Commit 82079de

Browse files
authored
Added release notes for C++ (#714)
1 parent f59ab21 commit 82079de

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

sdk/core/azure-core/CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.2 (2020-10-09)
44

5+
### Breaking Changes
6+
7+
- Throw Azure::Http::TransportException if creating new connection fails.
8+
- Response objects store Nullable\<T\>.
9+
10+
### Bug Fixes
11+
12+
- Switched to a more stable wait on sockets to address connection timeouts.
13+
- Replace `Nullable(const T&)` with `Nullable(T)` to avoid extra copy when initialized with an rvalue.
14+
15+
### Other changes and Improvements
16+
17+
- Improved performance on windows when using libcurl.
18+
- Pinned the version of package dependencies.
19+
- Added NOTICE.txt for 3rd party dependencies.
520

621
## 1.0.0-beta.1 (2020-09-09)
722

823
- Initial release
9-

0 commit comments

Comments
 (0)