Skip to content

Commit 53b9a84

Browse files
authored
Merge pull request #197 from GetStream/release/v5.2.0
Upgrade version to v5.2
2 parents 6aa4bf5 + 13a4639 commit 53b9a84

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+
v5.2.0:
2+
Features:
3+
* 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.
4+
15
v5.1.1:
26
Fixes:
37
* Fix failing channel response deserialization for channels with dynamic partition enabled, caused by the PartitionTtl field in ChannelConfigInternalDTO and ChannelConfigWithInfoInternalDTO not being a string.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ private set
203203
/// <summary>
204204
/// SDK Version number
205205
/// </summary>
206-
public static readonly Version SDKVersion = new Version(5, 1, 1);
206+
public static readonly Version SDKVersion = new Version(5, 2, 0);
207207

208208
/// <summary>
209209
/// 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)