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: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
# 3.2.2
2
+
3
+
### Improvements
4
+
5
+
- Released [OkHttp](https://square.github.io/okhttp/) module.
6
+
- Released [Retrofit](https://square.github.io/retrofit/) module.
7
+
- Added `Call` support to `FailsafeExecutor`, which can cancel synchrnous calls.
8
+
- Added `onCancel` callback to `ExecutionContext`, which can propagate cancellations.
9
+
10
+
### SPI Changes
11
+
12
+
-`SyncExecutionInternal.isInterruptable()` and `.setInterrupted` were removed and `.interrupt()` was added instead to simplify performing an interruption.
0 commit comments