Skip to content

Commit 976b8f2

Browse files
committed
Prepare v2.1.0 release including ecoclient, pagination and sorting
1 parent 8f13a7a commit 976b8f2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Change log
2-
## Unreleased
2+
## [v2.1.0](https://github.com/simvue-io/client/releases/tag/v2.1.0) - 2025-03-28
33
* Removed CodeCarbon dependence in favour of a slimmer solution using the CO2 Signal API.
44
* 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.
57
## [v2.0.1](https://github.com/simvue-io/client/releases/tag/v2.0.1) - 2025-03-24
68
* Improvements to docstrings on methods, classes and functions.
79
## [v2.0.0](https://github.com/simvue-io/client/releases/tag/v2.0.0) - 2025-03-07

CITATION.cff

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ keywords:
4242
- alerting
4343
- simulation
4444
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'

0 commit comments

Comments
 (0)