Skip to main content
DemoForge

// what's new

Changelog

Every improvement, feature, and fix — shipped transparently.

Stay up to date

Get release notes delivered to your inbox.

v3.2.0 January 12, 2025

API Playground & Deployment Templates

Expanded REST playground examples, deployment templates, and clearer dashboard workflows for buyer customisation.

NewREST API examples - browse Forge resources with request and response previews
NewDeployment templates - ship Vercel, Fly.io, and container-based examples with region-aware defaults
NewAPI Playground - interactive REST request builder with static response previews
ImprovedWebhook delivery retries now surface the next attempt time and endpoint response body in the dashboard
ImprovedSDK auto-pagination now supports cursor-based and offset-based endpoints
FixedFixed playground copy that drifted after key-rotation UI updates
SecurityAdded mutual TLS (mTLS) support for webhook endpoints
v3.1.0 December 3, 2024

Webhook Studio & Event Replay

Debug webhooks visually with the new Webhook Studio. Replay failed events with one click.

NewWebhook Studio — visual debugger with request/response inspector, timeline view, and payload diff
NewEvent Replay — resend any failed webhook delivery from the event log with one click
NewWebhook signature rotation — rotate signing secrets with zero-downtime dual-key verification
ImprovedEvent log now retains 90 days of history (up from 30) on all paid plans
ImprovedDashboard webhook metrics now update in real-time via WebSocket
FixedResolved retry backoff not respecting Retry-After headers from endpoints
FixedFixed event filter incorrectly matching wildcard patterns with nested dots
DesignRedesigned event log table with inline payload preview and expandable rows
v3.0.0 October 28, 2024

Forge 3.0 — SDK Rewrite & Usage Analytics

Complete SDK rewrite with tree-shakeable modules, plus a new usage analytics dashboard with cost forecasting.

NewTypeScript, Python, Go, and Rust SDKs completely rewritten with tree-shakeable ESM/CJS dual output
NewUsage Analytics dashboard — request volume, latency percentiles, error rates, and cost forecasting
NewAPI versioning — pin SDK clients to a specific API version with automatic deprecation warnings
NewTeam workspaces — invite team members, assign roles (Admin, Developer, Viewer), and share API keys
ImprovedSDK bundle size reduced by 72% with modular imports (e.g., @forge/sdk/webhooks)
ImprovedCLI init command now scaffolds project boilerplate with environment detection
SecuritySOC 2 Type II evidence export added for audit logs, access reviews, and key rotation events
SecurityAPI keys now use one-way hashing — raw keys are only shown once at creation
DesignNew dashboard design system with monospace accents and terminal-inspired UI
v2.4.0 September 15, 2024

Rate Limit Controls & Key Scoping

Fine-grained rate limit configuration per key and per endpoint, plus scoped API keys for least-privilege access.

NewPer-key rate limit overrides — set custom limits for individual API keys independent of plan defaults
NewScoped API keys — restrict keys to specific endpoints, methods, and IP ranges
NewRate limit dashboard — visualise consumption patterns and identify keys approaching limits
ImprovedRate limit headers now include X-RateLimit-Policy for programmatic limit detection
ImprovedKey creation flow redesigned with scope selector and expiry date picker
FixedFixed rate limiter not resetting counters correctly at UTC midnight boundary
SecurityAdded IP allowlisting for API keys — restrict usage to trusted CIDR ranges
v2.3.0 August 5, 2024

Forge 2.3 — Developer Portal Rebuild

Ground-up rebuild of the developer portal with a new design system, faster navigation, and improved search.

NewNew developer portal built on Next.js App Router with instant page transitions
NewFull-text search across all docs, API reference, and changelog entries
NewTwo-factor authentication via TOTP authenticator apps
ImprovedDashboard page load times reduced by 55% with streaming SSR and edge caching
ImprovedCLI now supports --json flag on all commands for scripting and CI pipelines
FixedResolved session tokens not refreshing correctly after password change
DesignIntroduced dark-first design system with OKLCH colour space and CSS custom properties
DemoUI kit preview — content is fictional.