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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## [1.2.0] - 2026-01-22
4
+
5
+
- Add SSE watchdog to detect stuck connections and trigger recovery via polling fallback [#20]
6
+
- Fix 401/403 handling in SSE streaming loop - now properly catches HTTPError instead of unreachable UnauthorizedException [#20]
7
+
- Fix silent SSE loop exits by catching BaseException and adding finally block logging [#20]
8
+
- Ensure streaming starts even when checkpoint loading fails, allowing SSE to recover [#20]
9
+
- Pin Poetry version to 1.8.5 in CI workflows to fix installation failures [#20]
10
+
3
11
## [1.1.1] - 2025-11-20
4
12
5
13
- Fix InternalLogger to properly register with Python's logging hierarchy, enabling handler propagation from `logging.basicConfig()` and parent loggers [#18]
0 commit comments