Skip to content

Releases: sysid/sse-starlette

v3.0.2

27 Jul 09:07
Compare
Choose a tag to compare

v3.0.1

27 Jul 08:55
Compare
Choose a tag to compare

Full Changelog: v3.0.0...v3.0.1

v3.0.0

26 Jul 10:19
Compare
Choose a tag to compare

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

v2.4.1

06 Jul 09:40
Compare
Choose a tag to compare

Full Changelog: v2.4.0...v2.4.1

v2.4.0

06 Jul 09:30
Compare
Choose a tag to compare

What's Changed

  • add missing test dependencies to tox.ini by @ancieg in #121
  • Add an JSONServerSentEvent utility based on starlette JSONResponse by @cjavad in #136

New Contributors

Full Changelog: v2.3.6...v2.4.0

v2.3.6

30 May 13:33
Compare
Choose a tag to compare

What's Changed

  • Rework of documentation and examples by @sysid in #134

Full Changelog: v2.3.5...v2.3.6

v2.3.5

12 May 18:23
Compare
Choose a tag to compare

What's Changed

  • Fix streaming examples cannot be running in python3.9 by @neolooong in #123
  • Fix the type annotation on client_close_handler_callable by @frankdu in #130
  • [Improvement] Add listen_for_disconnect in cancel_scope by @lcamhoa in #131

New Contributors

Full Changelog: v2.3.0...v2.3.5

v2.3.4

04 May 19:30
Compare
Choose a tag to compare

What's Changed

  • Fix the type annotation on client_close_handler_callable by @frankdu in #130

New Contributors

Full Changelog: v2.3.3...v2.3.4

v2.3.3

24 Apr 17:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.3.3

v2.2.1

25 Dec 09:12
Compare
Choose a tag to compare

Full Changelog: v2.2.0...v2.2.1