We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4268676 commit e3cf626Copy full SHA for e3cf626
‎CHANGELOG.md
@@ -5,6 +5,8 @@
5
* Fixed bug where uploading larger files timed out leading to file of size 0B.
6
* Fixed bug where if the range or threshold of an alert is zero the alert type validation fails.
7
* Fixed bug in `Folder.ids` where `kwargs` were not being passed to `GET`.
8
+* Ensured all threads have `daemon=True` to prevent hanging on termination.
9
+* Added error when `close()` method is called within the `simvue.Run` context manager.
10
## [v2.1.1](https://github.com/simvue-io/client/releases/tag/v2.1.1) - 2025-04-25
11
* Changed from CO2 Signal to ElectricityMaps
12
* Fixed a number of bugs in how offline mode is handled with emissions
0 commit comments