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 11# Change log
22
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+
38## [ v1.0.1] ( https://github.com/simvue-io/client/releases/tag/v1.0.1 ) - 2024-07-16
49
510* Fix to ` add_process ` with list of strings as arguments, the executable no longer returns the string ` "None" ` .
6065* Added logging messages for debugging when debug level set to ` debug ` .
6166
6267## [ v0.11.2] ( https://github.com/simvue-io/client/releases/tag/v0.11.2 ) - 2023-03-06
68+
6369* Raise exceptions in ` Client ` class methods if run does not exist or artifact does not exist.
6470* (Bug fix) ` list_artifacts ` optional category restriction now works.
6571
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ keywords:
4242 - alerting
4343 - simulation
4444license : 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 11[tool .poetry ]
22name = " simvue"
3- version = " 1.0.1 "
3+ version = " 1.0.2 "
44description = " Simulation tracking and monitoring"
55authors = [" Simvue Development Team <info@simvue.io>" ]
66license = " Apache v2"
You can’t perform that action at this time.
0 commit comments