Releases: GetStream/stream-chat-python
Releases · GetStream/stream-chat-python
v3.6.0
- Add custom permission/role lifecycle endpoints
v3.5.0
- Support additional claims for jwt token generation
v3.4.0
- Add channel mute/unmute for a user
- Add
cidproperty helper for a channel
v3.3.0
- Add options to send message
- for example to silence push notification on this message:
channel.send_message({"text": "hi"}, user_id, skip_push=True)
- for example to silence push notification on this message:
v3.2.1
- Drop brotli dependency in async, causes install issues in Darwin
- upstream needs updates
v3.2.0
- Add channel partial update
v3.1.1
- Bump pyjwt to 2.x
v3.1.0
- Add check SQS helper
v3.0.1
- Use f strings internally
- Improve readme and dependency install
- Use github actions
v3.0.0
- Add async version of the client
- Make double invite accept/reject noop