Product Docs Pricing Changelog Blog Sign in Get API key

Changelog

What's new

Every release since v0.5.0, in reverse-chronological order. We ship on a rolling basis — typically every 3–5 weeks.

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.5 DX

Key expiry UI and rotation wizard

  • New key management interface with inline expiry date picker and visual countdown
  • Rotation wizard guides you through the overlap window — set duration, monitor traffic attribution, revoke old key in one flow
  • Expiry warnings now appear in the dashboard 30 days before a key expires
  • API keys approaching expiry can be configured to trigger a webhook or Slack alert
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.7.0 perf

Spec import v2 — faster ingestion pipeline

  • Spec ingestion pipeline rewritten to process large specs (>500 endpoints) without timeout errors
  • Push latency reduced by ~60% for average-sized specs (50–100 endpoints)
  • Validation errors now show line numbers and field paths, not just error codes
  • GitHub Actions integration now publishes push status as a commit check
v0.6.1 fix

Gateway routing fixes

  • Fixed: path parameter matching for routes with multiple parameters (e.g. /v1/{resource}/{id}/actions/{action}) was dropping the second parameter value
  • Fixed: query string passthrough was stripping array parameters (ids[]=1&ids[]=2) before forwarding to upstream
  • Fixed: Content-Type: application/json was being stripped from upstream responses in certain proxy configurations
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