Releases: GetStream/stream-chat-python
Releases · GetStream/stream-chat-python
v4.18.0
4.18.0 (2024-07-03)
Features
- Add support for mark_unread msg or thread (#172) (1981ab7)
v4.16.0
4.16.0 (2024-05-17)
Features
- New API endpoint query_message_history (#168) (f3f4c9f)
response = client.query_message_history(
filter={"message_id": {"$eq": msg_id}},
sort=[{"message_updated_at": -1}],
**{"limit": 1},
)
response_next = client.query_message_history(
filter={"message_id": {"$eq": msg_id}},
sort=[{"message_updated_at": -1}],
**{"limit": 1, "next": response["next"]},
)
v4.15.0
4.15.0 (2024-03-19)
Features
- support all_users & all_sender_channels for segment (#164) (7d57dcc)
v4.14.0
4.14.0 (2024-03-08)
Features
- add support for show_deleted_message in getMessage (#161) (e42aa94)
v4.12.1
4.12.1 (2024-02-27)
Features
- Add support of
stop_at
param for campaign.start
(#158) (91bdd20)
v4.11.0
4.11.0 (2023-11-23)
Features
- Add type field support on create_blocklist() (#149) (786a50c)