Releases: corvis/prana_rc
Releases · corvis/prana_rc
Version 0.4.4 (stable)
This release includes new 2 major features:
- Added full support for devices equipped with sensors (temperature, humidity, CO2, VOC, pressure)
- Added ability to control display brightness
Also, there are some changes to the way to manage connections which might reduce the number of re-connection attempts
The full list of changes is below
Implemented enhancements:
- Ability to control display brightness #19
- VOC and CO2 sensors support #18
Fixed bugs:
- Prevent multiple simultaneous connection attempts to different devices #27
- Multiple re-connection attempts some times lead to command failure #24
- Incorrect sensor readings #21
Closed issues:
- Docs: Describe sensors #26
- Docs: Describe SetState object structure #25
Version 0.4.3
Changes
Implemented enhancements:
- Ability to control display brightness #19
Fixed bugs:
- Multiple re-connection attempts some times lead to command failure #24
Version 0.4.2
Changes
Implemented enhancements:
- Ability to control display brightness #19
Fixed bugs:
- Multiple re-connection attempts some times lead to command failure #24
Version 0.4.1
Implemented enhancements:
- VOC and CO2 sensors support #18
Fixed bugs:
- Incorrect sensor readings #21
Version 0.4.0
Implemented enhancements:
- Eco Energy series support (temperature, humidity sensors) #14
Fixed bugs:
- Fix logger to support enable extensive logging via env. variable #15
Version 0.3.11
Resolved issue related to the client library packaging.
Version 0.3.7
Implemented enhancements:
- Add "disconnect_all" method to force termination of the ble connection without server restart #12
- Add healthcheck api method to query server status and verify connections from the remote client #11
- Add current brightness value to the device state #10
0.3.4
Implemented enhancements:
- Add timeout before connection attempts #6
Fixed bugs:
- HTTP Server doesn't closed ble connections correctly on sigterm #8
- HTTP client fails to send set state command due to serialization error #7
- CLI tries to proceed with business logic even when connection wasn't established #5
0.3.3
Implemented enhancements:
- Improve error handling to the client receive more straightforward error message #4
- Improvements to the HTTP server inteface #3
Fixed bugs:
- Attempt number in case of connection failure is invalid in log message #2
0.3.2
Changes in this Release
- Made compatible with Bleak >= 0.8
- Fixed -format json flag