forked from platypush/platypush
Updated CHANGELOG
This commit is contained in:
parent
26d9aaa5b1
commit
2b8a5fee88
1 changed files with 7 additions and 1 deletions
|
@ -4,18 +4,24 @@ All notable changes to this project will be documented in this file.
|
||||||
Given the high speed of development in the first phase, changes are being
|
Given the high speed of development in the first phase, changes are being
|
||||||
reported only starting from v0.20.2.
|
reported only starting from v0.20.2.
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.24.5] - 2023-02-22
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added `hid` plugin to support discoverability and data interaction with
|
- Added `hid` plugin to support discoverability and data interaction with
|
||||||
generic HID devices - like Bluetooth/USB peripherals, joysticks, dongles and
|
generic HID devices - like Bluetooth/USB peripherals, joysticks, dongles and
|
||||||
any other type of devices that supports the HID interface.
|
any other type of devices that supports the HID interface.
|
||||||
|
|
||||||
|
- Added `timeout` parameter to `websocket.send` to prevent messages sent on a
|
||||||
|
non-responsive websocket from getting the websocket loop stuck
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Running the Zeroconf registration logic in another thread in `backend.http`,
|
- Running the Zeroconf registration logic in another thread in `backend.http`,
|
||||||
so failures in the Zeroconf logic don't affect the startup of the web server.
|
so failures in the Zeroconf logic don't affect the startup of the web server.
|
||||||
|
|
||||||
|
- (Temporarily) introduced `sqlalchemy < 2.0.0` as a requirement - a PR with a
|
||||||
|
migration to the new stable version of SQLAlchemy is in TODO.
|
||||||
|
|
||||||
## [0.24.4] - 2022-12-20
|
## [0.24.4] - 2022-12-20
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue