Releases: openimsdk/chat
v1.8.4-patch.3
What's Changed
- deps: Merge #616 #617 #619 #620 #621 #623 PRs into pre-release-v1.8.4 by @OpenIM-Robot in #624
- fix: attr-to-cred endless loop [Created by @icey-yu from #636] by @OpenIM-Robot in #638
- fix: deadlock in chat [Created by @icey-yu from #639] by @OpenIM-Robot in #645
- fix: update protoc gen && gen proto [Created by @icey-yu from #626] by @OpenIM-Robot in #644
- feat: add safe submodule init in v1.8.4-patch by @mo3et in #685
- refactor: support args and config using mage in v1.8.4-patch branch. by @mo3et in #686
- feat: support harmony [Created by @icey-yu from #649] by @OpenIM-Robot in #694
- revert gomake pkg to v0.0.15-alpha.11 in v1.8.4-patch. by @mo3et in #695
- fix: solve platform check in v1.8.4-patch by @mo3et in #696
Full Changelog: v1.8.3...v1.8.4-patch.3
v1.8.4-patch.2
What's Changed
- fix: deadlock in chat [Created by @icey-yu from #639] by @OpenIM-Robot in #645
- fix: update protoc gen && gen proto [Created by @icey-yu from #626] by @OpenIM-Robot in #644
Full Changelog: v1.8.4-patch.1...v1.8.4-patch.2
v1.8.4-patch.1
What's Changed
- fix: attr-to-cred endless loop [Created by @icey-yu from #636] by @OpenIM-Robot in #638
Full Changelog: v1.8.4...v1.8.4-patch.1
v1.8.4
v1.8.3
What's Changed
- feat: Change account logic and add allowRegister config by @icey-yu in #583
- feat: Migration attribute data to credential by @icey-yu in #584
- fix: Update user error by @icey-yu in #586
- Fix Add User Api by @icey-yu in #590
- fix: search user can search email && refactor addUser by @icey-yu in #593
- fix: Reset password by email failed by @icey-yu in #595
- fix: login check remove psw check by @icey-yu in #597
- fix: Change register error by @icey-yu in #602
- fix: SearchFriend can search email by @icey-yu in #600
- fix: update user email error by @icey-yu in #604
- feat: support app update service by @withchao in #612
- fix: admin token cache by @icey-yu in #613
- build: implement milestone merge and update workflows. by @mo3et in #609
- fix: change email will make account empty error by @qmarliu in #598
- fix bug:invalid go version '1.21.2' : must match format 1.23 by @AerisVibe in #527
New Contributors
- @qmarliu made their first contribution in #598
- @AerisVibe made their first contribution in #527
Full Changelog: v1.8.2...v1.8.3
v1.8.2
What's Changed
- fix: reset UserPassword in admin. by @mo3et in #572
- refactor: improve github workflows. by @mo3et in #573
- feat: update RegisterUser use adminToken. by @mo3et in #574
- refactor: update token logic. by @mo3et in #575
- fix: mobile phone number, email address, account modification verification by @withchao in #578
- fix: assign livekit node ip by @Bloomingg in #570
- WIP:feat: update update version file workflows. by @mo3et in #576
- refactor: update adminToken by @mo3et in #580
Full Changelog: v1.8.0...v1.8.2
v1.8.0
What's Changed
- feat: chat admin config by @withchao in #508
- Update action by @wxuanF in #514
- Add comments by @skiffer-git in #515
- Updata action by @wxuanF in #518
- code reviewer by @skiffer-git in #522
- Update config.yaml by @wxuanF in #519
- Etcd naming and discovery by @skiffer-git in #540
- docs: livekit quick start by @Bloomingg in #543
- ci: auto build test & not lock issue by @Bloomingg in #546
- refactor: renamed non-standard package aliases and field names. by @mo3et in #549
- feat: invaildate the token when change password by @mo3et in #552
- feat: refactor effect of registerUser order. by @mo3et in #555
- update gomake version by @withchao in #558
- fix: keep default livekit key same in config by @Bloomingg in #560
- feat: update chat version by @withchao in #562
- fix:create token can set expire time by @icey-yu in #553
- feat: update dockerfile contents. by @mo3et in #563
- fix: change pb name for build failed. by @FGadvancer in #564
New Contributors
- @wxuanF made their first contribution in #514
- @Bloomingg made their first contribution in #543
- @mo3et made their first contribution in #549
- @icey-yu made their first contribution in #553
Full Changelog: v1.7.1...v1.8.0
v1.7.1
What's Changed
- fix: create RPC zookeeper node to prevent interface call blocking. by @FGadvancer in #496
- fix: gin log and rpc mw by @withchao in #499
- Optimize the Dockerfile. by @skiffer-git in #502
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Update README to add link to 'How to Setup LiveKit Server' document. by @DanGiant in #454
- Delete .github/workflows/sync-release.yml by @cubxxw in #457
- fix: fix docker images by @cubxxw in #460
- docs: update openim deployment images go1.21 by @cubxxw in #461
- fix: fix the update admin info error by @luhaoling in #459
- add github actions is create code-language-detector.yml by @cubxxw in #470
- create robot auto create pr to formating code and update tag version by @cubxxw in #466
- cicd: update chat makefile fix go version minimun 1.21 by @cubxxw in #467
- feat: add go typecheck actions by @cubxxw in #477
- Update Makefile add test cover is 75 by @cubxxw in #478
- optimize code, configuration files by @withchao in #493
Full Changelog: v1.6.0...v1.7.0
v1.6.1-beta.0
Changelog
New Features
Bug fixes
- 5b7a3d4: fix: fix the upate admin info error (#459) (@luhaoling)
Other work
- 695f425: Delete .github/workflows/sync-release.yml (#457) (@cubxxw)
- def85c6: Update README to add link to 'How to Setup LiveKit Server' document. (#454) (@DanGiant)
- 07d5d69: add github actions is create code-language-detector.yml (#470) (@cubxxw)
- a284c93: create robot auto create pr to formating code and update tag version (#466) (@cubxxw)
- 9c3281a: docs: sora zh readme from awesome (#460) (@cubxxw)
- e54730d: docs: sora zh readme from awesome (#461) (@cubxxw)
- 9f84bbf: update chat makefile fix go version minimun 1.21 (#467) (@cubxxw)
Welcome to the v1.6.1-beta.0 release of chat!🎉🎉!
Full Changelog: v1.6.0...v1.6.1-beta.0
Helping out
-
We release logs are recorded on ✨ CHANGELOG
-
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
Contributions to this project are welcome! Please see CONTRIBUTING.md for details.
Get Involved with OpenIM!
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 chat 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 chat. 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! 🙌