Skip to content

v1.3.3

Latest

Choose a tag to compare

@kaleko kaleko released this 16 Oct 13:47
· 49 commits to main since this release

Release Notes for v1.3.3 (2025-10-16)

Features

  • Added end-of-stream message from backend to websocket connection to inform frontend when streaming is complete, allowing users to ask more questions

Bug Fixes

  • Fixed WebSocket timeout issue by implementing async Lambda architecture for processing large media files in chat
  • Resolved timeout and throttling errors when processing large media files

Dependencies

  • Bumped axios from 1.11.0 to 1.12.0 in /frontend
  • Bumped vite from 6.3.5 to 6.3.6 in /frontend

Technical Changes

  • Implemented async Lambda architecture for WebSocket handling
  • Created new async_streaming_processor.py module
  • Refactored chunked_ws_handler.py to use async processing
  • Enhanced API stack with improved WebSocket support