Releases: GetStream/stream-chat-python
Releases · GetStream/stream-chat-python
v4.4.1
v4.4.0
v4.3.0
v4.2.2
v4.2.1
v4.2.0
4.2.0 (2022-04-08)
Features
- add custom event endpoint (#103) (b619130)
- add device fields (#107) (3b582f5)
- add options to export channel (#100) (82f07ff)
- add provider management (#106) (9710a90)
- set keepalive timeout to 59s (#101) (e7707ea)
- swappable http client (#102) (1343f43)
- upser_user: deprecated update_user in favor of upsert_user (#109) (0b2a8aa)
Bug Fixes
v4.1.0
v4.0.0
4.0.0 (2022-01-18)
Features
- Add ratelimit info to response object, Plus remove Python 3.6 support (c472c0b)
The returned response objects are instances of
StreamResponseclass. It inherits fromdict, so it's fully backward compatible. Additionally, it provides other benefits such as rate limit information (resp.rate_limit()), response headers (resp.headers()) or status code (resp.status_code()).
v3.17.0
- Add options support into channel truncate
- Add options support into add members
- Add type hints
- Add internal flag report query and review endpoint support
- Improve tests and docs
v3.16.0
- Add support for assign_roles feature