Skip to content

Releases: GetStream/stream-chat-python

v3.12.2

31 Aug 18:45

Choose a tag to compare

  • Use POST instead of GET requests in query channels

v3.12.1

24 Aug 14:45

Choose a tag to compare

  • Add namespace for ease of use and consistency in campaign update endpoints.

v3.12.0

23 Aug 19:51

Choose a tag to compare

  • Add support for channel exports

v3.11.2

20 Aug 12:48

Choose a tag to compare

  • Set base url to edge, there is no need to set a region anymore.
  • Fix file uploads from a local file.

v3.11.1

19 Aug 12:07

Choose a tag to compare

  • Fix base path for listing campaigns

v3.11.0

05 Jul 15:14
e7670f6

Choose a tag to compare

BREAKING CHANGE
In this release we introduced breaking changes for undocumented endpoints.

Please evaluate your usage of list_roles method as it now returns list of objects instead of list of strings. To upgrade, replace client.list_roles()['roles'] with [role['name'] for role in client.list_roles()['roles']]

v3.10.0

02 Jul 10:00

Choose a tag to compare

  • Add support for campaign API (early alpha, can change)

v3.9.0

01 Jul 14:55

Choose a tag to compare

  • Add support for search improvements (i.e. next, prev, sorting, more filters)

v3.8.0

26 May 11:04

Choose a tag to compare

  • Add query_message_flags endpoint support
  • Add token revoke support
  • Run CI sequentially for different Python versions
  • Drop codecov

v3.7.0

10 Mar 15:08

Choose a tag to compare

  • Add get_rate_limits endpoint support #57