Skip to content

Releases: openimsdk/open-im-server

v3.5.0-beta.1

30 Nov 04:40
Compare
Choose a tag to compare
v3.5.0-beta.1 Pre-release
Pre-release

Welcome to the v3.5.0-beta.1 release of OpenIM!🎉🎉!

We are excited to release v3.5.0-beta.1, Branch: https://github.com/openimsdk/open-im-server/tree/v3.5.0-beta.1 , Git hash [72e7fe9], Install Address: https://github.com/openimsdk/open-im-server/releases/tag/v3.5.0-beta.1

Learn more about versions of OpenIM:

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.

Changelog

New Features

Bug fixes

Build process updates

Other work

Full Changelog: v3.3.3-rc.1...v3.5.0-beta.1

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 ...

Read more

v3.4.0

10 Nov 12:12
Compare
Choose a tag to compare

Welcome to the v3.4.0 release of OpenIM!🎉🎉!

We are excited to release v3.4.0, Branch: https://github.com/openimsdk/open-im-server/tree/v3.4.0 , Git hash [005ff53], Install Address: https://github.com/openimsdk/open-im-server/releases/tag/v3.4.0

Learn more about versions of OpenIM:

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.

Changelog

What's Changed

  • fix: openim logs release v3.3 by @cubxxw in #1048
  • fix: set openim volume by @cubxxw in #1051
  • 🎯 Optimize the deployment scheme to provide kubernetes deployment strategy by @cubxxw in #1050
  • feat: choose whether to push group messages offline based on the user's session option settings by @withchao in #1054
  • fix update environment.sh by @kubbot in #1068
  • feat: url to im s3 by @withchao in #1067
  • internal/msgtransfer: fix unreachable code issue by @charles-chenzz in #1078
  • Feature: add log support for developer by @FGadvancer in #1101
  • feat: s3 public read by @withchao in #1080
  • feat: send message add sendTime field for import messages. by @FGadvancer in #1104
  • fix: turn on status notification that will burn after reading by @withchao in #1115
  • fix: add callback for update user's info. by @FGadvancer in #1112
  • 🧶 feat: Big job! kubernetes Deployment Design by @cubxxw in #1055
  • fix: modifying user information notifications to join groups and group avatar issues by @withchao in #1147
  • feat(deps): bump the gomod-deps group with 7 updates by @dependabot in #1150
  • chore(deps): bump the github-actions group with 10 updates by @dependabot in #1142
  • docs(main): update openim readme by @cubxxw in #1157
  • fix: Implement Enhanced File Descriptor Limit Handling in Shell Script by @cubxxw in #1160
  • feat: v2 to v3 data conversion by @withchao in #1164
  • fix: make lint about cicd by @cubxxw in #1161
  • docs: add openim docs by @cubxxw in #1165
  • feat: v2 to v3 data conversion by @withchao in #1176
  • Ensure Script Compatibility Across Different Bash Versions by @cubxxw in #1185
  • feat: add redis cluster mode in option by @rfyiamcool in #1178
  • optimize: reduce lock latency for localcache group by @rfyiamcool in #1179
  • feat(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #1188
  • chore(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 in /tools/url2im by @dependabot in #1189
  • chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 in /tools/data-conversion by @dependabot in #1187
  • feat(deps): bump gorm.io/gorm from 1.25.4 to 1.25.5 by @dependabot in #1175
  • feat(deps): bump github.com/tencentyun/cos-go-sdk-v5 from 0.7.43 to 0.7.44 by @dependabot in #1174
  • Docs(main): Add English translation for README.md by @cubxxw in #1194
  • bug:update a filed by @luhaoling in #1192
  • fix: single chat unread status change. by @FGadvancer in #1171
  • fix: after modifying the avatar, offline users who joined the group did not synchronize by @withchao in #1198
  • feat: Add the help chart script to support k8s deployment by @xuexihuang in #1145
  • optimize: reduce lock latency for conversation cache by @rfyiamcool in #1231
  • feat(deps): bump the gomod-deps group with 7 updates by @dependabot in #1248
  • fix: remove repeat platform on online status. by @FGadvancer in #1221
  • chore(deps): bump the github-actions group with 1 update by @dependabot in #1169
  • [Sweep Rules] Add unit test for RemoveRepeatedElementsInList function by @sweep-ai in #1224
  • [Sweep Rules] Add unit test for RemoveRepeatedElementsInList function by @sweep-ai in #1223
  • [Sweep Rules] Add unit test for new business logic in GroupDatabase.DeleteGroupMemberHash by @sweep-ai in #1200
  • feat:order logs by time desc by @CNCSMonster in #1250
  • fix: mogodb url connent by @originnets in #1232
  • feat: api, rpc QuitGroup req add userID by @withchao in #1244
  • feat(release-v3.4): Enhanced Build, Deployment, and Configuration Management for Optimized Performance and Automation by @cubxxw in #1255
  • feat(deps): bump the gomod-deps group with 2 updates by @dependabot in #1257
  • Update README.md by @cubxxw in #1265
  • fix: golint code format and error log trace by @liu-xuewen in #1259
  • fix: fix all lint warning in pkg by @CNCSMonster in #1263
  • fix: not support redis cluster. CROSSSLOT Keys in request don't hash to the same slot by @withchao in #1258
  • fix: api send messages for notification conversation. by @FGadvancer in #1254
  • fix update user.FaceURL do not trigger GroupMemberInfoSetNotification by @a3d21 in #1267
  • fix: reset branch. by @FGadvancer in #1277
  • fix: zk add close to avoid zk block. by @FGadvancer in #1284
  • fix: create database name by @kvii in #1285
  • chore(deps): bump the github-actions group with 1 update by @dependabot in #1274
  • fix: NotNotifyUser receive offline push by @a3d21 in #1287
  • feat: add openim cluster helm chart by @cubxxw in #1291
  • docs: update readme docs by @cubxxw in #1304
  • perf: reduce register client latency by @rfyiamcool in #1312
  • Optimize the control structure by @go75 in #1294
  • fix: go mod update. by @FGadvancer in #1306
  • refactor: scheduled task splitting by @withchao in #1299
  • feat: S3 server cache by @withchao in #1329
  • fix: wrong column ...
Read more

v3.4.0-rc.0

09 Nov 10:39
Compare
Choose a tag to compare
v3.4.0-rc.0 Pre-release
Pre-release

Welcome to the v3.4.0-rc.0 release of OpenIM!🎉🎉!

We are excited to release v3.4.0-rc.0, Branch: https://github.com/openimsdk/open-im-server/tree/v3.4.0-rc.0 , Git hash [1b3c69d], Install Address: https://github.com/openimsdk/open-im-server/releases/tag/v3.4.0-rc.0

Learn more about versions of OpenIM:

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.

Changelog

New Features

Bug fixes

Other work

Full Changelog: v3.3.3-rc.1...v3.4.0-rc.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.3.3-rc.5

29 Oct 05:10
Compare
Choose a tag to compare
v3.3.3-rc.5 Pre-release
Pre-release

Welcome to the v3.3.3-rc.5 release of OpenIM!🎉🎉!

We are excited to release v3.3.3-rc.5, Branch: https://github.com/openimsdk/open-im-server/tree/v3.3.3-rc.5 , Git hash [bf50c52], Install Address: https://github.com/openimsdk/open-im-server/releases/tag/v3.3.3-rc.5

Learn more about versions of OpenIM:

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.

Changelog

New Features

Bug fixes

Other work

Full Changelog: v3.3.3-rc.1...v3.3.3-rc.5

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.3.3-rc.4

28 Oct 14:02
Compare
Choose a tag to compare
v3.3.3-rc.4 Pre-release
Pre-release

Welcome to the v3.3.3-rc.4 release of OpenIM!🎉🎉!

We are excited to release v3.3.3-rc.4, Branch: https://github.com/openimsdk/open-im-server/tree/v3.3.3-rc.4 , Git hash [4888bc2], Install Address: https://github.com/openimsdk/open-im-server/releases/tag/v3.3.3-rc.4

Learn more about versions of OpenIM:

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.

Changelog

New Features

Bug fixes

Other work

Full Changelog: v3.3.3-rc.1...v3.3.3-rc.4

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.3.3-rc.3

27 Oct 12:50
Compare
Choose a tag to compare
v3.3.3-rc.3 Pre-release
Pre-release

Welcome to the v3.3.3-rc.3 release of OpenIM!🎉🎉!

We are excited to release v3.3.3-rc.3, Branch: https://github.com/openimsdk/open-im-server/tree/v3.3.3-rc.3 , Git hash [4e352ea], Install Address: https://github.com/openimsdk/open-im-server/releases/tag/v3.3.3-rc.3

Learn more about versions of OpenIM:

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.

Changelog

Other work

Full Changelog: v3.3.3-rc.2...v3.3.3-rc.3

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.3.3-rc.1

23 Oct 13:51
8a13017
Compare
Choose a tag to compare
v3.3.3-rc.1 Pre-release
Pre-release

What's Changed

  • fix: after modifying the avatar, offline users who joined the group did not synchronize by @withchao in #1198
  • feat: Add the help chart script to support k8s deployment by @xuexihuang in #1145
  • optimize: reduce lock latency for conversation cache by @rfyiamcool in #1231
  • feat(deps): bump the gomod-deps group with 7 updates by @dependabot in #1248
  • fix: remove repeat platform on online status. by @FGadvancer in #1221
  • chore(deps): bump the github-actions group with 1 update by @dependabot in #1169
  • [Sweep Rules] Add unit test for RemoveRepeatedElementsInList function by @sweep-ai in #1224
  • [Sweep Rules] Add unit test for RemoveRepeatedElementsInList function by @sweep-ai in #1223
  • [Sweep Rules] Add unit test for new business logic in GroupDatabase.DeleteGroupMemberHash by @sweep-ai in #1200
  • feat:order logs by time desc by @CNCSMonster in #1250
  • fix: mogodb url connent by @originnets in #1232
  • fate: api, rpc QuitGroup req add userID by @withchao in #1244
  • feat(release-v3.4): Enhanced Build, Deployment, and Configuration Management for Optimized Performance and Automation by @cubxxw in #1255
  • feat(deps): bump the gomod-deps group with 2 updates by @dependabot in #1257
  • Update README.md by @cubxxw in #1265
  • fix: golint code format and error log trace by @liu-xuewen in #1259
  • fix: fix all lint warning in pkg by @CNCSMonster in #1263
  • fix: not support redis cluster. CROSSSLOT Keys in request don't hash to the same slot by @withchao in #1258
  • fix: api send messages for notification conversation. by @FGadvancer in #1254
  • fix update user.FaceURL do not trigger GroupMemberInfoSetNotification by @a3d21 in #1267

New Contributors

Full Changelog: v3.3.3-beta.2...v3.3.3-rc.1

v3.3.3-rc.0

23 Oct 06:41
363deff
Compare
Choose a tag to compare
v3.3.3-rc.0 Pre-release
Pre-release

Welcome to the v3.3.3-rc.0 release of OpenIM!🎉🎉!

We are excited to release v3.3.3-rc.0, Branch: https://github.com/openimsdk/open-im-server/tree/v3.3.3-rc.0 , Git hash [363deff], Install Address: https://github.com/openimsdk/open-im-server/releases/tag/v3.3.3-rc.0

Learn more about versions of OpenIM:

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.

Changelog

New Features

Bug fixes

Dependency updates

Other work

  • 5e7e619: [Sweep Rules] Add unit test for RemoveRepeatedElementsInList function (#1224) (@sweep-ai[bot])
  • c69d4da: fate: api, rpc QuitGroup req add userID (#1244) (@withchao)
  • 363deff: feat(release-v3.4): Enhanced Build, Deployment, and Configuration Management for Optimized Performance and Automation (#1255) (@cubxxw)
  • a648bee: optimize: reduce lock latency for conversation cache (#1231) (@rfyiamcool)

Full Changelog: v3.3.3-beta.2...v3.3.3-rc.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.3.3-bate.4

19 Oct 12:36
Compare
Choose a tag to compare
v3.3.3-bate.4 Pre-release
Pre-release

Welcome to the v3.3.3-bate.4 release of OpenIM!🎉🎉!

We are excited to release v3.3.3-bate.4, Branch: https://github.com/openimsdk/open-im-server/tree/v3.3.3-bate.4 , Git hash [7e63800], Install Address: https://github.com/openimsdk/open-im-server/releases/tag/v3.3.3-bate.4

Learn more about versions of OpenIM:

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.

Changelog

New Features

Bug fixes

Dependency updates

Other work

Full Changelog: v3.3.3-beta.2...v3.3.3-bate.4

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.3.3-beta.2

13 Oct 11:45
8e64306
Compare
Choose a tag to compare
v3.3.3-beta.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.3.3-beta.1...v3.3.3-beta.2