OpenIM-v3.0.0-alpha.1
Pre-releaseOpenIM v3.0.0 Release
Announcement: OpenIM v3.0.0 Pre-Release is Here!
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:
-
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!
-
**
**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.
-
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.
-
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.
-
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.
-
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.
-
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.
Release Branch:https://github.com/OpenIMSDK/Open-IM-Server/releases/tag/v3.0.0-alpha.1
What's Changed
- feat: add scripts by @cubxxw in #514
- feat: add scripts by @cubxxw in #515
- cicd: update openim-ci.yml by @plutoyty in #528
- feat: add scripts by @cubxxw in #525
- add MongoDB,Redis,Kafka retry mechanism by @plutoyty in #518
- all back-office api by @hanzhixiao in #533
- fix: get user online status #472 by @FGadvancer in #527
- fix bug: friend, args error by @wangchuxiao-dev in #534
- fix: conflict resolve main by @FGadvancer in #537
- fix: minio auto make bucket by @withchao in #538
- url to uri by @plutoyty in #539
- feat: add test file by @cubxxw in #540
- Fix/v3 error by @hanzhixiao in #542
- fix conflict by @hanzhixiao in #543
New Contributors
Full Changelog: v3.0.0-alpha.0...v3.0.0-alpha.1