Releases: NICEXAI/WeWorkFinanceSDK
Releases · NICEXAI/WeWorkFinanceSDK
v1.2.1-alpha
- 🐛 Client接口添加Free()方法,释放C指针,避免内存泄漏
🐛 add Free() method in Client interface with freeing pointer created by cgo, avoiding memory leak.
v1.2.0-alpha
✨ 对ChatMessage添加新方法 GetRawChatMessage,直接返回解密消息后得到的原始json数据
✨ add new method GetRawChatMessage()
to struct ChatMessage
. This function is used to return the raw json data of the decrypted data.
v1.1.0-alpha
feat: 支持条件编译
refactor: 移除GetRawChatData方法