Skip to content

Releases: Cumulocity-IoT/cumulocity-python-api

Release 3.7.2-beta.1

06 Feb 10:00

Choose a tag to compare

Release 3.7.2-beta.1 Pre-release
Pre-release
  • Updated documentation to use mkdocs

Release 3.7.1-alpha.2

30 Jan 16:34

Choose a tag to compare

Release 3.7.1-alpha.2 Pre-release
Pre-release
v3.7.1-alpha.2

Adding `send` function. Fixing `ack` implementation.

Release 3.7.1-alpha.1

30 Jan 10:33

Choose a tag to compare

Release 3.7.1-alpha.1 Pre-release
Pre-release

Release 3.7.0

22 Jan 16:00

Choose a tag to compare

  • Adding aggregation_function and aggregation_interval parameters to the Measurements.get_series function
    to support the latest series aggregation features as described in the
    Cumulocity OpenAPI Documentation.

Release 3.6.0

18 Dec 11:05
0a73716

Choose a tag to compare

  • Fixed a bug in get_count for when no additional filter parameter was provided.
  • Switching to withTotalElements instead of withTotalPages in get_count implementations.
  • Adding select, get_all and get_count functions to Binaries API and Operations API.
  • Adding c8y_tk.analytics.parallel module and ParallelExecutor class which can be used to reduce I/O wait
    time through concurrent API requests and asynchronous result collection.

Release 3.5.2-beta.2

16 Dec 14:12

Choose a tag to compare

Release 3.5.2-beta.2 Pre-release
Pre-release
  • Fixed a bug in get_count for when no additional filter parameter was provided.
  • Switching to withTotalElements instead of withTotalPages in get_count implementations.
  • Adding select, get_all and get_count functions to Binaries API and Operations API.
  • Adding c8y_tk.analytics.parallel module and ParallelExecutor class which can be used to reduce I/O wait
    time through concurrent API requests and asynchronous result collection.

Release 3.5.2-beta.2

12 Dec 19:39

Choose a tag to compare

Release 3.5.2-beta.2 Pre-release
Pre-release
  • Adding c8y_tk.analytics.parallel module and ParallelExecutor class which can be used to reduce I/O wait
    time through concurrent API requests and asynchronous result collection.

Release 3.5.2-beta.1

04 Nov 20:26

Choose a tag to compare

Release 3.5.2-beta.1 Pre-release
Pre-release
  • 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.

Release 3.5.1

23 Oct 14:15

Choose a tag to compare

Fixed client-side filtering error handling for non-supporting projects.

Release 3.5.1-beta.1

14 Oct 14:48

Choose a tag to compare

Release 3.5.1-beta.1 Pre-release
Pre-release

Fixed client-side filtering error handling for non-supporting projects.