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

update changelog for v0.3.0

+10 -5
+10 -5
CHANGELOG.md
··· 1 # Changelog 2 3 - ## v0.2.0 4 5 - - fix: make Identity.handle optional 6 - - ignore all non-text websocket messages 7 8 - ## v0.1.1 9 10 - Add `py.typed` file to expose type information. 11 12 - ## v0.1.0 13 14 - First release
··· 1 # Changelog 2 3 + ## v0.3.0 -- 2026-02-06 4 5 + - Handle zstd compression when `JetstreamOptions.compress` is `True`. 6 + - Remove `url` parameter and add `JetstreamOptions.endpoint` property. 7 + 8 + ## v0.2.0 -- 2025-10-17 9 + 10 + - Fix: make Identity.handle optional. 11 + - Ignore all non-text websocket messages. 12 13 + ## v0.1.1 -- 2025-10-15 14 15 - Add `py.typed` file to expose type information. 16 17 + ## v0.1.0 -- 2025-10-15 18 19 - First release