Skip to content

Releases: GetStream/stream-chat-python

v4.3.0

30 May 15:17
c7b2fef
Compare
Choose a tag to compare

4.3.0 (2022-05-30)

Features

v4.2.2

10 May 08:17
aee58da
Compare
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
Compare
Choose a tag to compare

4.2.1 (2022-04-21)

Features

v4.2.0

08 Apr 09:53
bdd6e81
Compare
Choose a tag to compare

4.2.0 (2022-04-08)

Features

Bug Fixes

v4.1.0

20 Jan 15:57
2f8f22a
Compare
Choose a tag to compare

4.1.0 (2022-01-20)

Features

v4.0.0

19 Jan 04:51
f03b196
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Add support for assign_roles feature

v3.15.0

12 Nov 22:19
Compare
Choose a tag to compare
  • Add update message partial support
  • Add pin message and unpin message helpers

v3.14.0

01 Nov 20:27
Compare
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