Commit cae5564
authored
move NewBatchFuture API to stable workflow package (#1459)
Signed-off-by: Shijie Sheng <liouvetren@gmail.com>
Detailed Description
Move NewBatchFuture API out of X package.
Impact Analysis
Backward Compatibility: breaking for x package users. This is expected since it's experimental feature
Forward Compatibility: not applicable since it's a pure client side feature
Testing Plan
Unit Tests: Yes but not for this pure package change particularly.
Persistence Tests: no applicable
Integration Tests: we have
Compatibility Tests: it's an intended breaking change
Rollout Plan
What is the rollout plan? Existing users will need to make code changes after upgrading it.
Does the order of deployment matter? No
Is it safe to rollback? Does the order of rollback matter? Yes. No
Is there a kill switch to mitigate the impact immediately? Not needed1 parent 2737bd0 commit cae5564
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
0 commit comments