Skip to content

Releases: GetStream/stream-chat-python

v4.4.1

17 Aug 15:56
1108999

Choose a tag to compare

4.4.1 (2022-08-17)

v4.4.0

17 Aug 14:08
ef598e3

Choose a tag to compare

4.4.0 (2022-08-17)

Features

Bug Fixes

  • handle broken rate limit as best effort (#126) (683529d)

v4.3.0

30 May 15:17
c7b2fef

Choose a tag to compare

4.3.0 (2022-05-30)

Features

v4.2.2

10 May 08:17
aee58da

Choose a tag to compare

4.2.2 (2022-05-10)

Features

  • verify_webhook: bytes as signature header (#119) (1658d0b)

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