Releases: openimsdk/openim-sdk-core
Releases · openimsdk/openim-sdk-core
v2.0.3
- Add signaling server for real time communication
- Set conversation muted
- For messages that fail to be sent, resending is supported
- Synchronize the latest nicknames and avatars in chat records
v2.0.2
- Minio bug fix
- Log reorganization, including unifying log levels
- Functions add more check protection
v2.0.1
- Reduce repeated calls to read receipts
- Fix bug: Revoking message multi terminal synchronization
v2.0.0
- Optimized client architecture and project structure, layers become more clear
- Coversations and messages trigger optimization, better scalability, offline push message title and other fileds become configurable by client
- Batch insert coversations and messages, the callback triggers faster, and the app initializes messages faster
- DB field design optimization to increase scalability
- Add minio interface to upload media file
- The improvement of the notification messages makes it convenient for the business server to reuse the IM message channel
v.1.0.7
- Add message settings: "do not disturb"
- fix bug: repeat login and kickout
v1.0.6
fix bug: Switch to the background and occasionally message notification not received
v1.0.5
- Support simultaneous login of multiple platforms
- For the same user, the web platform supports 10 online instances
- fix bug: The message could not arrive immediately
- fix bug: Inconsistent local message status
- Clear chat history and sessions
- Session sequencing optimization
v1.0.4
- Improve fault tolerance, and abnormal data will not be pulled repeatedly
- Add message data cache. The same msgid is not pulled repeatedly
v1.0.3
- Clear log
v1.0.2
- fix bug: CreateMergerMessage
- Limit message length
- Parameter conversion float64 - > int