Async Python Jetstream Client pypi.org/project/atproto_jetstream/
atproto jetstream python zstd

Changelog#

v0.3.0 -- 2026-02-06#

  • Handle zstd compression when JetstreamOptions.compress is True.
  • Remove url parameter and add JetstreamOptions.endpoint property.

v0.2.0 -- 2025-10-17#

  • Fix: make Identity.handle optional.
  • Ignore all non-text websocket messages.

v0.1.1 -- 2025-10-15#

  • Add py.typed file to expose type information.

v0.1.0 -- 2025-10-15#

  • First release