You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Fixed
- Config flow was still using old 15s timeout and missing User-Agent headers
- Added specific handling for asyncio.CancelledError during setup
- Users experiencing timeouts during initial setup should now connect reliably
## Improved
- Config flow now uses 30s timeout with 10s connect timeout
- Added User-Agent headers to prevent WAF/CDN blocking
- Better error messages for DNS, SSL, timeout issues during setup
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
All notable changes to Ultra Card Pro Cloud will be documented in this file.
4
4
5
+
## [1.0.4] - 2024-12-23
6
+
7
+
### Fixed
8
+
-**Config Flow Connection Issues**: Updated `config_flow.py` with the same connection improvements as coordinator - was still using old 15s timeout and missing User-Agent headers
9
+
-**asyncio.CancelledError Handling**: Added specific handling for cancelled/interrupted requests during setup
10
+
- Users experiencing timeouts during initial setup should now have more reliable connections
11
+
12
+
### Improved
13
+
- Config flow now uses 30s timeout (was 15s) with 10s connect timeout
14
+
- Added User-Agent headers to config flow requests
15
+
- Better error messages for DNS, SSL, timeout, and connection issues during setup
0 commit comments