Skip to main content
ForgeDeveloper platform

// 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

GraphQL API & Edge Functions

Full GraphQL API alongside REST, plus edge function support for sub-10ms webhook delivery in 42 regions.

NewGraphQL API — query, mutate, and subscribe to all Forge resources with a single endpoint
NewEdge Functions — deploy custom webhook transformers to 42 edge regions
NewAPI Playground — interactive query builder with schema explorer and response previews
ImprovedWebhook delivery latency reduced by 65% with regional edge routing
ImprovedSDK auto-pagination now supports cursor-based and offset-based endpoints
FixedFixed GraphQL introspection query returning stale schema after key rotation
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
Security[CUSTOMISE: replace with a real compliance milestone once achieved, e.g. 'SOC 2 Type II certification achieved']
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