You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/core/azure-core-http-netty/CHANGELOG.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,18 @@
1
1
# Release History
2
2
3
-
## 1.10.0-beta.1 (Unreleased)
3
+
## 1.9.1 (2020-04-02)
4
4
5
5
### Bug Fixes
6
6
7
7
- Fixed a bug where a proxy's address is only resolved during construction of the client, now it is resolved per connection. [#19497](https://github.com/Azure/azure-sdk-for-java/issues/19497)
8
8
- Fixed a bug where `Proxy Authentication Required` bubbled back up to a `RetryPolicy` leading to more time taken to
9
9
connect to a proxy when authentication information was supplied. [#19415](https://github.com/Azure/azure-sdk-for-java/issues/19415)
10
10
11
+
### Dependency Updates
12
+
13
+
- Upgraded `azure-core` from `1.14.0` to `1.15.0`.
14
+
- Upgraded Netty from `4.1.59.Final` to `4.1.60.Final`.
Copy file name to clipboardExpand all lines: sdk/core/azure-core-http-okhttp/CHANGELOG.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
1
# Release History
2
2
3
-
## 1.7.0-beta.1 (Unreleased)
3
+
## 1.6.1 (2021-04-02)
4
4
5
5
### Bug Fixes
6
6
7
7
- Fixed a bug where a proxy's address is only resolved during construction of the client, now it is resolved per connection. [#19497](https://github.com/Azure/azure-sdk-for-java/issues/19497)
8
8
9
+
### Dependency Updates
10
+
11
+
- Upgraded `azure-core` from `1.14.0` to `1.15.0`.
0 commit comments