Skip to content

v0.18.0

Choose a tag to compare

@thorrester thorrester released this 03 Mar 02:10
· 441 commits to main since this release
b82477a

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