You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/Plugins/StreamChat/Changelog.txt
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff 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
+
1
8
v5.0.0:
2
9
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.
0 commit comments