File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## [ v1.0.2] ( https://github.com/simvue-io/client/releases/tag/v1.0.2 ) - 2024-08-21
4
+
5
+ * Fix incorrect HTTP status code in ` Client ` when checking if object exists.
6
+ * Fix issue with ` running=False ` when launching a ` Run ` caused by incorrect system metadata being sent to the server.
7
+
3
8
## [ v1.0.1] ( https://github.com/simvue-io/client/releases/tag/v1.0.1 ) - 2024-07-16
4
9
5
10
* Fix to ` add_process ` with list of strings as arguments, the executable no longer returns the string ` "None" ` .
60
65
* Added logging messages for debugging when debug level set to ` debug ` .
61
66
62
67
## [ v0.11.2] ( https://github.com/simvue-io/client/releases/tag/v0.11.2 ) - 2023-03-06
68
+
63
69
* Raise exceptions in ` Client ` class methods if run does not exist or artifact does not exist.
64
70
* (Bug fix) ` list_artifacts ` optional category restriction now works.
65
71
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ keywords:
42
42
- alerting
43
43
- simulation
44
44
license : Apache-2.0
45
- commit : 74054e4c586f5b55ff62b95d05ad5fe67d8807f7
46
- version : 1.0.1
47
- date-released : ' 2024-07-16 '
45
+ commit : dd47b0c04e5c634a5bb39b216c71a38987de4360
46
+ version : 1.0.2
47
+ date-released : ' 2024-08-21 '
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " simvue"
3
- version = " 1.0.1 "
3
+ version = " 1.0.2 "
4
4
description = " Simulation tracking and monitoring"
5
5
authors = [
" Simvue Development Team <[email protected] >" ]
6
6
license = " Apache v2"
You can’t perform that action at this time.
0 commit comments