Releases: GetStream/stream-chat-go
Releases · GetStream/stream-chat-go
v2.4.3
- Drop easyjson in favor of standard library (not noticeable from client perspective)
- Bump golangci-lint and replace impi with native linter gci
v2.4.2
Changed
- Request state while querying a channel
v2.4.1
Changed
- License is updated to BSD-3
v2.4.0
Added
options
parameter toMuteUser
&MuteUsers
methods of client, to supportTimeout
for expiration
v2.3.2
Maintenance
- Bump lint to v1.28.1
v2.3.1
Fixed
- Handle offset and limit in query users
v2.3.0
Added
- ExtraData support to channel
v2.2.3
Fixed
- Correct comparison in webhook signature validation
v2.2.2
Fixed
- Bug in how limit/offset were sent when querying channels
Added
- Ability to see which other users and channels a user has muted
v2.2.1
Fixed
- Change jwt dependency to properly generate tokens