Skip to content

Commit 4ee2f66

Browse files
committed
Upgrade version to v5.1.1
1 parent 5277ace commit 4ee2f66

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Assets/Plugins/StreamChat/Changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v5.1.1:
2+
Fixes:
3+
* Fix failing channel response deserialization for channels with dynamic partition enabled, caused by the PartitionTtl field in ChannelConfigInternalDTO and ChannelConfigWithInfoInternalDTO not being a string.
4+
5+
Features:
6+
* Expose PartitionSize and PartitionTtl properties in IStreamChannel.Config
7+
18
v5.1.0:
29
Deprecated (will be removed in a future major release):
310
* IStreamChatClient.UpsertUsers is renamed to IStreamChatClient.UpsertUsersAsync. Please use the UpsertUsersAsync.

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, 0);
206+
public static readonly Version SDKVersion = new Version(5, 1, 1);
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)