Releases: GetStream/stream-chat-go
Releases · GetStream/stream-chat-go
v3.8.0
- Add disabled field to channels (#124)
v3.7.0
- Add user custom events (#119)
- Use proxy as default base url (#122)
- Run tests sequentially to prevent conflicting app state (#120)
- Automatically clean old data from previous failing tests (#123)
v3.6.1
- Update internally how endpoints are handled for GetRateLimits endpoint (#117)
v3.6.0
- Fix update channel type endpoint (#116)
- Add push notifications enable / disable flag for channel types (#116)
v3.5.0
- Add get rate limit endpoint support (#115)
v3.4.0
- Add options to send message to configure its behavior (#114)
- Bump deps
v3.3.1
- Ensure un/mute a channel works without query the channel first (#113)
v3.3.0
- Add
UpsertUser
and UpsertUsers
, and deprecate UpdateUser
and UpdateUsers
(#111)
- Bump lint tool and improve godoc
v3.2.0
- Add team into user and channel for multi-tenant (#110)
v3.1.0
- Add channel partial update (#109)