Releases: GetStream/stream-chat-go
Releases · GetStream/stream-chat-go
v5.5.0
v5.4.1
v5.4.0
v5.3.0
v5.2.0
v5.1.0
v5.0.0
5.0.0 (2022-02-03)
⚠ BREAKING CHANGES
PartialUpdateMessage
method has a new signatureTruncatechannel
method has a new signatureAddMembers
method has a new signatureMarkRead
method has a new signatureUpdateCommand
method has a new signaturePartialUpdateMessage
method has a new signatureMuteUser
method has a new signatureMuteUsers
method has a new signatureFlagUser
method has a new signatureExportUser
method has a new signatureDeactivateUser
method has a new signatureReactivateUser
method has a new signatureDeleteUser
method has a new signatureBanUser
methods have a new signatureUnbanUser
methods have a new signatureShadowBan
methods have a new signature
Features
- add grants to channeltype (#166) (0a1a824)
- add import endpoint (#172) (1dd3eba)
- add offset and limit to listimports (#174) (8c5702b)
- enhance connection pooling (#171) (a78a42a)
- extend app config with upload configs (#170) (f4466ca)
- full feature parity (#168) (6cac452)
- improved some apis (#169) (ac44302)
- swappable http client (#173) (328e767)
v4.0.1
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