Skip to content

v1.2.4

Compare
Choose a tag to compare
@Zephyrkul Zephyrkul released this 06 Jan 06:18
· 9 commits to master since this release
462dfb2

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