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
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
v4.3.0:
2
+
Fixes:
3
+
* Fixed state update after channel.truncated event with a past date
4
+
* Added potential fix for a crash on Android with IL2CPP
5
+
6
+
Improvements:
7
+
* Improved reconnection logic to monitor Unity's [Network Reachability](https://docs.unity3d.com/ScriptReference/NetworkReachability.html) for faster reaction to when the network is available again
8
+
* Reduced the overhead and potential heating issues on mobile devices by optimizing the background tasks that handle WebSocket connection
* Fixed excessive TryLoadPreviousMessagesAsync calling - this could lead to performance issues after loading older messages
18
+
* Improvements
19
+
* Added invite mechanics
20
+
1
21
v4.2.0:
2
22
Deprecated (will be removed in a future release):
3
23
* IStreamChatClient.QueryChannelsAsync overload with IDictionary<string, object> filters parameter. Please use the other overload with IEnumerable<IFieldFilterRule> filters parameter.
0 commit comments