v0.8.2
feature
OpenAPI 3.1 support
- Full OpenAPI 3.1 spec import and validation support via the CLI and GitHub sync integration
- New
webhooks object in 3.1 specs is now parsed and rendered as a separate section in the reference docs
null types in schema definitions now render correctly in parameter tables
- Backward-compatible: existing 3.0 specs continue to work with no changes required
v0.8.0
feature
Webhook delivery with automatic retries
- Webhook events now support configurable retry policies: exponential backoff with up to 5 attempts over 24 hours
- Per-event delivery status visible in the dashboard (delivered / retrying / failed)
- Retry history and payload inspection available for each webhook event for 7 days
- New event types:
key.rotated, rate_limit.exceeded, gateway.upstream_error
v0.7.2
feature
Docs full-text search
- Reference pages now include a full-text search bar powered by a local index — no external search service required
- Search covers endpoint paths, parameter names, description prose, and example response keys
- Keyboard shortcut:
Cmd/Ctrl + K opens search from anywhere on the docs portal
- Search index is rebuilt automatically on each spec push
v0.5.0
feature
Initial public release
- OpenAPI 3.0 spec import via CLI (
npx endpointwise push)
- Gateway routing with per-endpoint rate limiting (token bucket algorithm)
- API key issuance with scope (read / write / admin) and expiry
- Hosted reference docs auto-generated from spec at
{org}.endpointwise.io
- Try-it console pre-filled with API keys for authenticated testing