diff --git a/RELEASE.md b/RELEASE.md index 49b9dd8..3b2a3a8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,8 +3,9 @@ ## v1.12.10 - Various Updates * PyPI 1.12.10 -* Updates to scanner, added error code and helpful troubleshooting messages, make connection/key errors more descriptive. -* Added socketRetryLimit (`connection_retry_limit`) and socketRetryDelay (`connection_retry_limit`) to Device constructor args. +* Various updates inspired by recent issues by @uzlonewolf in https://github.com/jasonacox/tinytuya/pull/397 - Updates to scanner, added error code and helpful troubleshooting messages, make connection/key errors more descriptive, added socketRetryLimit (`connection_retry_limit`) and socketRetryDelay (`connection_retry_limit`) to Device constructor args. +* [[MQTT Gateway for Server](https://github.com/jasonacox/tinytuya/blob/master/server/mqtt/mqtt_gateway.py)] Fixed endless loop causing 100% cpu usage by @michaelmittermair in https://github.com/jasonacox/tinytuya/pull/390 + ## v1.12.9 - Import Issue with urllib3