Skip to content

Releases: openimsdk/open-im-server

v3.0.1-beta.1

26 Jul 06:37
ab48eda
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Build process updates

Other work

Full Changelog: v3.0.0...v3.0.1-beta.1

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
Contributions to this project are welcome! Please see CONTRIBUTING.md for details.

Contact Us

We value close connections with our users, developers, and contributors here at OpenIMSDK. With a large community and maintainer team, we're always here to help and support you. Whether you're looking to join our community or have any questions or suggestions, we welcome you to get in touch with us.

Our most recommended way to get in touch is through Slack. Even if you're in China, Slack is usually not blocked by firewalls, making it an easy way to connect with us. Our Slack community is the ideal place to discuss and share ideas and suggestions with other users and developers of OpenIMSDK. You can ask technical questions, seek help, or share your experiences with other users of OpenIMSDK.

In OpenIM community is recruiting new members! discussion please leave your information, convenient we will better developers around the small gift to send to your hands.

In addition to Slack, we also offer the following ways to get in touch:

  • : We also have Slack channels for you to communicate and discuss. To join, visit https://slack.com/ and join our 👀 Open-IM-Server slack team channel.
  • : Get in touch with us on Gmail. If you have any questions or issues that need resolving, or any suggestions and feedback for our open source projects, please feel free to contact us via email.
  • : Read our blog. Our blog is a great place to stay up-to-date with Open-IM-Server projects and trends. On the blog, we share our latest developments, tech trends, and other interesting information.
  • : Add Wechat and indicate that you are a user or developer of Open-IM-Server. We will process your request as soon as possible.

Whether you're looking to join our community or have any questions or suggestions, we welcome you to get in touch with us.

OpenIM-v3.0

14 Jul 13:21
Compare
Choose a tag to compare

OpenIM Server 3.0 Release

:loudspeaker: Announcement: OpenIM v3.0.0 Release is Here! :tada:We are thrilled to present the long-awaited release version of OpenIM v3.0.0! This update brings several exciting enhancements and improvements that will elevate your messaging experience. Let's dive into the key features:

  • :satellite_antenna: Improved Message Propagation: With the introduction of the read diffusion model, network load is reduced as messages are only sent to users who actually need to receive them. This eliminates the need for broadcasting to all users, especially benefiting group chats. No more duplicate messages flooding your conversations!

  • :rocket: Streamlined RPC and API Code : By leveraging reflection and generics, we have simplified the RPC and API code, eliminating redundancy and making the codebase more flexible and maintainable. This optimization boosts development efficiency and minimizes the possibility of errors.

  • :spanner:Standardized Error Codes: We have implemented a unified set of error codes, making problem identification and troubleshooting processes a breeze. Now, potential issues can be quickly located and resolved, ensuring enhanced application stability and reliability.

  • :magnifying_glass: Integrated ZooKeeper with gRPC: Managing and maintaining services is now more convenient than ever. By integrating ZooKeeper as a service registry center, you can effortlessly add, remove, and monitor service states, ensuring system availability and resilience.

  • :cog: Optimized WebSocket Long Connection Management: Our server now offers enhanced performance and stability by efficiently managing long-lasting connections. This optimization reduces server resource consumption, resulting in an improved user experience.

  • :speech_bubble: Server-Side Session Model: Say goodbye to unsynchronized unread messages in sessions! With the implementation of a server-side session model, the state of each session is diligently tracked and managed. This ensures that users receive the latest messages across multiple devices, preventing information loss or duplication.

  • :inbox_tray: On-Demand Message Loading: We have tackled the latency issue when logging in with a new device. Now, messages are dynamically loaded to avoid overwhelming data retrieval during login. This enhancement greatly improves user experience and system responsiveness.

Explore the release in detail(https://github.com/OpenIMSDK/Open-IM-Server/releases/tag/v3.0.0). We're excited to bring you these fantastic updates, and look forward to your valuable feedback as we continue to refine OpenIM Server. :email::tada:

What's Changed

Full Changelog: v3.0.0-alpha.1...v3.0.0

Release Branch:https://github.com/OpenIMSDK/Open-IM-Server/tree/release-v3.0

git clone https://github.com/OpenIMSDK/Open-IM-Server openim
cd openim
git checkout release-v3.0
# edit config/config.yaml
chmod +x ./install_im_server.sh
./install_im_server.sh

OpenIM-v3.0.0-rc.2

14 Jul 01:55
Compare
Choose a tag to compare
OpenIM-v3.0.0-rc.2 Pre-release
Pre-release

:loudspeaker: Announcement: OpenIM v3.0.0 Pre-Release is Here! :tada:We are thrilled to present the long-awaited pre-release version of OpenIM v3.0.0! This update brings several exciting enhancements and improvements that will elevate your messaging experience. Let's dive into the key features:

  • :satellite_antenna: Improved Message Propagation: With the introduction of the read diffusion model, network load is reduced as messages are only sent to users who actually need to receive them. This eliminates the need for broadcasting to all users, especially benefiting group chats. No more duplicate messages flooding your conversations!

  • :rocket: Streamlined RPC and API Code : By leveraging reflection and generics, we have simplified the RPC and API code, eliminating redundancy and making the codebase more flexible and maintainable. This optimization boosts development efficiency and minimizes the possibility of errors.

  • :spanner:Standardized Error Codes: We have implemented a unified set of error codes, making problem identification and troubleshooting processes a breeze. Now, potential issues can be quickly located and resolved, ensuring enhanced application stability and reliability.

  • :magnifying_glass: Integrated ZooKeeper with gRPC: Managing and maintaining services is now more convenient than ever. By integrating ZooKeeper as a service registry center, you can effortlessly add, remove, and monitor service states, ensuring system availability and resilience.

  • :cog: Optimized WebSocket Long Connection Management: Our server now offers enhanced performance and stability by efficiently managing long-lasting connections. This optimization reduces server resource consumption, resulting in an improved user experience.

  • :speech_bubble: Server-Side Session Model: Say goodbye to unsynchronized unread messages in sessions! With the implementation of a server-side session model, the state of each session is diligently tracked and managed. This ensures that users receive the latest messages across multiple devices, preventing information loss or duplication.

  • :inbox_tray: On-Demand Message Loading: We have tackled the latency issue when logging in with a new device. Now, messages are dynamically loaded to avoid overwhelming data retrieval during login. This enhancement greatly improves user experience and system responsiveness.

Explore the release in detail(https://github.com/OpenIMSDK/Open-IM-Server/releases/tag/v3.0.0-alpha.0). We're excited to bring you these fantastic updates, and look forward to your valuable feedback as we continue to refine OpenIM Server. :email::tada:

Release Branch:https://github.com/OpenIMSDK/Open-IM-Server/tree/release-v3.0.0-rc.2

What's Changed

Full Changelog: v3.0.0-alpha.1...v3.0.0-rc.2

OpenIM-v3.0.0-alpha.1

13 Jul 10:52
ab406be
Compare
Choose a tag to compare
OpenIM-v3.0.0-alpha.1 Pre-release
Pre-release

OpenIM v3.0.0 Release

:loudspeaker: Announcement: OpenIM v3.0.0 Pre-Release is Here! :tada:We are thrilled to present the long-awaited pre-release version of OpenIM v3.0.0! This update brings several exciting enhancements and improvements that will elevate your messaging experience. Let's dive into the key features:

  • :satellite_antenna: Improved Message Propagation: With the introduction of the read diffusion model, network load is reduced as messages are only sent to users who actually need to receive them. This eliminates the need for broadcasting to all users, especially benefiting group chats. No more duplicate messages flooding your conversations!

  • **:rocket:**Streamlined RPC and API Code: By leveraging reflection and generics, we have simplified the RPC and API code, eliminating redundancy and making the codebase more flexible and maintainable. This optimization boosts development efficiency and minimizes the possibility of errors.

  • :spanner:Standardized Error Codes: We have implemented a unified set of error codes, making problem identification and troubleshooting processes a breeze. Now, potential issues can be quickly located and resolved, ensuring enhanced application stability and reliability.

  • :magnifying_glass: Integrated ZooKeeper with gRPC: Managing and maintaining services is now more convenient than ever. By integrating ZooKeeper as a service registry center, you can effortlessly add, remove, and monitor service states, ensuring system availability and resilience.

  • :cog: Optimized WebSocket Long Connection Management: Our server now offers enhanced performance and stability by efficiently managing long-lasting connections. This optimization reduces server resource consumption, resulting in an improved user experience.

  • :speech_bubble: Server-Side Session Model: Say goodbye to unsynchronized unread messages in sessions! With the implementation of a server-side session model, the state of each session is diligently tracked and managed. This ensures that users receive the latest messages across multiple devices, preventing information loss or duplication.

  • :inbox_tray: On-Demand Message Loading: We have tackled the latency issue when logging in with a new device. Now, messages are dynamically loaded to avoid overwhelming data retrieval during login. This enhancement greatly improves user experience and system responsiveness.

Explore the [release in detail](https://github.com/OpenIMSDK/Open-IM-Server/releases/tag/v3.0.0-alpha.0). We're excited to bring you these fantastic updates, and look forward to your valuable feedback as we continue to refine OpenIM Server. :email::tada:

Release Branch:https://github.com/OpenIMSDK/Open-IM-Server/releases/tag/v3.0.0-alpha.1

What's Changed

New Contributors

Full Changelog: v3.0.0-alpha.0...v3.0.0-alpha.1

OpenIM-v3.0.0-alpha.0

12 Jul 11:54
de1b970
Compare
Choose a tag to compare
OpenIM-v3.0.0-alpha.0 Pre-release
Pre-release

Version logging for OpenIM

  • when we change the message propagation model from write diffusion to read diffusion, it can bring some advantages. First, the read diffusion model can reduce network load because messages only need to be sent to users who actually need to receive them, rather than broadcasting to all users. This is especially important for group chats as it avoids sending a large number of duplicate messages. 😊

  • By using reflection and generics to simplify RPC and API code, we can reduce redundant template code and make the code more flexible and maintainable. This simplification can also improve development efficiency and reduce the possibility of errors. 😄

  • Standardizing error codes can greatly simplify problem identification and troubleshooting processes. By defining a unified set of error codes, we can quickly locate and resolve potential issues, improving application stability and reliability. 😉

  • Integrating ZooKeeper with gRPC enables service registration and discovery, making service management and maintenance more convenient. By using ZooKeeper as a service registry center, we can easily add, remove, and monitor service states to ensure system availability and resilience. 😃

  • Optimizing WebSocket long connection management can enhance system performance and stability. By effectively managing long-lasting connections, we can reduce server resource consumption and provide a better user experience. 😊

  • Introducing a server-side session model can solve the problem of unsynchronized unread messages in sessions. By tracking and managing the state of each session, we can ensure that users can receive the latest messages when using the application on different devices, avoiding information loss or duplication. 😄

  • Implementing on-demand message loading can solve the latency issue when logging in with a new device. By dynamically loading messages, we can avoid loading a large amount of data at once, which can slow down the login process, thus improving user experience and system responsiveness. 😊

Test branch

release-v3.0.0-alpha.0: https://github.com/OpenIMSDK/Open-IM-Server/tree/release-v3.0.0-alpha.0

CHAGELOG

What's Changed

New Contributors

Full Changelog: https://github.com/OpenIMSDK/Open-IM-Server/commits/v3.0.0-alpha.0

Unreleased

v2.9.0 - 2023-07-04

Reverts

  • update etcd to v3.5.2 (#206)

Pull Requests

  • Merge branch 'tuoyun'

v2.3.3 - 2022-09-18

v2.3.2 - 2022-09-09

v2.3.0-rc2 - 2022-07-29

v2.3.0-rc1 - 2022-07-25

v2.3.0-rc0 - 2022-07-15

v2.2.0 - 2022-07-01

v2.1.0 - 2022-06-17

Pull Requests

  • Merge branch 'tuoyun'
  • Merge branch 'tuoyun'
  • Merge branch 'tuoyun'

v2.0.10 - 2022-05-13

v2.0.9 - 2022-04-29

Reverts

  • update etcd to v3.5.2 (#206)

Pull Requests

v2.0.7 - 2022-04-08

Pull Requests

  • Merge branch 'tuoyun'

v2.0.6 - 2022-04-01

Pull Requests

  • Merge branch 'tuoyun'

v2.0.5 - 2022-03-24

v2.04 - 2022-03-18

v2.0.3 - 2022-03-11

v2.0.2 - 2022-03-04

Pull Requests

  • Merge branch 'tuoyun'
  • Merge branch 'tuoyun'
  • Merge branch 'tuoyun'
  • Merge branch 'tuoyun'

v2.0.1 - 2022-02-25

v2.0.0 - 2022-02-23

v1.0.7 - 2021-12-17

v1.0.6 - 2021-12-10

v1.0.5 - 2021-12-03

v1.0.4 - 2021-11-25

v1.0.3 - 2021-11-12

[v1.0.1] - 2021-11-04

v1.0.0 - 2021-10-28

Reverts

  • friend modify
  • update

[...

Read more