Skip to content

Commit 59357eb

Browse files
authored
Upgrade package to v4.8.0 (#177)
1 parent 4c4d741 commit 59357eb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Assets/Plugins/StreamChat/Changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v4.8.0:
2+
Features:
3+
* 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.
4+
15
v4.7.0:
26
Fixes:
37
* 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)

Assets/Plugins/StreamChat/Core/LowLevelClient/StreamChatLowLevelClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ private set
206206
/// <summary>
207207
/// SDK Version number
208208
/// </summary>
209-
public static readonly Version SDKVersion = new Version(4, 7, 0);
209+
public static readonly Version SDKVersion = new Version(4, 8, 0);
210210

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

0 commit comments

Comments
 (0)