We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59ab21 commit 82079deCopy full SHA for 82079de
sdk/core/azure-core/CHANGELOG.md
@@ -1,9 +1,23 @@
1
# Release History
2
3
-## 1.0.0-beta.2 (Unreleased)
+## 1.0.0-beta.2 (2020-10-09)
4
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.
20
21
## 1.0.0-beta.1 (2020-09-09)
22
23
- Initial release
-
0 commit comments