File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
- ## [ v1.0.6] ( https://github.com/simvue-io/client/releases/tag/v1.0.6 ) - 2024-10-10
4
-
5
- * Fix incorrect usage of ` retry ` when attempting connections to the server.
6
-
7
- ## [ v1.0.5] ( https://github.com/simvue-io/client/releases/tag/v1.0.5 ) - 2024-10-09
3
+ ## Unreleased
8
4
9
5
* Add option to specify a callback executed when an alert is triggered for a run.
10
6
* Allow retrieval of all alerts when no constraints are specified.
13
9
* Allow the disabling of heartbeat to allow runs to continue indefinitely.
14
10
* Verify Simvue server URL as early as possible.
15
11
* Indicate the source used for token and URL.
12
+ * Migrate to ` simvue.toml ` from ` simvue.ini ` , allowing more defaults to be set during runs.
13
+
14
+ ## [ v1.0.6] ( https://github.com/simvue-io/client/releases/tag/v1.0.6 ) - 2024-10-10
15
+
16
+ * Fix incorrect usage of ` retry ` when attempting connections to the server.
17
+
18
+ ## [ v1.0.5] ( https://github.com/simvue-io/client/releases/tag/v1.0.5 ) - 2024-10-09
19
+
16
20
* Ensure all functionality is deactivated when mode is set to ` disabled ` .
17
21
* When an exception is thrown an event is sent to Simvue displaying the traceback.
18
22
* If ` add_process ` is used and an exception is thrown, ` .err ` and ` .out ` files are still uploaded.
19
- * Migrate to ` simvue.toml ` from ` simvue.ini ` , allowing more defaults to be set during runs.
20
23
21
24
## [ v1.0.4] ( https://github.com/simvue-io/client/releases/tag/v1.0.4 ) - 2024-09-24
22
25
You can’t perform that action at this time.
0 commit comments