What's New in v3.0.0
No breaking changes expected.
- Fix Issue #140: Replace global AppStatus.should_exit_event with context-local events by @sysid in #141
Major Thread Safety Improvements
- Multi-Threading Support: SSE now works correctly in multi-threaded applications
- Multi-Loop Support: Full compatibility with multiple asyncio event loops
- Automatic Test Isolation: No more manual state resets needed in tests
- Context-Local Events: Replaced global state with context-aware event management
Development Experience
- Modern APIs: Updated to Starlette's lifespan parameter (no more deprecation warnings)
- Clean Testing: Improved pytest configuration and dependency management
Full Changelog: v2.4.1...v3.0.0