|
1 | | -## [v3.8.3-patch.4](https://github.com/openimsdk/open-im-server/releases/tag/v3.8.3-patch.4) (2025-03-13) |
2 | | - |
3 | | -### Bug Fixes |
4 | | -* fix: solve unocrrect invite notificationfrom #3213 |
5 | | - |
6 | | -**Full Changelog**: [v3.8.3-patch.3...v3.8.3-patch.4](https://github.com/openimsdk/open-im-server/compare/v3.8.3-patch.3...v3.8.3-patch.4) |
7 | | - |
8 | | -## [v3.8.3-patch.3](https://github.com/openimsdk/open-im-server/releases/tag/v3.8.3-patch.3) (2025-03-07) |
9 | | - |
10 | | -### New Features |
11 | | -* feat: optimizing BatchGetIncrementalGroupMember #3180 |
12 | | - |
13 | | -### Bug Fixes |
14 | | -* fix: solve uncorrect notification when set group info #3172 |
15 | | -* fix: the sorting is wrong after canceling the administrator in group settings #3185 |
16 | | -* fix: solve uncorrect GroupMember enter group notification type. #3188 |
17 | | - |
18 | | -### Refactors |
19 | | -* refactor: change sendNotification to sendMessage to avoid ambiguity regarding message sending behavior. #3173 |
20 | | - |
21 | | -**Full Changelog**: [v3.8.3-patch.2...v3.8.3-patch.3](https://github.com/openimsdk/open-im-server/compare/v3.8.3-patch.2...v3.8.3-patch.3) |
22 | | - |
23 | | -## [v3.8.3-patch.2](https://github.com/openimsdk/open-im-server/releases/tag/v3.8.3-patch.2) (2025-02-28) |
24 | | - |
25 | | -### Bug Fixes |
26 | | -* fix: Offline push does not have a badge && Android offline push (#3146) [#3174](https://github.com/openimsdk/open-im-server/pull/3174) |
27 | | - |
28 | | -**Full Changelog**: [v3.8.3-patch.1...v3.8.3-patch.2](https://github.com/openimsdk/open-im-server/compare/v3.8.3-patch.1...v3.8.3-patch.2) |
29 | | - |
30 | | -## [v3.8.3-patch.1](https://github.com/openimsdk/open-im-server/releases/tag/v3.8.3-patch.1) (2025-02-25) |
31 | | - |
32 | | -### New Features |
33 | | -* feat: add backup volume && optimize log print [Created [#3121](https://github.com/openimsdk/open-im-server/pull/3121) |
34 | | - |
35 | | -### Bug Fixes |
36 | | -* fix: seq conversion failed without exiting [Created [#3120](https://github.com/openimsdk/open-im-server/pull/3120) |
37 | | -* fix: check error in BatchSetTokenMapByUidPid [Created [#3123](https://github.com/openimsdk/open-im-server/pull/3123) |
38 | | -* fix: DeleteDoc crash [Created [#3124](https://github.com/openimsdk/open-im-server/pull/3124) |
39 | | -* fix: the abnormal message has no sending time, causing the SDK to be abnormal [Created [#3126](https://github.com/openimsdk/open-im-server/pull/3126) |
40 | | -* fix: crash caused [#3127](https://github.com/openimsdk/open-im-server/pull/3127) |
41 | | -* fix: the user sets the conversation timer cleanup timestamp unit incorrectly [Created [#3128](https://github.com/openimsdk/open-im-server/pull/3128) |
42 | | -* fix: seq conversion not reading env in docker environment [Created [#3131](https://github.com/openimsdk/open-im-server/pull/3131) |
43 | | - |
44 | | -### Builds |
45 | | -* build: improve workflows contents. [Created [#3125](https://github.com/openimsdk/open-im-server/pull/3125) |
46 | | - |
| 1 | +## [v3.8.3-patch.5](https://github.com/openimsdk/open-im-server/releases/tag/v3.8.3-patch.5) (2025-06-10) |
| 2 | + |
| 3 | +### New Features |
| 4 | +* feat: optimize friend and group applications [#3396](https://github.com/openimsdk/open-im-server/pull/3396) |
| 5 | + |
| 6 | +### Bug Fixes |
| 7 | +* fix: solve unocrrect invite notification [Created [#3219](https://github.com/openimsdk/open-im-server/pull/3219) |
| 8 | + |
| 9 | +### Builds |
| 10 | +* build: update gomake version in dockerfile.[Patch branch] [#3416](https://github.com/openimsdk/open-im-server/pull/3416) |
| 11 | + |
| 12 | +**Full Changelog**: [v3.8.3...v3.8.3-patch.5](https://github.com/openimsdk/open-im-server/compare/v3.8.3...v3.8.3-patch.5) |
| 13 | + |
| 14 | +## [v3.8.3-patch.4](https://github.com/openimsdk/open-im-server/releases/tag/v3.8.3-patch.4) (2025-03-13) |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | +* fix: solve unocrrect invite notificationfrom #3213 |
| 18 | + |
| 19 | +**Full Changelog**: [v3.8.3-patch.3...v3.8.3-patch.4](https://github.com/openimsdk/open-im-server/compare/v3.8.3-patch.3...v3.8.3-patch.4) |
| 20 | + |
| 21 | +## [v3.8.3-patch.3](https://github.com/openimsdk/open-im-server/releases/tag/v3.8.3-patch.3) (2025-03-07) |
| 22 | + |
| 23 | +### New Features |
| 24 | +* feat: optimizing BatchGetIncrementalGroupMember #3180 |
| 25 | + |
| 26 | +### Bug Fixes |
| 27 | +* fix: solve uncorrect notification when set group info #3172 |
| 28 | +* fix: the sorting is wrong after canceling the administrator in group settings #3185 |
| 29 | +* fix: solve uncorrect GroupMember enter group notification type. #3188 |
| 30 | + |
| 31 | +### Refactors |
| 32 | +* refactor: change sendNotification to sendMessage to avoid ambiguity regarding message sending behavior. #3173 |
| 33 | + |
| 34 | +**Full Changelog**: [v3.8.3-patch.2...v3.8.3-patch.3](https://github.com/openimsdk/open-im-server/compare/v3.8.3-patch.2...v3.8.3-patch.3) |
| 35 | + |
| 36 | +## [v3.8.3-patch.2](https://github.com/openimsdk/open-im-server/releases/tag/v3.8.3-patch.2) (2025-02-28) |
| 37 | + |
| 38 | +### Bug Fixes |
| 39 | +* fix: Offline push does not have a badge && Android offline push (#3146) [#3174](https://github.com/openimsdk/open-im-server/pull/3174) |
| 40 | + |
| 41 | +**Full Changelog**: [v3.8.3-patch.1...v3.8.3-patch.2](https://github.com/openimsdk/open-im-server/compare/v3.8.3-patch.1...v3.8.3-patch.2) |
| 42 | + |
| 43 | +## [v3.8.3-patch.1](https://github.com/openimsdk/open-im-server/releases/tag/v3.8.3-patch.1) (2025-02-25) |
| 44 | + |
| 45 | +### New Features |
| 46 | +* feat: add backup volume && optimize log print [Created [#3121](https://github.com/openimsdk/open-im-server/pull/3121) |
| 47 | + |
| 48 | +### Bug Fixes |
| 49 | +* fix: seq conversion failed without exiting [Created [#3120](https://github.com/openimsdk/open-im-server/pull/3120) |
| 50 | +* fix: check error in BatchSetTokenMapByUidPid [Created [#3123](https://github.com/openimsdk/open-im-server/pull/3123) |
| 51 | +* fix: DeleteDoc crash [Created [#3124](https://github.com/openimsdk/open-im-server/pull/3124) |
| 52 | +* fix: the abnormal message has no sending time, causing the SDK to be abnormal [Created [#3126](https://github.com/openimsdk/open-im-server/pull/3126) |
| 53 | +* fix: crash caused [#3127](https://github.com/openimsdk/open-im-server/pull/3127) |
| 54 | +* fix: the user sets the conversation timer cleanup timestamp unit incorrectly [Created [#3128](https://github.com/openimsdk/open-im-server/pull/3128) |
| 55 | +* fix: seq conversion not reading env in docker environment [Created [#3131](https://github.com/openimsdk/open-im-server/pull/3131) |
| 56 | + |
| 57 | +### Builds |
| 58 | +* build: improve workflows contents. [Created [#3125](https://github.com/openimsdk/open-im-server/pull/3125) |
| 59 | + |
47 | 60 | **Full Changelog**: [v3.8.3-e-v1.1.5...v3.8.3-patch.1-e-v1.1.5](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) |
0 commit comments