Skip to content

Commit a08a65e

Browse files
FGadvancergithub-actions[bot]
authored andcommitted
Update CHANGELOG for release v3.8.3
1 parent 31aaa32 commit a08a65e

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

CHANGELOG/CHANGELOG-3.8.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## [v3.8.3](https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.3) (2025-01-08)
2+
3+
### New Features
4+
* feat: merge main bug fix to main. [#637](https://github.com/openimsdk/openim-sdk-core/pull/637)
5+
* feat: improve merge in milestone and merged handle logic. [Created [#797](https://github.com/openimsdk/openim-sdk-core/pull/797)
6+
* feat: add a function to quickly retrieve the context messages for a given message. [#828](https://github.com/openimsdk/openim-sdk-core/pull/828)
7+
8+
### Bug Fixes
9+
* fix: create index failed when table name has `-`. [Created [#795](https://github.com/openimsdk/openim-sdk-core/pull/795)
10+
* fix: change the table name and add escaping. [Created [#803](https://github.com/openimsdk/openim-sdk-core/pull/803)
11+
* fix: change errs to custom errs avoid sdk panic. [Created [#802](https://github.com/openimsdk/openim-sdk-core/pull/802)
12+
* fix: get reverse history message change. [#805](https://github.com/openimsdk/openim-sdk-core/pull/805)
13+
* fix: add server isEnd determination criteria for message retrieval. [#812](https://github.com/openimsdk/openim-sdk-core/pull/812)
14+
* fix: login user's info maybe empty when app reinstall. [#816](https://github.com/openimsdk/openim-sdk-core/pull/816)
15+
* fix: search message do not filter voice message when keyword is empty. [#820](https://github.com/openimsdk/openim-sdk-core/pull/820)
16+
* fix: quote message change to revoke message when app from background … [#826](https://github.com/openimsdk/openim-sdk-core/pull/826)
17+
18+
### Refactors
19+
* refactor: add a parameter to locate messages and reverse pull messages to avoid UI data interference. [#833](https://github.com/openimsdk/openim-sdk-core/pull/833)
20+
* refactor: remove fetch messages instead of search message clear cache. [#835](https://github.com/openimsdk/openim-sdk-core/pull/835)
21+
22+
### Builds
23+
* build: update PR body. [Created [#798](https://github.com/openimsdk/openim-sdk-core/pull/798)
24+
25+
### Others
26+
* bump: update go mod dependency version to latest. (#632) [#633](https://github.com/openimsdk/openim-sdk-core/pull/633)
27+
* merge: update release-v3.8 with main changes [#735](https://github.com/openimsdk/openim-sdk-core/pull/735)
28+
29+
**Full Changelog**: [v3.8.2...v3.8.3](https://github.com/openimsdk/openim-sdk-core/compare/v3.8.2...v3.8.3)
30+

CHANGELOG/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# CHANGELOGs
2+
3+
- [CHANGELOG-3.8.md](./CHANGELOG-3.8.md)
4+

0 commit comments

Comments
 (0)