tangled
alpha
login
or
join now
nauta.one
/
atproto_jetstream
2
fork
atom
Async Python Jetstream Client
pypi.org/project/atproto_jetstream/
atproto
jetstream
python
zstd
2
fork
atom
overview
issues
pulls
pipelines
update changelog for v0.3.0
Mario Nachbaur
1 month ago
0576cd5b
61fff079
+10
-5
1 changed file
expand all
collapse all
unified
split
CHANGELOG.md
+10
-5
CHANGELOG.md
···
1
1
# Changelog
2
2
3
3
-
## v0.2.0
3
3
+
## v0.3.0 -- 2026-02-06
4
4
5
5
-
- fix: make Identity.handle optional
6
6
-
- ignore all non-text websocket messages
5
5
+
- Handle zstd compression when `JetstreamOptions.compress` is `True`.
6
6
+
- Remove `url` parameter and add `JetstreamOptions.endpoint` property.
7
7
+
8
8
+
## v0.2.0 -- 2025-10-17
9
9
+
10
10
+
- Fix: make Identity.handle optional.
11
11
+
- Ignore all non-text websocket messages.
7
12
8
8
-
## v0.1.1
13
13
+
## v0.1.1 -- 2025-10-15
9
14
10
15
- Add `py.typed` file to expose type information.
11
16
12
12
-
## v0.1.0
17
17
+
## v0.1.0 -- 2025-10-15
13
18
14
19
- First release