From 64713c1a3065b326bdbd85b76c50c943c99cfe40 Mon Sep 17 00:00:00 2001 From: "Jason A. Cox" Date: Thu, 17 Aug 2023 20:33:07 -0700 Subject: [PATCH] v1.12.10 updates --- RELEASE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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