Releases: GetStream/stream-chat-python
Releases · GetStream/stream-chat-python
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
v3.15.0
- Add update message partial support
- Add pin message and unpin message helpers
v3.14.0
- Add support for async endpoints
- get_task
- delete_users
- delete_channels
- Add support for permissions v2
- Add convenience helpers for shadow ban
- Use json helper for unmarshal response in async
- Add support for Python 3.10
v3.13.1
- Tweak connection pool configuration for idle timeouts
v3.13.0
- Add optional message into member updates