Skip to content

Releases: GetStream/stream-chat-go

v5.5.0

18 Mar 07:35
256a980
Compare
Choose a tag to compare

5.5.0 (2022-03-18)

Features

v5.4.1

09 Mar 17:26
677bc18
Compare
Choose a tag to compare

5.4.1 (2022-03-09)

Bug Fixes

v5.4.0

08 Mar 15:31
0dda1f9
Compare
Choose a tag to compare

5.4.0 (2022-03-08)

Features

  • add CreateImportURL method (for internal use only)

v5.3.0

04 Mar 13:57
78ef09b
Compare
Choose a tag to compare

5.3.0 (2022-03-04)

Fixes

  • add missing fields to the Message type (#191) (f2d1a4b)

v5.2.0

03 Mar 19:18
acd120d
Compare
Choose a tag to compare

5.2.0 (2022-03-03)

Features

v5.1.0

25 Feb 19:51
394a526
Compare
Choose a tag to compare

5.1.0 (2022-02-25)

Features

v5.0.0

03 Feb 11:52
0877f03
Compare
Choose a tag to compare

5.0.0 (2022-02-03)

⚠ BREAKING CHANGES

  • PartialUpdateMessage method has a new signature
  • Truncatechannel method has a new signature
  • AddMembers method has a new signature
  • MarkRead method has a new signature
  • UpdateCommand method has a new signature
  • PartialUpdateMessage method has a new signature
  • MuteUser method has a new signature
  • MuteUsers method has a new signature
  • FlagUser method has a new signature
  • ExportUser method has a new signature
  • DeactivateUser method has a new signature
  • ReactivateUser method has a new signature
  • DeleteUser method has a new signature
  • BanUser methods have a new signature
  • UnbanUser methods have a new signature
  • ShadowBan methods have a new signature

Features

v4.0.1

23 Dec 10:25
Compare
Choose a tag to compare
  • Improve conn closing on errors #164

v4.0.0

17 Dec 15:41
a75760d
Compare
Choose a tag to compare
  • 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

17 Nov 13:00
Compare
Choose a tag to compare
  • 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