- Update the native library
- Fix response header construction
- Add certificate renew timeout for Let's Encrypt
- Mitigate possible slowloris attacks
- Lower the memory footprint
- Fix poll after error in the native lib
- Add missing Connection and Upgrade headers in responses to HTTP/1.1 connection upgrades
- Do not forward hop-by-hop and non-http2 headers to the device and fix connection upgrades
- Allow constructing responses with body and headers as
__init__arguments - Improve logging in situations when a device is registered but forwarding a client request fails for some reason
- Fix invalid memory access when reading data from the Authorization object within an asynchronous request handler
- Detect broken device connections
- Updated dependency
- Initial release