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