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/core-lro/CHANGELOG.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,16 @@
1
1
# Release History
2
2
3
-
## 2.4.0 (Unreleased)
3
+
## 2.4.0 (2022-09-29)
4
4
5
5
### Features Added
6
6
7
-
- Add `resolveOnUnsuccessful` to `CreatePollerOptions` and `LroEngineOptions` to control whether to throw an error if the operation failed or was canceled.
8
-
9
-
### Breaking Changes
7
+
- Add `resolveOnUnsuccessful` to `CreateHttpPollerOptions` and `LroEngineOptions` to control whether to throw an error if the operation failed or was canceled.
10
8
11
9
### Bugs Fixed
12
10
13
11
- Precisely detect when an operation failed without relying on exceptions raised by the underlying core library.
0 commit comments