Releases: aa51513/roma
Releases · aa51513/roma
Release list
Roma v0.6.5- Added KCP and gRPC Protocol Support
This update brings two important new protocol supports to Roma, further expanding the flexibility of the transport layer.
✨ New Features
- KCP Protocol Support
-
A reliable transport protocol based on UDP, suitable for low-latency scenarios (such as games and real-time communication)
-
Supports configurable congestion control and fast retransmission
-
Implemented using the kcp-tokio library
- gRPC protocol support
-
High-performance RPC framework based on HTTP/2
-
Supports multiplexing and bidirectional streaming
-
Suitable for microservice architectures and cross-language communication
v0.6.4
- Allow users to customize the dns server address;
- Allow to specify host in ws/wss connection;