Released 2025-01-09
- chore: change the log level. (#21)
- feat: allow users to set
latest_event_id
during initialization. (#24)
Released 2025-01-07
- fix: close session in
EventSource.close()
instead ofEventSource.__exit__()
(#17) - chore: drop support for Python 3.7. You may still be able to use this library on Python 3.7, but we are not testing it and are no longer sure if it will work well.
Released 2024-05-06
- chore: fix whitespace sensitive content-type. (#15)
Released 2023-12-13
- chore: add support for Python 3.7. (#12)
Released 2023-11-12
- Fix the issue where the kwargs could be modified. (#4)
- Provide better error handling. (#5)
- Remove
option
param. (#6)
Released 2023-11-11
- Allow users to set the
timeout
duration, which can enhance the reliability ofEventSource
by configuring it. (#1) - Fix the issue where
on_message
is called when the message type is notmessage
. (#2)
Released 2023-11-08
- Initial release.