v1.2.4
What's Changed
- Added
sans.serversent_events
, an (optionally async) iterator over server-sent events- Events timestamps and IDs will be parsed into datetimes and ints, respectively
- Compared to 1.2.4b1:
- This iterator will lazily determine whether to be async or not if no client is passed
- Filters will be properly url-encoded according to the endpoint's requirements
- Added missing typehints
Full Changelog: 1.2.3...1.2.4