Changelog
New features, fixes, and improvements to the Relay platform and API.
DX Improvements & API Formatting
ADDEDAdded a handy "Copy" button to the cURL example in the Workspace API Keys page.
IMPROVEDRedesigned the rate limit documentation headers with a beautiful block-style layout.
IMPROVEDThe Management API now formats all JSON responses beautifully by default for easier terminal debugging.
Advanced Rate Limiting
ADDEDAdded support for IP-based and header-based rate limiting rules.
ADDEDNew
/v1/policies API endpoint to programmatically manage rate limit rules.FIXEDFixed an issue where the dashboard would show healthy APIs as degraded under certain edge cases.
Webhook Signatures & Retries
IMPROVEDAll outbound webhooks now include an
x-relay-signature header using HMAC SHA-256.IMPROVEDFailed webhooks now automatically retry with exponential backoff up to 5 times over 3 hours.
BREAKINGLegacy un-signed webhook endpoints will be deprecated in v3.0.
Initial Public Beta
ADDEDLaunched the Relay Gateway and Dashboard.
ADDEDSupport for dynamic routing, basic API key authentication, and traffic observability.