Releases: openimsdk/openim-sdk-core
Releases · openimsdk/openim-sdk-core
v3.8.3-patch.12
What's Changed
- feat: sorted send msg by @icey-yu in #1065
- fix: can not receive OnJoinedGroupAdded notification by @WhereAreBugs in #1081
- fix the problem that abnormal groups are still synced with error, then failed to sync by @WhereAreBugs in #1086
- V3.8.3 patch opti by @FGadvancer in #1088
Full Changelog: v3.8.3-patch.11...v3.8.3-patch.12
v3.8.3-patch.11
What's Changed
- fix: add safe submodule in workflows in v3.8.3-patch. by @mo3et in #1009
- fix: resolve SQL injection in SearchLocalMessages in v3.8.3-patch branch. by @mo3et in #1023
- fix: Resolved the issue where the delete message method only performs local deletion when the seq is 0 in v3.8.3-patch branch. by @mo3et in #1027
- fix: test by @icey-yu in #1038
- fix: create group group by @icey-yu in #1039
- fix: solve incorrect conversationID generate and solve incorrect error handle in v3.8.3-patch by @mo3et in #1041
- fix: delete sending failed msg by @icey-yu in #1055
- fix: copier.Copy missing field (#1066) by @withchao in #1067
- fix: infinite loop caused by some members being unable to retrieve data by @withchao in #1072
- fix: refactor message handling and improve attached info parsing by @withchao in #1073
- fix: optimize conversation message handling and improve message synchronization by @withchao in #1078
- fix: optimize conversation message handling and improve message synchronization by @withchao in #1080
Full Changelog: v3.8.3-patch.10...v3.8.3-patch.11
v3.8.3-patch.10
What's Changed
- fix: use a custom close code for javascript websocket active disconnection to prevent close failures, according to the WebSocket RFC documentation. by @FGadvancer in #923
- fix: recycle javascript promise function manually to prevent memory l… by @FGadvancer in #922
- fix: SyncLoginUserInfo by @withchao in #929
- fix: repeat notification trigger by @withchao in #948
- fix: group request trigger by @withchao in #950
- fix: group request trigger by @withchao in #953
- fix: modify the app's foreground and background status switch, first modify it locally to prevent the SDK from triggering offline messages and not triggering the normal newMessage. by @FGadvancer in #972
- feat: add sdk releaser workflows in v3.8.3-patch. by @mo3et in #982
- fix: update version file in sdk releaser in v3.8.3-patch branch. by @mo3et in #985
- fix: remove new line in update version file in v3.8.3-patch. by @mo3et in #989
- fix: update wasm archive have wasm_exec.js in v3.8.3-patch branch. by @mo3et in #995
- fix: solve incorrect distinct in IncrSync and remove goroutine in syncAndTriggerReinstallMsgs func in v3.8.3-patch. by @mo3et in #1000
Full Changelog: v3.8.3...v3.8.3-patch.10
v3.8.3-patch.9
What's Changed
- fix: modify the app's foreground and background status switch, first modify it locally to prevent the SDK from triggering offline messages and not triggering the normal newMessage. by @FGadvancer in #972
Full Changelog: v3.8.3-patch.8...v3.8.3-patch.9
v3.8.3-patch.8
What's Changed
refactor: change sync strategy of group request and friend request. 6a377c3
Full Changelog: v3.8.3-patch.7...v3.8.3-patch.8
v3.8.3-patch.7
What's Changed
- fix: use a custom close code for javascript websocket active disconnection to prevent close failures, according to the WebSocket RFC documentation. by @FGadvancer in #923
- fix: recycle javascript promise function manually to prevent memory l… by @FGadvancer in #922
- fix: SyncLoginUserInfo by @withchao in #929
- fix: repeat notification trigger by @withchao in #948
- fix: group request trigger by @withchao in #950
- fix: group request trigger by @withchao in #953
Full Changelog: v3.8.3-patch.3...v3.8.3-patch.7
v3.8.3-patch.5
What's Changed
Full Changelog: v3.8.3-patch.4...v3.8.3-patch.5
v3.8.3-patch.6
What's Changed
Full Changelog: v3.8.3-patch.5...v3.8.3-patch.6
v3.8.3-patch.4
What's Changed
- fix: use a custom close code for javascript websocket active disconnection to prevent close failures, according to the WebSocket RFC documentation. by @FGadvancer in #923
- fix: recycle javascript promise function manually to prevent memory l… by @FGadvancer in #922
- fix: SyncLoginUserInfo by @withchao in #929
- fix: repeat notification trigger by @withchao in #948
Full Changelog: v3.8.3-patch.3...v3.8.3-patch.4
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)