v0.18.0
What's Changed
v0.18.0 Release Notes
Server Deployment Modes
- The server binary now accepts a --mode flag to run HTTP only, gRPC only, or both (default). This enables independent horizontal scaling of each protocol — deploy gRPC close to high-throughput queue producers and HTTP separately for the REST API.
Full Changelog: v0.17.1...v0.18.0