Releases: openimsdk/openim-sdk-core
Releases · openimsdk/openim-sdk-core
v3.8.1-rc.8
What's Changed
Full Changelog: v3.8.1-rc.7...v3.8.1-rc.8
v3.8.1-rc.7
What's Changed
Full Changelog: v3.8.1-rc.6...v3.8.1-rc.7
v3.8.1-rc.6
What's Changed
Full Changelog: v3.8.1-rc.5...v3.8.1-rc.6
v3.8.1-rc.5
What's Changed
- fix: remove the conversation trigger to prevent waiting in a circular… by @FGadvancer in #663
- Feat test by @icey-yu in #665
- fix: remove redundant func. by @mo3et in #664
- feat: implement panic recovery. by @mo3et in #666
Full Changelog: v3.8.1-rc.4...v3.8.1-rc.5
v3.8.1-rc.4
What's Changed
Full Changelog: v3.8.1-rc.3...v3.8.1-rc.4
v3.8.1-rc.3
What's Changed
Full Changelog: v3.8.1-rc.2...v3.8.1-rc.3
v3.8.1-rc.2
v3.8.1-rc.1
What's Changed
- deps: update bug-report.yaml by @mo3et in #639
- deps: move yaml locate. by @mo3et in #640
- feat: update issue template in sdk core. by @mo3et in #641
- build(deps): update translator.yml by @mo3et in #642
- Refactor: reconstruct issue and label in GitHub. by @mo3et in #648
- fix: update uncorrect workflow. by @mo3et in #649
- fix: remove env. by @mo3et in #651
- Feat add cache init by @icey-yu in #653
- fix: remove unused release files. by @mo3et in #654
Full Changelog: v3.8.1-rc.0...v3.8.1-rc.1
v3.8.1-rc.0
What's Changed
- fix: solve get list is nil when batch fetch. by @mo3et in #635
- fix: filter Invalid. by @mo3et in #636
Full Changelog: v3.8.0...v3.8.1-rc.0
v3.8.0
What's Changed
- feat: support conversation input status and wasm websocket message returns the connection status by @withchao in #463
- fix: kicked user invited again into group,the group info do not changed. by @FGadvancer in #464
- fix: wasm parse data. by @FGadvancer in #465
- fix: rIssue with Asset Uploading for Official Releases in GoReleaser Action v4 - release openim version not auto build by @cubxxw in #466
- fix: conversation and message's sender info change when notification user's info changed. by @FGadvancer in #468
- Release v3.5 conversation's info update by @FGadvancer in #471
- feat: support conversation input status and wasm websocket message returns the connection status by @withchao in #470
- Fix #475 by @zhaolibo1989 in #476
- fix: remove some code to avoid creating group errors.. by @FGadvancer in #479
- fix: notification unread conversation update. by @FGadvancer in #483
- add usercommand and sync and notifiaction for add emoticon by @AndrewZuo01 in #477
- fix: unread num is negative and optimization of sync conversation when app login or re conn. by @FGadvancer in #489
- fix: GroupApplicationRejectedNotification trigger problem by @withchao in #491
- feat: CheckResourceLoad when Synccall by @Sylariam in #503
- fix: db remove map avoid concurrent login or logout database closed. by @FGadvancer in #509
- fix: online only message to trigger new messages. by @FGadvancer in #523
- Main send message by @FGadvancer in #529
- fix: reduce http request timeout. by @FGadvancer in #534
- fix: conversation latestMsg update message status when seq fill. by @FGadvancer in #545
- fix: update conversation latest message's local ex when update local … by @FGadvancer in #548
- typo: rename to correct filename. by @mo3et in #552
- remove intrusive command. by @mo3et in #557
- feat: constant by @icey-yu in #560
- feat: support incremental synchronization by @withchao in #562
- comment not use SDK core interface by @mo3et in #564
- fix: token cb update. by @FGadvancer in #565
- fix: replace version from etcd version to local version. by @FGadvancer in #568
- fix:optimize login by @icey-yu in #571
- feat: update wasm feature implement to v3.8 by @mo3et in #570
- feat: add function of GetUsersInGroup checks if the provided userIDs … by @FGadvancer in #576
- fix: update featute implement in wasm by @mo3et in #577
- fix: solve multiplatform sync concurrency error. by @mo3et in #578
- fix: solve nil pointer in wasm. by @mo3et in #579
- fix: update uncorrect error use. by @mo3et in #580
- fix: update uncorrect statement. by @mo3et in #581
- fix: update condition return args. by @mo3et in #582
- feat: update pingpongHandler. by @mo3et in #583
- fix: update incr sync timing logic when quit group. by @mo3et in #584
- fix: solve group concurrency issue. by @mo3et in #585
- fix: solve concurrecy issues in group. by @mo3et in #586
- feat: implement syncData when App not isBackground. by @mo3et in #588
- refactor: optimize uncorrect structure about pkg and method use. by @mo3et in #589
- feat: correct concurrecy in friend module. by @mo3et in #590
- Main is joind group by @FGadvancer in #591
- feat: implement get existed table name in sql master by @mo3et in #594
- feat: testing program that simulates various scenarios of sending messages. by @FGadvancer in #593
- fix: update TriggerCmdSyncData args. by @mo3et in #595
- fix: upload failure due to time expiration by @withchao in #554
- fix: remove wasm file. by @FGadvancer in #596
- fix: change limit int type avoid overflow and group member sorted. by @FGadvancer in #597
- refactor: split sync data and notification cmd and add some heartbeat log. by @FGadvancer in #598
- fix: sdk logout due to client kick online, incr sync data trigger full id. by @FGadvancer in #601
- feat: log support system type and ex by @icey-yu in #600
- feat: implement checkConversation seq. by @mo3et in #602
- chore: remove some unnecessary contents & add .gitignore by @mo3et in #603
- feat: update method to adapted the corresponding parms. by @mo3et in #599
- feat: protocol by @icey-yu in #607
- feat: online status subscription by @withchao in #606
- feat: update msg Sync by Reinstalled trigger const. by @mo3et in #608
- Fix logs upload by @icey-yu in #604
- Fix syncmsg by @icey-yu in #609
- fix: conversation list will disappear when conversation version table has been deleted in server. by @FGadvancer in #610
- fix: update loss contents. by @mo3et in #611
- fix: remove uncorrect use ctx and conditdion. by @mo3et in #612
- fix uncorrect progress add. by @mo3et in #614
- feat: update progress logic. by @mo3et in #615
- feat: test by @icey-yu in #617
- refactor: remove unuse sdk version field. by @mo3et in #616
- test: support parameter passing and function calling by @icey-yu in #619
- fix: remove unnecesarry condition in ws. by @mo3et in #620
- feat: log can add line and delete old logs by @icey-yu in #621
- Fix test by @icey-yu in #623
- refactor: optimize conversation notification structure. by @mo3et in #622
- fix: abnormal session, the session unread count is not 0, according to the message the unread count should be 0, can not be eliminated by @withchao in #625
- fix: conversation will deadlock when sync data logging. by @FGadvancer in #627
- fix: set scanner buffer by @icey-yu in #628
- chore: sdk update log version to v0.0.49-alpha.60. by @FGadvancer in #630
- bump: update go mod dependency version to latest. by @mo3et in #632
- fix: accept or refuse group application remove lock. by @FGadvancer in #634
New Contributors
- @Sylariam made their first contribution in #503
- @mo3et made their first contribution in #552
- @icey-yu made their first contribution in #560
Full Changelog: v3.5.1...v3.8.0