Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 13:30

v4.0.0

Added

  • Read-only GetChannel endpoint (sync and async): client.chat.get_channel(type, id, state=..., messages_limit=..., members_limit=..., watchers_limit=...) — fetch a channel by CID without creating it (returns ChannelStateResponse; 404 if it does not exist).

Breaking changes

  • The moderation CallResponse model is renamed to ModerationCallResponse (the Video CallResponse is unchanged).
  • Removed non-functional internal ModerationSettings fields that are no longer part of the API surface.

Install: pip install getstream==4.0.0