Releases: openimsdk/openim-sdk-core
v3.3.1-alpha.1
What's Changed
- fix: unread bug fix when app reinstall. by @FGadvancer in #338
- feat: addlog by @CNCSMonster in #340
New Contributors
- @CNCSMonster made their first contribution in #340
Full Changelog: v3.3.1-alpha.0...v3.3.1-alpha.1
v3.3.1-alpha.0
What's Changed
- fix:When the network is disconnected, if the stranger’s personal information is returned to be empty, go to the local to get it, and no error will be thrown. by @plutoyty in #323
- fix: repeated trigger conversation changed. by @FGadvancer in #328
- fix: group dismissed trigger to UI. by @FGadvancer in #332
- fix: get group member list order by join time asc. by @FGadvancer in #333
- refactor: rename get user info from cache. by @FGadvancer in #334
Full Changelog: v3.3.0...v3.3.1-alpha.0
v3.3.0
Welcome to the v3.3.0 release of OpenIM!🎉🎉!
We are excited to release v3.3.0, Branch: https://github.com/openimsdk/openim-sdk-core/tree/v3.3.0 , Git hash [7b737ca], Install Address: https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.3.0
Learn more about versions of OpenIM:
-
For information on versions of OpenIM and how to maintain branches, read 📚this article
-
If you wish to use mirroring, read OpenIM's 🤲image management policy
Want to be one of them 😘?
Note
@openimbot and @kubbot have made great contributions to the community as community 🤖robots(@openimsdk/bot), respectively.
Thanks to the @openimsdk/openim team for all their hard work on this release.
Thank you to all the 💕developers and contributors, people from all over the world, OpenIM brings us together
Changelog
New Features
Bug fixes
Full Changelog: v3.2.1...v3.3.0
Get Involved with OpenIM!
Your patronage towards OpenIM is greatly appreciated 🎉🎉.
If you encounter any problems during its usage, please create an issue in the GitHub repository, we're committed to resolving your problem as soon as possible.
Here are some ways to get involved with the OpenIM community:
📢 Slack Channel: Join our Slack channels for discussions, communication, and support. Click here to join the Open-IM-Server Slack team channel.
📧 Gmail Contact: If you have any questions, suggestions, or feedback for our open-source projects, please feel free to contact us via email.
📖 Blog: Stay up-to-date with OpenIM-Server projects and trends by reading our blog. We share the latest developments, tech trends, and other interesting information related to OpenIM.
📱 WeChat: Add us on WeChat (QR Code) and indicate that you are a user or developer of Open-IM-Server. We'll process your request as soon as possible.
Remember, your contributions play a vital role in making OpenIM successful, and we look forward to your active participation in our community! 🙌
v3.2.1
What's Changed
- fix: admin revoke msg by @wangchuxiao-dev in #272
- Fix unread by @wangchuxiao-dev in #270
- test: add sdk user statistics message by @FGadvancer in #276
- fix: sync conversation panic when some groups deleted in server that user joined groups. by @FGadvancer in #280
- refactor: Optimize cross-language passing parameters by @plutoyty in #283
- feat: Pressure test code by @wangchuxiao-dev in #279
- fix: sdk remove group sync concurrent,maybe cause sync group members failed. by @FGadvancer in #286
- private chat lock by @withchao in #289
- fix: group icon update and private chat notification update by @FGadvancer in #290
- fix:Provide the correct unsubscribe sdk by @plutoyty in #293
- chore: default thumbnail size by @withchao in #299
- fix:The sdk about subscribing to online status in wasm is missing by @plutoyty in #301
- fix: pull messages and notifications by paging. by @FGadvancer in #305
- fix: pull notifications by paging. by @FGadvancer in #307
- fix: page pull notification. by @FGadvancer in #308
- fix: message update latest icon and name when first sync message. by @FGadvancer in #309
- fix: message update latest icon and name when first sync message. by @FGadvancer in #310
- fix: message update latest icon and name when first sync message. by @FGadvancer in #311
- feat:Caching of personal information of strangers in group chats by @plutoyty in #306
- fix: stranger user model add wasm set func. by @FGadvancer in #313
- feat: add build js for #304 by @plutoyty in #312
Full Changelog: v3.2.0...v3.2.1
v3.2.1-rc.0
What's Changed
- private chat lock by @withchao in #289
- fix: group icon update and private chat notification update by @FGadvancer in #290
- fix:Provide the correct unsubscribe sdk by @plutoyty in #293
- chore: default thumbnail size by @withchao in #299
- fix:The sdk about subscribing to online status in wasm is missing by @plutoyty in #301
- fix: pull messages and notifications by paging. by @FGadvancer in #305
Full Changelog: v3.2.1-alpha.1...v3.2.1-rc.0
v3.2.1-alpha.1
What's Changed
- fix: sdk remove group sync concurrent,maybe cause sync group members failed. by @FGadvancer in #286
Full Changelog: v3.2.1-alpha.0...v3.2.1-alpha.1
v3.2.1-alpha.0
What's Changed
- fix: admin revoke msg by @wangchuxiao-dev in #272
- Fix unread by @wangchuxiao-dev in #270
- test: add sdk user statistics message by @FGadvancer in #276
- fix: sync conversation panic when some groups deleted in server that user joined groups. by @FGadvancer in #280
- refactor: Optimize cross-language passing parameters by @plutoyty in #283
- feat: Pressure test code by @wangchuxiao-dev in #279
Full Changelog: v3.2.0...v3.2.01-alpha.0
v3.2.01-alpha.0
Welcome to the v3.2.01-alpha.0 release of OpenIM!🎉🎉!
We are excited to release v3.2.01-alpha.0, Branch: https://github.com/OpenIMSDK/openim-sdk-core/tree/v3.2.01-alpha.0 , Git hash [5437dd7], Install Address: https://github.com/OpenIMSDK/openim-sdk-core/releases/tag/v3.2.01-alpha.0
Learn more about versions of OpenIM:
-
For information on versions of OpenIM and how to maintain branches, read 📚this article
-
If you wish to use mirroring, read OpenIM's 🤲image management policy
Want to be one of them 😘?
Note
@openimbot and @kubbot have made great contributions to the community as community 🤖robots(@openimsdk/bot), respectively.
Thanks to the @openimsdk/openim team for all their hard work on this release.
Thank you to all the 💕developers and contributors, people from all over the world, OpenIM brings us together
Changelog
New Features
- 5437dd7: feat: Pressure test code (#279) (@wangchuxiao-dev)
- fc71679: feat: test cicd (#262) (@cubxxw)
Bug fixes
- 551f27b: fix: admin revoke msg (#272) (@wangchuxiao-dev)
- 8914b38: fix: sync conversation panic when some groups deleted in server that user joined groups. (#280) (@FGadvancer)
- 90e5ea8: fix: user online status pb change (#263) (@FGadvancer)
Other work
- f26349c: Fix unread (#270) (@wangchuxiao-dev)
- 9efbb1c: Optimize cross-language passing parameters (#283) (@plutoyty)
- b2694ec: Optimize userid (#265) (@plutoyty)
- 8a43f18: Pressure test (#264) (@wangchuxiao-dev)
- 5f0cfe0: Update Makefile (#266) (@cubxxw)
Full Changelog: v3.2.0-rc0...v3.2.01-alpha.0
Get Involved with OpenIM!
Your patronage towards OpenIM is greatly appreciated 🎉🎉.
If you encounter any problems during its usage, please create an issue in the GitHub repository, we're committed to resolving your problem as soon as possible.
Here are some ways to get involved with the OpenIM community:
📢 Slack Channel: Join our Slack channels for discussions, communication, and support. Click here to join the Open-IM-Server Slack team channel.
📧 Gmail Contact: If you have any questions, suggestions, or feedback for our open-source projects, please feel free to contact us via email.
📖 Blog: Stay up-to-date with OpenIM-Server projects and trends by reading our blog. We share the latest developments, tech trends, and other interesting information related to OpenIM.
📱 WeChat: Add us on WeChat (QR Code) and indicate that you are a user or developer of Open-IM-Server. We'll process your request as soon as possible.
Remember, your contributions play a vital role in making OpenIM successful, and we look forward to your active participation in our community! 🙌
v3.2.0
Welcome to the v3.2.0 release of OpenIM!🎉🎉!
We are excited to release v3.2.0, Branch: https://github.com/OpenIMSDK/openim-sdk-core/tree/v3.2.0 , Git hash [97b70fd], Install Address: https://github.com/OpenIMSDK/openim-sdk-core/releases/tag/v3.2.0
Learn more about versions of OpenIM:
-
For information on versions of OpenIM and how to maintain branches, read 📚this article
-
If you wish to use mirroring, read OpenIM's 🤲image management policy
Want to be one of them 😘?
Note
@openimbot and @kubbot have made great contributions to the community as community 🤖robots(@openimsdk/bot), respectively.
Thanks to the @openimsdk/openim team for all their hard work on this release.
Thank you to all the 💕developers and contributors, people from all over the world, OpenIM brings us together
Changelog
New Features
- 3fa955e: feat: add wasm multipart upload (@FGadvancer)
- 9eaf88f: feat: add wasm multipart upload (@FGadvancer)
- e57c163: feat: add wasm multipart upload (@FGadvancer)
- c00d831: feat: conversation local ex (@wangchuxiao-dev)
- 6e63a00: feat: conversation local ex (@wangchuxiao-dev)
- e6c4913: feat: log level can set gorm log level (@FGadvancer)
- fc71679: feat: test cicd (#262) (@cubxxw)
- 5039735: feat: wasm add business listener (@FGadvancer)
- 4174b33: feat: wasm add upload file (@FGadvancer)
- f6c9ab8: feat: wasm add upload file (@FGadvancer)
- 1f4b474: new feat: sync less data (@wangchuxiao-dev)
- 7acc584: new feat: sync less data (@wangchuxiao-dev)
Bug fixes
- ad20641: fix: avoid panic when local don't have message (@FGadvancer)
- cb75845: fix: err message update (@FGadvancer)
- af84ef8: fix: kick logout (@FGadvancer)
- 34d6130: fix: kick logout (@FGadvancer)
- 0678d05: fix: logout don't callback when network can not establish (@FGadvancer)
- 34f0c68: fix: logout don't callback when network can not establish (@FGadvancer)
- 0c7a00c: fix: message status change (@FGadvancer)
- 9cf90df: fix: msg file ContentType (@withchao)
- e03b15d: fix: page pull change args (@FGadvancer)
- 3b0eda0: fix: program will crash when websocket just initialized and send message (@FGadvancer)
- 8012fd4: fix: search messages add localEx field (@FGadvancer)
- 0e2d6d8: fix: send video message blocking (@FGadvancer)
- 01de88f: fix: sendMessage not oss add content (@FGadvancer)
- 5494f81: fix: some messages seq is zero,filter this message and print exception info (@FGadvancer)
- f4a4b86: fix: still reconn when token is invalid (@FGadvancer)
- f52cd69: fix: sync user info error (@FGadvancer)
- ce1f5ca: fix: user goroutine did not exit when ws dial because of token invalid or expired (@FGadvancer)
- 90e5ea8: fix: user online status pb change (#263) (@FGadvancer)
- 80c5959: fix: user online status pb change (@FGadvancer)
- acf5d9c: fix: wasm db close (@FGadvancer)
- 995d610: fix: wasm db close (@FGadvancer)
Other work
- de629ba: Fix: wasm close db (#176) (@FGadvancer)
- b2694ec: Optimize userid (#265) (@plutoyty)
- 8a43f18: Pressure test (#264) (@wangchuxiao-dev)
- 5f0cfe0: Update Makefile (#266) (@cubxxw)
- 9757ed9: feature: add function of unInitSDK (@FGadvancer)
- 061115e: fix bug: friend msg syncer (@wangchuxiao-dev)
- ef047a6: fix bug: friend wasm sql (@wangchuxiao-dev)
- a562dbb: fix bug: sync failed (@wangchuxiao-dev)
- bd72711: fix bug: user update name and faceurl not sync (@wangchuxiao-dev)
- 057a826: flag (@hanzhixiao)
- 3bb4bb6: fxi: pull messages with pagination and send message add reply timeout. (@FGadvancer)
- c53b4a0: presuretest code (@wangchuxiao-dev)
- 1b22fe7: refactor: conversation trigger (@FGadvancer)
- 746cb9e: refactor: conversation trigger (@FGadvancer)
- 88d9051: refactor: go-cmp change version (@FGadvancer)
- 9983259: refactor: remove session type (@FGadvancer)
- e667eb5: refactor: remove session type (@FGadvancer)
- 3f8b39a: refactor: remove session type (@FGadvancer)
- 984cf6b: refactor: remove session type (@FGadvancer)
- d013659: refactor: syncer update (@FGadvancer)
- 8dd5d1a: refactor: syncer update (@FGadvancer)
- b9f1d84: refactor: syncer update (@FGadvancer)
- 8287ba6: refactor: syncer update (@FGadvancer)
- de709ac: refactor: syncer update (@FGadvancer)
- 2634932: refactor: syncer update (@FGadvancer)
- 5edcd9e: refactor: upload file add content type (@FGadvancer)
- 79d3843: refactor: user update (@FGadvancer)
- b9083b9: test (@hanzhixiao)
- 01e4fd4: test (@wangchuxiao-dev)
Full Changelog: v3.1.0....v3.2.0
Get Involved with OpenIM!
Your patronage towards OpenIM is greatly appreciated 🎉🎉.
If you encounter any problems during its usage, please create an issue in the GitHub repository, we're committed to resolving your problem as soon as possible.
Here are some ways to get involved with the OpenIM community:
📢 Slack Channel: Join our Slack channels for discussions, communication, and support. Click here to join the Open-IM-Server Slack team channel.
📧 Gmail Contact: If you have any questions, suggestions, or feedback for our open-source projects, please feel free to contact us via email.
📖 Blog: Stay up-to-date with OpenIM-Server projects and trends by reading our blog. We share the latest developments, tech trends, and other interesting information related to OpenIM.
📱 WeChat: Add us on WeChat (QR Code) and indicate that you are a user or developer of Open-IM-Server. We'll process your request as soon as possible.
Remember, your contributions play a vital role in making OpenIM successful, and we look forward to your active participation in our community! 🙌
What's Changed
- fix: wasm db close by @FGadvancer in #177
- fix bug: Non-friend conversation faceURL, nickName update timing is wrong by @wangchuxiao-dev in #181
- other: merge dev and release3.1 into main by @FGadvancer in #183
- test by @hanzhixiao in #187
- test code by @wangchuxiao-dev in #190
- test by @hanzhixiao in #189
- test: pressure test code by @wangchuxiao-dev in #197
- fix bug: new conversation unreadcount by @wangchuxiao-dev in #199
- Fix: Program will crash when websocket just initialized and send message by @FGadvancer in #201
- Feature: add function of unInitSDK by @FGadvancer in https:...
v3.2.0-rc.0
What's Changed
- synchronization group member optimization by @withchao in #243
- fix: call panic stack by @withchao in #248
- fix: avoid panic when local don't have message by @FGadvancer in #252
- feat: pressure test and msg test by @wangchuxiao-dev in #256
- new feat: new con sync unread by @wangchuxiao-dev in #250
- Pressure test by @wangchuxiao-dev in #258
- fix: some messages seq is zero,filter this message and print exception info by @FGadvancer in #260
Full Changelog: v3.2.0-alpha.1...v3.2.0-rc0