On this pageChangelog for PubNub Unity Chat SDK v0.4.4v0.4.4May 12, 2025AddedAdded the ChatMembershipData which replaces the customDataJson argument in membership-related methods.v0.4.3April 2, 2025FixedFixed an issue where on Mac user.CustomData would still show up as improperly linked.Fixed an issue where limit > 100 would cause a C-Core assert to crash the application.Fixed an issue where in C-Core GetMessageHistory() didn't clear message buffer causing error on subsequent calls.v0.4.2March 31, 2025FixedImported a fix to an edge-case race condition in C-Core EE.Fixed an issue where user.CustomData() was improperly linked on C++ side.v0.4.0March 4, 2025AddedPorted over Event Engine functionality from C-Core to internal Chat logic.v0.3.1February 25, 2025AddedAdded SetAuthToken(), ParseToken(), and SetPubnubOrigin() methods to ChatAccessManager class.Added OriginalMessageText property to Message object containg pre-edits message text.Added option to not provide channel ID when creating a new conversation - a random ID will be generated in such cases.v0.2.0January 10, 2024AddedAdded MessageDraft functionality.