Releases: openimsdk/openim-sdk-core
Releases · openimsdk/openim-sdk-core
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)
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