File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
- ## Unreleased
2
+ ## [ v2.1.0 ] ( https://github.com/simvue-io/client/releases/tag/v2.1.0 ) - 2025-03-28
3
3
* Removed CodeCarbon dependence in favour of a slimmer solution using the CO2 Signal API.
4
4
* Added sorting to server queries, users can now specify to sort by columns during data retrieval from the database.
5
+ * Added pagination of results from server to reduce await time in responses.
6
+ * Added equivalent of folder details modification function to ` Client ` class.
5
7
## [ v2.0.1] ( https://github.com/simvue-io/client/releases/tag/v2.0.1 ) - 2025-03-24
6
8
* Improvements to docstrings on methods, classes and functions.
7
9
## [ v2.0.0] ( https://github.com/simvue-io/client/releases/tag/v2.0.0 ) - 2025-03-07
Original file line number Diff line number Diff line change @@ -42,5 +42,6 @@ keywords:
42
42
- alerting
43
43
- simulation
44
44
license : Apache-2.0
45
- version : 2.0.1
46
- date-released : ' 2025-03-24'
45
+ commit : 8f13a7adb2ad0ec53f0a4949e44e1c5676ae342d
46
+ version : 2.1.0
47
+ date-released : ' 2025-03-28'
You can’t perform that action at this time.
0 commit comments