Skip to content

Commit b963a5d

Browse files
jkebingerclaude
andauthored
Update CHANGELOG for 1.2.0 release (#21)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ffcb022 commit b963a5d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## [1.1.1] - 2025-11-20
412

513
- Fix InternalLogger to properly register with Python's logging hierarchy, enabling handler propagation from `logging.basicConfig()` and parent loggers [#18]

0 commit comments

Comments
 (0)