Releases: channeldorg/channeld
Releases · channeldorg/channeld
v0.8.0
v0.7.4
v0.7.3
v0.7.2
v0.7.0
v0.6.0
Features:
- Implemented Entity Channel (#31, @indiest);
- Replaced the context-based handover with the group-based handover and lock (#31, @indiest);
Bugfixes:
- Fixed partial packet handling issue (#34, @laughxing);
- Fixed packet loss (#37, @laughxing);
- Fixed dynamic tag issue (#35, @indiest);
Improvements:
- Optimized memory usage in the fan-out;
- The spatial benchmark shows 5x-10x performance boost over v0.5
v0.5.1
v0.5.0
v0.4.0
v0.3.0
What's Changed
- Add: Examples channeld-ue-chat server auth demo by @Augkit in #2
- Featrue: Basic Channel ACL by @Augkit in #6
- Fixed: channel owner will remove owned channel by @Augkit in #5
- Fixed WebSocket's race condition by adding a blocking queue for calling AddConnection by @indiest in #10
- Replicated rpc by @indiest in #11
- Feature: Replay and chat replay demo by @Augkit in #8
- Fixed the panic when onAuthComplete after the conneciton closed by @Augkit in #12
- Sliding buffer read by @Augkit in #13
- Test loss ratio by @Augkit in #14
- Renamed CoolDown to Cooldown and changed SendTime to UnixMilli by @Augkit in #16
- Add TimeSpanLimit by @Augkit in #15
New Contributors
Full Changelog: v0.2.0...v0.3.0