File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# Change log
22
3+ ## [ v1.0.3] ( https://github.com/simvue-io/client/releases/tag/v1.0.3 ) - 2024-09-23
4+
5+ * Fix issue of hanging threads when exception raised by script using the API.
6+
37## [ v1.0.2] ( https://github.com/simvue-io/client/releases/tag/v1.0.2 ) - 2024-08-21
48
59* Fix incorrect HTTP status code in ` Client ` when checking if object exists.
3741
3842* Added ` plot_metrics ` method to the ` Client ` class to simplify plotting metrics.
3943* (Bug fix) ` reconnect ` works without a uuid being specified when ` offline ` mode isn't being used.
40- * (Bug fix) Restrict version of Pydantic to prevent V2 from accidently being used.
44+ * (Bug fix) Restrict version of Pydantic to prevent v2 from accidentally being used.
4145
4246## [ v0.13.1] ( https://github.com/simvue-io/client/releases/tag/v0.13.1 ) - 2023-03-28
4347
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 : dd47b0c04e5c634a5bb39b216c71a38987de4360
46- version : 1.0.2
47- date-released : ' 2024-08-21 '
45+ commit : 9806e02d805414b7f9a6569b3021268b86aeec5c
46+ version : 1.0.3
47+ date-released : ' 2024-09-23 '
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " simvue"
3- version = " 1.0.2 "
3+ version = " 1.0.3 "
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