Skip to content

Releases: Cumulocity-IoT/cumulocity-python-api

Release 3.3.0-beta.9

28 May 07:58
Compare
Choose a tag to compare
Release 3.3.0-beta.9 Pre-release
Pre-release

Updated typing to be more generic.

Release 3.3.0-beta.10

28 May 09:17
Compare
Choose a tag to compare
Release 3.3.0-beta.10 Pre-release
Pre-release

Fixed application key to be optional for injected environments.

Release 3.3.0-beta.8

28 May 06:43
069ea0d
Compare
Choose a tag to compare
Release 3.3.0-beta.8 Pre-release
Pre-release

Single and multi tenant applications now automatically set the application_key property from the standard APPLICATION_KEY environment variable.

Release 3.3.0-beta.7

16 May 15:59
bcefb10
Compare
Choose a tag to compare
Release 3.3.0-beta.7 Pre-release
Pre-release
  • Added release candidate version of subscription listener extension.

Release 3.3.0-beta.6

05 May 15:50
Compare
Choose a tag to compare
Release 3.3.0-beta.6 Pre-release
Pre-release
  • Adding preview version of new subscription listener extension

Release 3.3.0-beta.5

15 Apr 12:41
Compare
Choose a tag to compare
Release 3.3.0-beta.5 Pre-release
Pre-release
  • Added get_count operation to Operations API.

Release 3.3.0-beta.4

15 Apr 06:22
68eb2bf
Compare
Choose a tag to compare
Release 3.3.0-beta.4 Pre-release
Pre-release

Switched as_tuples parameter in select and get_all functions to as_values allowing a non-tuple, single value extract.

Release 3.3.0-beta.3

18 Mar 14:26
Compare
Choose a tag to compare
Release 3.3.0-beta.3 Pre-release
Pre-release
  • Added as_tuples parameter to get_all and select functions of the Inventory, DeviceInventory,
    DeviceGroupInventory, Events, Alarms, Users, Operations, and AuditRecords API.

  • Added code coverage reporting to test target for invoke.

Release 3.3.0-beta.2

10 Mar 18:22
a5502dc
Compare
Choose a tag to compare
Release 3.3.0-beta.2 Pre-release
Pre-release

Optimized integration with analytics tools

  • Added code coverage reporting to test target for invoke.
  • Updated as_tuple for complex objects as well as the as_tuples parameter for select
    and get_all functions to work with strings or 2-tuples. The use of a dictionary
    was removed as dictionaries don't define an order.
  • Added as_tuples parameter to the Measurements API select and get_all functions.
  • Adding c8y_tk.analytics package with to_numpy, to_series and to_data_frame functions to
    ease incorporating Cumulocity data into standard analytics pipelines.

Release 3.3.0-beta.1

06 Mar 19:00
Compare
Choose a tag to compare
Release 3.3.0-beta.1 Pre-release
Pre-release

Adding c8y_tk.analytics package with to_numpy, to_series and to_data_frame functions to ease incorporating Cumulocity data into standard analytics pipelines.