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_countoperation 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_tuplesparameter toget_allandselectfunctions of the Inventory, DeviceInventory,
DeviceGroupInventory, Events, Alarms, Users, Operations, and AuditRecords API. -
Added code coverage reporting to
testtarget for invoke.
Release 3.3.0-beta.2
Optimized integration with analytics tools
- Added code coverage reporting to
testtarget for invoke. - Updated
as_tuplefor complex objects as well as theas_tuplesparameter forselect
andget_allfunctions to work with strings or 2-tuples. The use of a dictionary
was removed as dictionaries don't define an order. - Added
as_tuplesparameter to the Measurements APIselectandget_allfunctions. - Adding
c8y_tk.analyticspackage withto_numpy,to_seriesandto_data_framefunctions 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.