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
# Changelog
2
3
-
## v0.2.0
4
5
-
- fix: make Identity.handle optional
6
-
- ignore all non-text websocket messages
0
0
0
0
0
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