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 11# Change log
22
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+
313## [ v2.0.0-alpha2] ( https://github.com/simvue-io/client/releases/tag/v2.0.0a2 ) - 2025-02-27
414* Removed 'no config file' and 'unstaged changes' warnings from Offline mode as they do not apply
515* Made ` staging_check ` not apply in Offline mode
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ keywords:
4242 - alerting
4343 - simulation
4444license : 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 '
4848references :
4949- title : mlco2/codecarbon
5050 version : v2.8.2
Original file line number Diff line number Diff line change 11[project ]
22name = " simvue"
3- version = " 2.0.0a2 "
3+ version = " 2.0.0a3 "
44description = " Simulation tracking and monitoring"
55authors = [
66 {name = " Simvue Development Team" , email = " info@simvue.io" }
You can’t perform that action at this time.
0 commit comments