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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,19 @@
1
1
# Changelog
2
2
3
+
## Version 0.24.0
4
+
5
+
* Reverted "Added type safety to task decorator [302](https://github.com/closeio/tasktiger/issues/302)" due to buggy interaction with scheduled tasks.
6
+
3
7
## Version 0.23.0
4
-
* Added `Task.current_task_is_batch`
5
8
9
+
**Should not be used, use 0.24.0 and above instead**
10
+
11
+
* Added `Task.current_task_is_batch`
6
12
7
13
## Version 0.22.0
14
+
15
+
**Should not be used, use 0.24.0 and above instead**
16
+
8
17
* Minimum python version is now 3.10
9
18
* Added type safety to task decorator [302](https://github.com/closeio/tasktiger/issues/302). Wrapped functions retain type information for params and return value, plus capture some config that is added to the function.
0 commit comments