Releases: openimsdk/openim-sdk-core
Releases · openimsdk/openim-sdk-core
v3.8.3-patch.3
Changelog
- 9d105d6 fix: get group member info maybe failed. (#881)
- afebca3 fix: directly deduplicate the messages pulled from the server. (#874)
- 5500f4d fix: sync self conversation's avatar when user's info changed. (#871)
- 85d51fd fix: add a manually triggered IM message synchronization mechanism to prevent message recall failure due to seq=0. (#869)
- 8f704b3 fix: modify the historical message retrieval interface to address the message gap problem caused by server crashes or redis seq cache expired. (#857)
- d24833b optimize the freeze caused by too many friends and group applications && fix: GetConversationIDBySessionType returns a string with escape characters. (#853)
- b01a551 fix: refine exception message handling to prevent duplicate messages … (#841)
- d7749bd build: improve workflows contents. (#843)
v3.8.3-patch.2
What's Changed
- fix: add a manually triggered IM message synchronization mechanism to… by @FGadvancer in #869
- fix: sync self conversation's avatar when user's info changed. by @FGadvancer in #871
- fix: directly deduplicate the messages pulled from the server. by @FGadvancer in #874
Full Changelog: v3.8.3-patch.1...v3.8.3-patch.2
v3.8.3-patch.1
What's Changed
- build: improve workflows contents. by @mo3et in #843
- fix: refine exception message handling to prevent duplicate messages … by @FGadvancer in #841
- optimize the freeze caused by too many friends and group applications && fix: GetConversationIDBySessionType returns a string with escape characters. by @FGadvancer in #853
- fix: modify the historical message retrieval interface to address the message gap problem caused by server crashes or redis seq cache expired. by @FGadvancer in #857
Full Changelog: v3.8.3...v3.8.3-patch.1
v3.8.4-alpha.3
What's Changed
- fix: modify the historical message retrieval interface to address the message gap problem caused by server crashes or redis seq cache expired. by @FGadvancer in #857
Full Changelog: v3.8.4-alpha.2...v3.8.4-alpha.3
v3.8.4-alpha.2
What's Changed
- build: improve workflows contents. by @mo3et in #843
- fix: refine exception message handling to prevent duplicate messages … by @FGadvancer in #841
- optimize the freeze caused by too many friends and group applications && fix: GetConversationIDBySessionType returns a string with escape characters. by @FGadvancer in #853
Full Changelog: v3.8.4-alpha.1...v3.8.4-alpha.2
v3.8.4-alpha.1
Full Changelog: v3.8.3...v3.8.4-alpha.1
v3.8.3
What's Changed
- bump: update go mod dependency version to latest. (#632) by @FGadvancer in #633
- feat: merge main bug fix to main. by @FGadvancer in #637
- merge: update release-v3.8 with main changes by @FGadvancer in #735
- fix: create index failed when table name has
-
. [Created by @FGadvancer from #793] by @OpenIM-Robot in #795 - feat: improve merge in milestone and merged handle logic. [Created by @mo3et from #794] by @OpenIM-Robot in #797
- build: update PR body. [Created by @mo3et from #796] by @OpenIM-Robot in #798
- fix: change the table name and add escaping. [Created by @FGadvancer from #801] by @OpenIM-Robot in #803
- fix: change errs to custom errs avoid sdk panic. [Created by @FGadvancer from #800] by @OpenIM-Robot in #802
- fix: get reverse history message change. by @FGadvancer in #805
- fix: add server isEnd determination criteria for message retrieval. by @FGadvancer in #812
- fix: login user's info maybe empty when app reinstall. by @FGadvancer in #816
- fix: search message do not filter voice message when keyword is empty. by @FGadvancer in #820
- fix: quote message change to revoke message when app from background … by @FGadvancer in #826
- feat: add a function to quickly retrieve the context messages for a given message. by @FGadvancer in #828
- refactor: add a parameter to locate messages and reverse pull messages to avoid UI data interference. by @FGadvancer in #833
- refactor: remove fetch messages instead of search message clear cache. by @FGadvancer in #835
Full Changelog: v3.8.2...v3.8.3
v3.8.3-rc.2
What's Changed
- fix: search message do not filter voice message when keyword is empty. by @FGadvancer in #820
- fix: quote message change to revoke message when app from background … by @FGadvancer in #826
- feat: add a function to quickly retrieve the context messages for a given message. by @FGadvancer in #828
- refactor: add a parameter to locate messages and reverse pull messages to avoid UI data interference. by @FGadvancer in #833
Full Changelog: v3.8.3-rc.1...v3.8.3-rc.2
v3.8.3-rc.1
What's Changed
- fix: login user's info maybe empty when app reinstall. by @FGadvancer in #816
Full Changelog: v3.8.3-alpha.5...v3.8.3-rc.1
v3.8.3-alpha.5
What's Changed
- fix: add server isEnd determination criteria for message retrieval. by @FGadvancer in #812
Full Changelog: v3.8.3-alpha.3...v3.8.3-alpha.5