Skip to content

Releases: GetStream/stream-chat-python

v4.2.1

21 Apr 10:29
f78f82d

Choose a tag to compare

4.2.1 (2022-04-21)

Features

v4.2.0

08 Apr 09:53
bdd6e81

Choose a tag to compare

4.2.0 (2022-04-08)

Features

Bug Fixes

v4.1.0

20 Jan 15:57
2f8f22a

Choose a tag to compare

4.1.0 (2022-01-20)

Features

v4.0.0

19 Jan 04:51
f03b196

Choose a tag to compare

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 StreamResponse class. It inherits from dict, 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

06 Jan 11:18

Choose a tag to compare

  • 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

15 Nov 17:01

Choose a tag to compare

  • Add support for assign_roles feature

v3.15.0

12 Nov 22:19

Choose a tag to compare

  • Add update message partial support
  • Add pin message and unpin message helpers

v3.14.0

01 Nov 20:27

Choose a tag to compare

  • 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

14 Sep 14:01

Choose a tag to compare

  • Tweak connection pool configuration for idle timeouts

v3.13.0

07 Sep 08:39

Choose a tag to compare

  • Add optional message into member updates