File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
# 0.2.1
2
2
3
- * Initial public alpha release
3
+ * Initial public alpha release.
4
4
5
5
# 0.2.3
6
6
7
- * Initial support for git sync (still WIP)
7
+ * Initial support for git sync (still WIP).
8
8
9
9
# 0.2.4
10
10
11
- * Fix FileVar not working
12
- * Rewrote git sync support to use system git
11
+ * Fix FileVar not working.
12
+ * Rewrote git sync support to use system git.
13
13
14
14
# 0.3.0
15
15
16
- * Added optional tenant field to ScriptInstance
16
+ * Added optional tenant field to ScriptInstance.
17
17
18
18
# 0.3.1
19
19
20
- * Added last_execution column to ScriptInstance table
21
- * Slight change in default columns for ScriptInstance table
20
+ * Added last_execution column to ScriptInstance table.
21
+ * Slight change in default columns for ScriptInstance table.
22
+
23
+ # 0.3.2
24
+
25
+ * Add scheduled/interval to script execution details
26
+ * Fix duration being calculed by created time when not started yet.
27
+ * Set new request id when scheduling the next task. Fixes exception when the next script was queued.
You can’t perform that action at this time.
0 commit comments