Releases: openimsdk/openim-sdk-core
Releases · openimsdk/openim-sdk-core
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
v1.0.1
- In the test directory, make install compiles the test program;
- Modify common.sh APIADDR WSADDR REGISTERADDR TOKENADDR and replace it with the IP address of the server;
- . /test1.sh to start the pressure test
- . /result.sh to start pressure measurement statistics