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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,17 @@
1
1
# Release History
2
2
3
-
## 1.14.0-beta.1 (Unreleased)
4
-
5
-
### Features Added
6
-
7
-
### Breaking Changes
3
+
## 1.13.2 (2023-04-07)
8
4
9
5
### Bugs Fixed
10
6
7
+
- Fixed a bug where sending an `http` request with an empty body created from `BinaryData.fromFile` would throw an error. ([#34294](https://github.com/Azure/azure-sdk-for-java/pull/34294))
8
+
11
9
### Other Changes
12
10
11
+
#### Dependency Updates
12
+
13
+
- Upgraded `azure-core` from `1.37.0` to `1.38.0`.
0 commit comments