Skip to content

Releases: GetStream/stream-chat-python

v3.6.0

10 Mar 10:12

Choose a tag to compare

  • Add custom permission/role lifecycle endpoints

v3.5.0

26 Feb 23:20

Choose a tag to compare

  • Support additional claims for jwt token generation

v3.4.0

22 Feb 22:00

Choose a tag to compare

  • Add channel mute/unmute for a user
  • Add cid property helper for a channel

v3.3.0

22 Feb 14:58

Choose a tag to compare

  • Add options to send message
    • for example to silence push notification on this message: channel.send_message({"text": "hi"}, user_id, skip_push=True)

v3.2.1

09 Feb 10:19

Choose a tag to compare

  • Drop brotli dependency in async, causes install issues in Darwin
    • upstream needs updates

v3.2.0

08 Feb 16:24

Choose a tag to compare

  • Add channel partial update

v3.1.1

22 Jan 17:15

Choose a tag to compare

  • Bump pyjwt to 2.x

v3.1.0

05 Jan 16:17

Choose a tag to compare

  • Add check SQS helper

v3.0.1

17 Dec 22:14
93b6a02

Choose a tag to compare

  • Use f strings internally
  • Improve readme and dependency install
  • Use github actions

v3.0.0

09 Dec 18:19

Choose a tag to compare

  • Add async version of the client
  • Make double invite accept/reject noop