Skip to content

Releases: openimsdk/openim-sdk-core

v3.8.3-patch.10

16 Jul 08:11
Compare
Choose a tag to compare

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

19 Jun 09:39
Compare
Choose a tag to compare
v3.8.3-patch.9 Pre-release
Pre-release

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

04 Jun 10:17
Compare
Choose a tag to compare

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

04 Jun 06:58
Compare
Choose a tag to compare

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

22 May 02:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.8.3-patch.4...v3.8.3-patch.5

v3.8.3-patch.6

22 May 06:25
Compare
Choose a tag to compare
v3.8.3-patch.6 Pre-release
Pre-release

What's Changed

Full Changelog: v3.8.3-patch.5...v3.8.3-patch.6

v3.8.3-patch.4

21 May 10:27
Compare
Choose a tag to compare

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

07 Mar 10:10
Compare
Choose a tag to compare

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

03 Mar 06:50
Compare
Choose a tag to compare

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

25 Feb 10:30
Compare
Choose a tag to compare

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