Skip to content

Commit 072742f

Browse files
committed
Upgrade version to v5.1.0
1 parent dbc54ec commit 072742f

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.0:
2+
Deprecated (will be removed in a future major release):
3+
* IStreamChatClient.UpsertUsers is renamed to IStreamChatClient.UpsertUsersAsync. Please use the UpsertUsersAsync.
4+
5+
Fixed:
6+
* Fixed exception being thrown when the user.updated event is received. This resulted in InvalidOperationException: Failed to find id getter for: StreamChat.Core.InternalDTO.Models.UserEventPayloadInternalDTO exception.
7+
18
v5.0.0:
29
Check out the [Migration Guide to 5.x](https://getstream.io/chat/docs/unity/migration_guide_to_5x/?language=unity) for guidance on adjusting your project.
310

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