Skip to content

Commit 2b7352f

Browse files
authored
Upgrade the package to 4.5.0 version (#145)
1 parent 23204df commit 2b7352f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Assets/Plugins/StreamChat/Changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v4.5.0:
2+
Fixes:
3+
* Fixed channel member role deserialization breaking
4+
5+
Improvements:
6+
* Reduced memory allocations
7+
8+
Code Samples:
9+
* Added code examples for the user presence (online status)
10+
111
v4.4.0:
212
Fixes:
313
* Fixed Unity 2019.4 compiler errors (due to older C# syntax)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ private set
196196
/// <summary>
197197
/// SDK Version number
198198
/// </summary>
199-
public static readonly Version SDKVersion = new Version(4, 4, 0);
199+
public static readonly Version SDKVersion = new Version(4, 5, 0);
200200

201201
/// <summary>
202202
/// Use this method to create the main client instance or use StreamChatClient constructor to create a client instance with custom dependencies

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ PlayerSettings:
134134
16:10: 1
135135
16:9: 1
136136
Others: 1
137-
bundleVersion: 4.4.0
137+
bundleVersion: 4.5.0
138138
preloadedAssets: []
139139
metroInputSource: 0
140140
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)