Releases: Cumulocity-IoT/cumulocity-python-api
Releases · Cumulocity-IoT/cumulocity-python-api
Release 3.7.2-beta.1
- Updated documentation to use mkdocs
Release 3.7.1-alpha.2
v3.7.1-alpha.2 Adding `send` function. Fixing `ack` implementation.
Release 3.7.1-alpha.1
- Fixed Issue #87
Release 3.7.0
- Adding
aggregation_functionandaggregation_intervalparameters to theMeasurements.get_seriesfunction
to support the latest series aggregation features as described in the
Cumulocity OpenAPI Documentation.
Release 3.6.0
- Fixed a bug in
get_countfor when no additional filter parameter was provided. - Switching to
withTotalElementsinstead ofwithTotalPagesinget_countimplementations. - Adding
select,get_allandget_countfunctions to Binaries API and Operations API. - Adding
c8y_tk.analytics.parallelmodule andParallelExecutorclass which can be used to reduce I/O wait
time through concurrent API requests and asynchronous result collection.
Release 3.5.2-beta.2
- Fixed a bug in
get_countfor when no additional filter parameter was provided. - Switching to
withTotalElementsinstead ofwithTotalPagesinget_countimplementations. - Adding
select,get_allandget_countfunctions to Binaries API and Operations API. - Adding
c8y_tk.analytics.parallelmodule andParallelExecutorclass which can be used to reduce I/O wait
time through concurrent API requests and asynchronous result collection.
Release 3.5.2-beta.2
- Adding
c8y_tk.analytics.parallelmodule andParallelExecutorclass which can be used to reduce I/O wait
time through concurrent API requests and asynchronous result collection.
Release 3.5.2-beta.1
- Adding
select,get_allandget_countfunctions 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], andc8y_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.
Release 3.5.1
Fixed client-side filtering error handling for non-supporting projects.
Release 3.5.1-beta.1
Fixed client-side filtering error handling for non-supporting projects.