Releases: devicehive/devicehive-python
Releases · devicehive/devicehive-python
v2.1.4
- Minor fixes and improvements
v2.1.2
- Device types support added
- Minor improvements
v2.1.0
New features:
- DeviceHiveApi class added
- Websocket transport improvements
- Docs improvements
Changes:
- Network's requests changed according to the new server API
- Users's requests changed according to the new server API
v2.0.2
New features:
- Request and response logging added
- User role added to tests
Fixes:
- Reduced CPU usage for HTTP transport
- Keyboard interrupt handling added
v2.0.1
New features:
- Configurable reconnection
- Disconnect API call
- Simple example added
v2.0.0
DeviceHive Python connectivity library. Can be installed with:
sudo pip install devicehive
https://pypi.python.org/pypi/devicehive
Features:
- HTTP and Websocket transports support
- Automatic reauthorization
- Simple API usage