Releases: Cumulocity-IoT/cumulocity-python-api
Release 3.3.0-beta.9
Updated typing to be more generic.
Release 3.3.0-beta.10
Fixed application key to be optional for injected environments.
Release 3.3.0-beta.8
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
- Added release candidate version of subscription listener extension.
Release 3.3.0-beta.6
- Adding preview version of new subscription listener extension
Release 3.3.0-beta.5
- Added
get_count
operation to Operations API.
Release 3.3.0-beta.4
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
-
Added
as_tuples
parameter toget_all
andselect
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
Optimized integration with analytics tools
- Added code coverage reporting to
test
target for invoke. - Updated
as_tuple
for complex objects as well as theas_tuples
parameter forselect
andget_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 APIselect
andget_all
functions. - Adding
c8y_tk.analytics
package withto_numpy
,to_series
andto_data_frame
functions to
ease incorporating Cumulocity data into standard analytics pipelines.
Release 3.3.0-beta.1
Adding c8y_tk.analytics
package with to_numpy
, to_series
and to_data_frame
functions to ease incorporating Cumulocity data into standard analytics pipelines.