Skip to content

Releases: GetStream/stream-chat-python

v4.4.2

Choose a tag to compare

@github-actions github-actions released this 22 Aug 10:08
93ce539

4.4.2 (2022-08-22)

v4.4.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 15:56
1108999

4.4.1 (2022-08-17)

v4.4.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 14:08
ef598e3

4.4.0 (2022-08-17)

Features

Bug Fixes

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

v4.3.0

Choose a tag to compare

@github-actions github-actions released this 30 May 15:17
c7b2fef

4.3.0 (2022-05-30)

Features

v4.2.2

Choose a tag to compare

@github-actions github-actions released this 10 May 08:17
aee58da

4.2.2 (2022-05-10)

Features

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

v4.2.1

Choose a tag to compare

@github-actions github-actions released this 21 Apr 10:29
f78f82d

4.2.1 (2022-04-21)

Features

v4.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 09:53
bdd6e81

4.2.0 (2022-04-08)

Features

Bug Fixes

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Jan 15:57
2f8f22a

4.1.0 (2022-01-20)

Features

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Jan 04:51
f03b196

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

Choose a tag to compare

@ferhatelmas ferhatelmas released this 06 Jan 11:18
  • 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