Skip to content

Commit a8da04c

Browse files
authored
Upgrade package to v4.9.0 (#180)
1 parent bb49732 commit a8da04c

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.9.0:
2+
Fixes:
3+
* Fix compiler errors after switching to WebGL platform
4+
15
v4.8.0:
26
Features:
37
* 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.

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, 8, 0);
209+
public static readonly Version SDKVersion = new Version(4, 9, 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)