- allow user to set cache-control header for fan-out use-case: Ref: https://www.fastly.com/blog/server-sent-events-fastly
1.0.0
- drop support for python 3.6 and 3.7 - removed unused private attribute `_loop` from class `EventSourceResponse` - updated example in README.md
0.10.3
- fix: use starlette's code to set proper content-type and charset - fix: update examples
0.10.0
- base EventSourceResponse on latest starlette StreamingResponse (0.17.1) and use anyio - breaking change: `response.wait()` and `response.stop_streaming()` removed
0.9.0
- add sse comment support
0.8.1
- minimum required python version relaxed to python 3.6