OpenIMSDK/Open-IM-Server
 Watch   
 Star   
 Fork   
2025-03-13 16:21:11
Open-IM-Server

v3.8.3-patch.4

What's Changed

  • fix: solve unocrrect invite notificationfrom #3213

Full Changelog: https://github.com/openimsdk/open-im-server/compare/v3.8.3-patch.3...v3.8.3-patch.4

2025-03-07 18:15:25
Open-IM-Server

v3.8.3-patch.3

What's Changed

  • fix: solve uncorrect notification when set group info #3172
  • refactor: change sendNotification to sendMessage to avoid ambiguity regarding message sending behavior. #3173
  • feat: optimizing BatchGetIncrementalGroupMember #3180
  • fix: the sorting is wrong after canceling the administrator in group settings #3185
  • fix: solve uncorrect GroupMember enter group notification type. #3188

Full Changelog: https://github.com/openimsdk/open-im-server/compare/v3.8.3-patch.2...v3.8.3-patch.3

2025-02-28 17:06:23
Open-IM-Server

v3.8.3-patch.2

What's Changed

Full Changelog: https://github.com/openimsdk/open-im-server/compare/v3.8.3-patch.1...v3.8.3-patch.2

2025-02-25 19:19:47
Open-IM-Server

v3.8.3-patch.1

What's Changed

Full Changelog: https://github.com/openimsdk/open-im-server-enterprise/compare/v3.8.3-e-v1.1.5...v3.8.3-patch.1-e-v1.1.5

2025-02-12 15:14:27
Open-IM-Server

v3.8.4-alpha.1

What's Changed

Full Changelog: https://github.com/openimsdk/open-im-server/compare/v3.8.3...v3.8.4-alpha.1

2025-01-14 18:26:37
Open-IM-Server

v3.8.3

What's Changed

  • fix: Wrong Redis Error Check: (#2891) (cf740a1)
  • chore: update admin front image version: (#2893) (c353f55)
  • fix: improve crontask delete outdated Data.: (#2901) (83ac4e8)
  • fix: go mod: (#2906) (de57e20)
  • fix: group member update face_url: (#2910) (1534575)
  • fix: update set seq implement.: (#2911) (1447732)
  • feat: seq user and conversation seq synchronization: (#2924) (17d5df8)
  • feat: Change upload logs systemType to AppFramework.: (#2927) (120afdf)
  • fix:Only print panic function frame && feat: log.ZPanic: (#2947) (92ea52f)
  • fix: server can return isEnd to control fetch messages when sdk pull …: (#2949) (42136c6)
  • fix: fetch message return isEnd and endSeq panic.: (#2959) (1eaae5f)
  • fix: seq user and conversation seq synchronization: (#2958) (97f506c)
  • fix: resolving v3.8.3 conflicts by @withchao in https://github.com/openimsdk/open-im-server/pull/3018
  • Add a lead time for the token's issuance time.: (#2914) (7563aff)
  • fix: rpc panic recover: (#2957) (b802437)
  • fix: modifying other fields while setting IsPrivateChat does not take effect: (#2972) (5a8f82d)
  • docs: improve deployment docs in kubernetes.: (#2973) (4c53732)
  • fix: when fetching a referenced message, it indicates that the original message has been deleted.: (#2977) (fdc97c6)
  • feat: Optimize Scheduled Task: (#2985) (e989506)
  • feat: Optimizing RPC call: (#2993) (e3f609b)
  • feat: optimize error stack information: (#2995) (5503443)
  • fix: when unable EnableHistoryForNewMembers, new group member can read last one message.: (#3001) (8702529)
  • fix: redis save error when KickTokens: (#3002) (66abd9e)
  • feat: support message cache: (#3007) (8b79a76)
  • fix: The message @ information will be set only for members in the gr…: (#3009) (dec423e)
  • fix: online status error: (#3022) (435d8bb)
  • feat: optimize log output: (#3026) (a1b5f05)
  • feat: support GetLastMessage: (#3029) (ed0a834)
  • feat: change appNotificationAccount to appManagerAccount && fix: enable config center add env check && fix: error return: (#3038) (1e8a106)
  • fix: GetUsersOnline returns an error in the online list: (#3040) (3f58f3e)
  • fix: Service Discovery err in v3.8.3 by @icey-yu in https://github.com/openimsdk/open-im-server/pull/3054
  • fix: add autoSetPort && prometheus port discovery by @icey-yu in https://github.com/openimsdk/open-im-server/pull/3059
  • fix: node exporter image by @icey-yu in https://github.com/openimsdk/open-im-server/pull/3061
  • Fix: prometheus config by @icey-yu in https://github.com/openimsdk/open-im-server/pull/3062

Full Changelog: https://github.com/openimsdk/open-im-server/compare/v3.8.2...v3.8.3

2025-01-10 17:34:10
Open-IM-Server

v3.8.3

What's Changed

  • fix: Wrong Redis Error Check: (#2891) (cf740a1)
  • chore: update admin front image version: (#2893) (c353f55)
  • fix: improve crontask delete outdated Data.: (#2901) (83ac4e8)
  • fix: go mod: (#2906) (de57e20)
  • fix: group member update face_url: (#2910) (1534575)
  • fix: update set seq implement.: (#2911) (1447732)
  • feat: seq user and conversation seq synchronization: (#2924) (17d5df8)
  • feat: Change upload logs systemType to AppFramework.: (#2927) (120afdf)
  • fix:Only print panic function frame && feat: log.ZPanic: (#2947) (92ea52f)
  • fix: server can return isEnd to control fetch messages when sdk pull …: (#2949) (42136c6)
  • fix: fetch message return isEnd and endSeq panic.: (#2959) (1eaae5f)
  • fix: seq user and conversation seq synchronization: (#2958) (97f506c)
  • fix: resolving v3.8.3 conflicts by @withchao in https://github.com/openimsdk/open-im-server/pull/3018
  • Add a lead time for the token's issuance time.: (#2914) (7563aff)
  • fix: rpc panic recover: (#2957) (b802437)
  • fix: modifying other fields while setting IsPrivateChat does not take effect: (#2972) (5a8f82d)
  • docs: improve deployment docs in kubernetes.: (#2973) (4c53732)
  • fix: when fetching a referenced message, it indicates that the original message has been deleted.: (#2977) (fdc97c6)
  • feat: Optimize Scheduled Task: (#2985) (e989506)
  • feat: Optimizing RPC call: (#2993) (e3f609b)
  • feat: optimize error stack information: (#2995) (5503443)
  • fix: when unable EnableHistoryForNewMembers, new group member can read last one message.: (#3001) (8702529)
  • fix: redis save error when KickTokens: (#3002) (66abd9e)
  • feat: support message cache: (#3007) (8b79a76)
  • fix: The message @ information will be set only for members in the gr…: (#3009) (dec423e)
  • fix: online status error: (#3022) (435d8bb)
  • feat: optimize log output: (#3026) (a1b5f05)
  • feat: support GetLastMessage: (#3029) (ed0a834)
  • feat: change appNotificationAccount to appManagerAccount && fix: enable config center add env check && fix: error return: (#3038) (1e8a106)
  • fix: GetUsersOnline returns an error in the online list: (#3040) (3f58f3e)
  • fix: Service Discovery err in v3.8.3 by @icey-yu in https://github.com/openimsdk/open-im-server/pull/3054

Full Changelog: https://github.com/openimsdk/open-im-server/compare/v3.8.2...v3.8.3

2025-01-10 14:34:31
Open-IM-Server

v3.8.3

What's Changed

  • fix: Wrong Redis Error Check: (#2891) (cf740a1)
  • chore: update admin front image version: (#2893) (c353f55)
  • fix: improve crontask delete outdated Data.: (#2901) (83ac4e8)
  • fix: go mod: (#2906) (de57e20)
  • fix: group member update face_url: (#2910) (1534575)
  • fix: update set seq implement.: (#2911) (1447732)
  • feat: seq user and conversation seq synchronization: (#2924) (17d5df8)
  • feat: Change upload logs systemType to AppFramework.: (#2927) (120afdf)
  • fix:Only print panic function frame && feat: log.ZPanic: (#2947) (92ea52f)
  • fix: server can return isEnd to control fetch messages when sdk pull …: (#2949) (42136c6)
  • fix: fetch message return isEnd and endSeq panic.: (#2959) (1eaae5f)
  • fix: seq user and conversation seq synchronization: (#2958) (97f506c)
  • fix: resolving v3.8.3 conflicts by @withchao in https://github.com/openimsdk/open-im-server/pull/3018
  • Add a lead time for the token's issuance time.: (#2914) (7563aff)
  • fix: rpc panic recover: (#2957) (b802437)
  • fix: modifying other fields while setting IsPrivateChat does not take effect: (#2972) (5a8f82d)
  • docs: improve deployment docs in kubernetes.: (#2973) (4c53732)
  • fix: when fetching a referenced message, it indicates that the original message has been deleted.: (#2977) (fdc97c6)
  • feat: Optimize Scheduled Task: (#2985) (e989506)
  • feat: Optimizing RPC call: (#2993) (e3f609b)
  • feat: optimize error stack information: (#2995) (5503443)
  • fix: when unable EnableHistoryForNewMembers, new group member can read last one message.: (#3001) (8702529)
  • fix: redis save error when KickTokens: (#3002) (66abd9e)
  • feat: support message cache: (#3007) (8b79a76)
  • fix: The message @ information will be set only for members in the gr…: (#3009) (dec423e)
  • fix: online status error: (#3022) (435d8bb)
  • feat: optimize log output: (#3026) (a1b5f05)
  • feat: support GetLastMessage: (#3029) (ed0a834)
  • feat: change appNotificationAccount to appManagerAccount && fix: enable config center add env check && fix: error return: (#3038) (1e8a106)
  • fix: GetUsersOnline returns an error in the online list: (#3040) (3f58f3e)
  • fix: Service Discovery err in v3.8.3 by @icey-yu in https://github.com/openimsdk/open-im-server/pull/3054

Full Changelog: https://github.com/openimsdk/open-im-server/compare/v3.8.2...v3.8.3

2025-01-07 19:30:49
Open-IM-Server

v3.8.3

What's Changed

  • fix: Wrong Redis Error Check: (#2891) (cf740a1)
  • chore: update admin front image version: (#2893) (c353f55)
  • fix: improve crontask delete outdated Data.: (#2901) (83ac4e8)
  • fix: go mod: (#2906) (de57e20)
  • fix: group member update face_url: (#2910) (1534575)
  • fix: update set seq implement.: (#2911) (1447732)
  • feat: seq user and conversation seq synchronization: (#2924) (17d5df8)
  • feat: Change upload logs systemType to AppFramework.: (#2927) (120afdf)
  • fix:Only print panic function frame && feat: log.ZPanic: (#2947) (92ea52f)
  • fix: server can return isEnd to control fetch messages when sdk pull …: (#2949) (42136c6)
  • deps: Merge #2959 PRs into pre-release-v3.8.3 by @OpenIM-Robot in https://github.com/openimsdk/open-im-server/pull/2960
  • deps: Merge #2958 PRs into pre-release-v3.8.3 by @OpenIM-Robot in https://github.com/openimsdk/open-im-server/pull/2961
  • fix: resolving v3.8.3 conflicts by @withchao in https://github.com/openimsdk/open-im-server/pull/3018
  • Add a lead time for the token's issuance time.: (#2914) (7563aff)
  • fix: rpc panic recover: (#2957) (b802437)
  • fix: modifying other fields while setting IsPrivateChat does not take effect: (#2972) (5a8f82d)
  • docs: improve deployment docs in kubernetes.: (#2973) (4c53732)
  • fix: when fetching a referenced message, it indicates that the original message has been deleted.: (#2977) (fdc97c6)
  • feat: Optimize Scheduled Task: (#2985) (e989506)
  • feat: Optimizing RPC call: (#2993) (e3f609b)
  • feat: optimize error stack information: (#2995) (5503443)
  • fix: when unable EnableHistoryForNewMembers, new group member can read last one message.: (#3001) (8702529)
  • fix: redis save error when KickTokens: (#3002) (66abd9e)
  • feat: support message cache: (#3007) (8b79a76)
  • fix: The message @ information will be set only for members in the gr…: (#3009) (dec423e)
  • fix: online status error: (#3022) (435d8bb)
  • fix: resolving v3.8.3 conflicts by @withchao in https://github.com/openimsdk/open-im-server/pull/3033
  • feat: optimize log output: (#3026) (a1b5f05)
  • feat: support GetLastMessage: (#3029) (ed0a834)
  • fix: resolving v3.8.3 conflicts by @withchao in https://github.com/openimsdk/open-im-server/pull/3044
  • feat: change appNotificationAccount to appManagerAccount && fix: enable config center add env check && fix: error return: (#3038) (1e8a106)
  • fix: GetUsersOnline returns an error in the online list: (#3040) (3f58f3e)

Full Changelog: https://github.com/openimsdk/open-im-server/compare/v3.8.2...v3.8.3

2025-01-04 11:46:59
Open-IM-Server

v3.8.3

What's Changed

  • fix: Wrong Redis Error Check: (#2891) (cf740a1)
  • chore: update admin front image version: (#2893) (c353f55)
  • fix: improve crontask delete outdated Data.: (#2901) (83ac4e8)
  • fix: go mod: (#2906) (de57e20)
  • fix: group member update face_url: (#2910) (1534575)
  • fix: update set seq implement.: (#2911) (1447732)
  • feat: seq user and conversation seq synchronization: (#2924) (17d5df8)
  • feat: Change upload logs systemType to AppFramework.: (#2927) (120afdf)
  • fix:Only print panic function frame && feat: log.ZPanic: (#2947) (92ea52f)
  • fix: server can return isEnd to control fetch messages when sdk pull …: (#2949) (42136c6)
  • deps: Merge #2959 PRs into pre-release-v3.8.3 by @OpenIM-Robot in https://github.com/openimsdk/open-im-server/pull/2960
  • deps: Merge #2958 PRs into pre-release-v3.8.3 by @OpenIM-Robot in https://github.com/openimsdk/open-im-server/pull/2961
  • fix: resolving v3.8.3 conflicts by @withchao in https://github.com/openimsdk/open-im-server/pull/3018
  • Add a lead time for the token's issuance time.: (#2914) (7563aff)
  • fix: rpc panic recover: (#2957) (b802437)
  • fix: modifying other fields while setting IsPrivateChat does not take effect: (#2972) (5a8f82d)
  • docs: improve deployment docs in kubernetes.: (#2973) (4c53732)
  • fix: when fetching a referenced message, it indicates that the original message has been deleted.: (#2977) (fdc97c6)
  • feat: Optimize Scheduled Task: (#2985) (e989506)
  • feat: Optimizing RPC call: (#2993) (e3f609b)
  • feat: optimize error stack information: (#2995) (5503443)
  • fix: when unable EnableHistoryForNewMembers, new group member can read last one message.: (#3001) (8702529)
  • fix: redis save error when KickTokens: (#3002) (66abd9e)
  • feat: support message cache: (#3007) (8b79a76)
  • fix: The message @ information will be set only for members in the gr…: (#3009) (dec423e)
  • deps: Merge #3022 PRs into pre-release-v3.8.3 by @OpenIM-Robot in https://github.com/openimsdk/open-im-server/pull/3023
  • fix: resolving v3.8.3 conflicts by @withchao in https://github.com/openimsdk/open-im-server/pull/3033
  • deps: Merge #3026 #3029 PRs into pre-release-v3.8.3 by @OpenIM-Robot in https://github.com/openimsdk/open-im-server/pull/3032

Full Changelog: https://github.com/openimsdk/open-im-server/compare/v3.8.2...v3.8.3