File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## [ v2.0.0-alpha3] ( https://github.com/simvue-io/client/releases/tag/v2.0.0a3 ) - 2025-03-04
4
+ * Updated codecarbon to work with new API
5
+ * Codecarbon now works with offline mode
6
+ * Codecarbon metadata dict is now nested
7
+ * Add PID to sender lock file so it can recover from crashes
8
+ * Add accept Gzip encoding
9
+ * Fixed list of processes to add / remove from existing list of objects
10
+ * Add step to resource metrics
11
+ * Fix bug where process user alerts should not be overridden if manually set by the user
12
+
3
13
## [ v2.0.0-alpha2] ( https://github.com/simvue-io/client/releases/tag/v2.0.0a2 ) - 2025-02-27
4
14
* Removed 'no config file' and 'unstaged changes' warnings from Offline mode as they do not apply
5
15
* Made ` staging_check ` not apply in Offline mode
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ keywords:
42
42
- alerting
43
43
- simulation
44
44
license : Apache-2.0
45
- commit : 83b9144abd2092d4be304bf742d72a249ad1d8ff
46
- version : 2.0.0a2
47
- date-released : ' 2025-02-27 '
45
+ commit : 64ff8a5344232d44fc7da5b6ff601d3023497977
46
+ version : 2.0.0a3
47
+ date-released : ' 2025-03-04 '
48
48
references :
49
49
- title : mlco2/codecarbon
50
50
version : v2.8.2
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " simvue"
3
- version = " 2.0.0a2 "
3
+ version = " 2.0.0a3 "
4
4
description = " Simulation tracking and monitoring"
5
5
authors = [
6
6
{
name =
" Simvue Development Team" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments