File tree Expand file tree Collapse file tree 7 files changed +14
-92
lines changed Expand file tree Collapse file tree 7 files changed +14
-92
lines changed Original file line number Diff line number Diff line change 44
55.. towncrier release notes start
66
7+ 2.2.0 (2024-02-29)
8+ ==================
9+
10+ - Added typing support.
11+ - Added ``EventSourceResponse.is_connected() `` method.
12+ - Added ``EventSourceResponse.last_event_id() `` method.
13+ - Added support for SSE with HTTP methods other than GET.
14+ - Added support for float ping intervals.
15+ - Fixed (on Python 3.11+) ``EventSourceResponse.wait() `` swallowing user cancellation.
16+ - Fixed ping task not getting cancelled after a send failure.
17+ - Cancelled the ping task when a connection error occurs to help avoid errors.
18+ - Dropped support for Python 3.7 while adding support upto Python 3.12.
19+
7202.1.0 (2021-11-13)
821==================
922
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010
1111from .helpers import _ContextManager
1212
13- __version__ = "2.1 .0"
13+ __version__ = "2.2 .0"
1414__all__ = ["EventSourceResponse" , "sse_response" ]
1515
1616
You can’t perform that action at this time.
0 commit comments