Releases: GetStream/stream-chat-go
Releases · GetStream/stream-chat-go
v4.0.0
- Add support for hiding history while adding a member #149
- Add support for truncate options (hard_delete, truncated_at, system message) #151
- Add support for context in every call #153
- Add support for exposing API errors #154
- Add support for rate limit headers in responses #156
- Add support for permissions v2 #152 #161
- Drop import channel messages endpoint support #155
- Drop unflag endpoint support #157
- Drop update user in favor of upsert user #158
- Require go1.16 #159
v3.14.0
- Add support for shadow banning user by @gumuz in #148
- ShadowBan
- RemoveShadowBan
- Add support for pinning messages by @gumuz in #148
- PinMessage
- UnPinMessage
- Add support for partial updating messages by @gumuz in #148
- PartialUpdateMessage
- Add support for updating channel ownership for Deleted Users by @gumuz in #147
v3.13.0
- Add support for async endpoints
- Delete channels
- Delete users
- Export channels
- Add support for async url enrichment app configuration
- Remove base url from readme
- To simplify setup and unnecessary with edge
v3.12.2
v3.12.1
v3.12.0
v3.11.3
- Simplify send user custom event payload
v3.11.2
v3.11.1
- Update version header passed to server