Skip to content

Commit

Permalink
Upgrade package to v4.8.0 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
sierpinskid authored Aug 7, 2024
1 parent 4c4d741 commit 59357eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Assets/Plugins/StreamChat/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v4.8.0:
Features:
* Add method to get the current state of the unread counts with IStreamChatClient.GetLatestUnreadCountsAsync() -> this method also works when the client is disconnected. The unread counts state provides a detailed information about unread messages in each channel and thread.

v4.7.0:
Fixes:
* Fix the IStreamChannel instance provided by an event not triggering its own events (the channel was not being watched if it was only returned via event)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ private set
/// <summary>
/// SDK Version number
/// </summary>
public static readonly Version SDKVersion = new Version(4, 7, 0);
public static readonly Version SDKVersion = new Version(4, 8, 0);

/// <summary>
/// Use this method to create the main client instance or use StreamChatClient constructor to create a client instance with custom dependencies
Expand Down

0 comments on commit 59357eb

Please sign in to comment.