Skip to content

Commit 088b729

Browse files
committed
Updated changelog.
1 parent 83f85a4 commit 088b729

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
* Adding `select`, `get_all` and `get_count` functions to Binaries API.
4+
* Fixing imports for situations where client-side filtering libraries are not imported. The library supports
5+
optional dependncy definitions: `c8y_api[filters]` to support all available filters, `c8y_api[pydf]`,
6+
`c8y_api[jmespath]`, and `c8y_api[jsonpath]` to support PyDF, JMESPath or JSONPath accordingly.
7+
* Harmonizing page size and limit - the page size of a query should never exceed a given limit (as this would
8+
be pointless). This feature also allows just specifying the limit for a query, the page size will
9+
automatically be adjusted.
10+
311
## Version 3.5.0
412

513
* Added client-side filtering to many of the standard API (wherever sensibly applicable); These APIs `select`

0 commit comments

Comments
 (0)