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 1
1
# Change log
2
2
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
+
3
7
## [ v1.0.2] ( https://github.com/simvue-io/client/releases/tag/v1.0.2 ) - 2024-08-21
4
8
5
9
* Fix incorrect HTTP status code in ` Client ` when checking if object exists.
37
41
38
42
* Added ` plot_metrics ` method to the ` Client ` class to simplify plotting metrics.
39
43
* (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.
41
45
42
46
## [ v0.13.1] ( https://github.com/simvue-io/client/releases/tag/v0.13.1 ) - 2023-03-28
43
47
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 : 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 1
1
[tool .poetry ]
2
2
name = " simvue"
3
- version = " 1.0.2 "
3
+ version = " 1.0.3 "
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