Released 2023-11-11
- Allow users to set the `timeout` duration, which can enhance the reliability of `EventSource` by configuring
it. ([1](https://github.com/overcat/requests-sse/pull/1))
- Fix the issue where `on_message` is called when the message type is
not `message`. ([2](https://github.com/overcat/requests-sse/pull/2))