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 1 # Changelog 2 2 3 - ## v0.2.0 3 + ## v0.3.0 -- 2026-02-06 4 4 5 - - fix: make Identity.handle optional 6 - - ignore all non-text websocket messages 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. 7 12 8 - ## v0.1.1 13 + ## v0.1.1 -- 2025-10-15 9 14 10 15 - Add `py.typed` file to expose type information. 11 16 12 - ## v0.1.0 17 + ## v0.1.0 -- 2025-10-15 13 18 14 19 - First release