Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.0] - 2026-01-22

- Add SSE watchdog to detect stuck connections and trigger recovery via polling fallback [#20]
- Fix 401/403 handling in SSE streaming loop - now properly catches HTTPError instead of unreachable UnauthorizedException [#20]
- Fix silent SSE loop exits by catching BaseException and adding finally block logging [#20]
- Ensure streaming starts even when checkpoint loading fails, allowing SSE to recover [#20]
- Pin Poetry version to 1.8.5 in CI workflows to fix installation failures [#20]

## [1.1.1] - 2025-11-20

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