File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments