Skip to content

Release 3.5.2-beta.1

Pre-release
Pre-release

Choose a tag to compare

@chsou chsou released this 04 Nov 20:26
  • Adding select, get_all and get_count functions to Binaries API.
  • Fixing imports for situations where client-side filtering libraries are not imported. The library supports
    optional dependncy definitions: c8y_api[filters] to support all available filters, c8y_api[pydf],
    c8y_api[jmespath], and c8y_api[jsonpath] to support PyDF, JMESPath or JSONPath accordingly.
  • Harmonizing page size and limit - the page size of a query should never exceed a given limit (as this would
    be pointless). This feature also allows just specifying the limit for a query, the page size will
    automatically be adjusted.