diff --git a/Assets/Plugins/StreamChat/Changelog.txt b/Assets/Plugins/StreamChat/Changelog.txt index 2ad92af7..a5338968 100644 --- a/Assets/Plugins/StreamChat/Changelog.txt +++ b/Assets/Plugins/StreamChat/Changelog.txt @@ -1,3 +1,12 @@ +v4.4.0: +Fixes: +* Fixed Unity 2019.4 compiler errors (due to older C# syntax) +* Fixed unnecessary DLLs being added to the Windows build. Test framework dependencies (Tasks.Extensions, CompilerServices.Unsafe) + changed NativeWebSocket to be only included in a WebGL build + +Sample Project: +* Fixes: + * Fixed Json deserialization error due to code being stripped by the IL2CPP + v4.3.0: Fixes: * Fixed state update after channel.truncated event with a past date diff --git a/Assets/Plugins/StreamChat/Core/LowLevelClient/StreamChatLowLevelClient.cs b/Assets/Plugins/StreamChat/Core/LowLevelClient/StreamChatLowLevelClient.cs index fc782dbe..1e697bbd 100644 --- a/Assets/Plugins/StreamChat/Core/LowLevelClient/StreamChatLowLevelClient.cs +++ b/Assets/Plugins/StreamChat/Core/LowLevelClient/StreamChatLowLevelClient.cs @@ -196,7 +196,7 @@ private set /// /// SDK Version number /// - public static readonly Version SDKVersion = new Version(4, 3, 0); + public static readonly Version SDKVersion = new Version(4, 4, 0); /// /// Use this method to create the main client instance or use StreamChatClient constructor to create a client instance with custom dependencies diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 392204fc..378715ef 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -134,7 +134,7 @@ PlayerSettings: 16:10: 1 16:9: 1 Others: 1 - bundleVersion: 4.3.0 + bundleVersion: 4.4.0 preloadedAssets: [] metroInputSource: 0 wsaTransparentSwapchain: 0