Skip to content

Commit a553abb

Browse files
committed
Upgrade to version v5.3.0
1 parent 44e21e0 commit a553abb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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+
v5.3.0:
2+
Features:
3+
* Add support for [Polls API](https://getstream.io/chat/docs/unity/polls_api/)
4+
15
v5.2.0:
26
Features:
37
* Handle message shadowing. The IStreamChannel.Messages and IStreamChannel.PinnedMessages will have shadowed message removed. A moderation policy can apply shadowing. Such a message will be visible to the author but invisible to other users.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ private set
218218
/// <summary>
219219
/// SDK Version number
220220
/// </summary>
221-
public static readonly Version SDKVersion = new Version(5, 2, 0);
221+
public static readonly Version SDKVersion = new Version(5, 3, 0);
222222

223223
/// <summary>
224224
/// Use this method to create the main client instance or use StreamChatClient constructor to create a client instance with custom dependencies
@@ -1073,4 +1073,4 @@ private void OnReconnectionScheduled()
10731073
_logSb.Clear();
10741074
}
10751075
}
1076-
}
1076+
}

0 commit comments

Comments
 (0)