Changelog

What's new in Forge

Platform and API changes, newest first. Subscribe by watching this page — an RSS feed is on the roadmap, we promise.

2026-06-30
2026.06

New `confidence` parameter for weather forecastsadded

The Weather API now includes an optional confidence parameter that returns confidence scores (0-100) for temperature and precipitation predictions. Useful for high-stakes applications like agriculture and energy trading.

2026-06-15
2026.06

Forecast latency reduced by 45%performance

Optimized our regional cache strategy. Median response time for GET /v1/weather now 85ms globally, down from 155ms. All regions improved; largest gains in APAC (+52% faster).

2026-06-01
v1.13

Dashboard usage analytics by endpointadded

Dashboard now breaks down request volume by endpoint (weather, geocode) and region. See which endpoints drive usage and identify optimization opportunities. Available to all tiers.

2026-05-20
v1.12

Rate-limit headers now RFC 9110 compliantfixed

Fixed RateLimit-Remaining and RateLimit-Reset headers to strictly conform to RFC 9110. Previously we returned millisecond timestamps; now returns seconds per spec.

2026-05-10
v1.12

Geocoding: official city name and alternate namesadded

Geocode responses now include official_name and alternate_names array. Better support for localized city names and disambiguation across regions.

2026-04-28
v1.11

SDK releases: forge-go and Python v2.0added

Official Go SDK forge-go and Python 2.0 released to PyPI. Async support, full type hints, integrated retry logic. Matches feature parity with forge-js.

2026-04-10
v1.11

Weather units: kelvin added as optionchanged

The units parameter now accepts kelvin in addition to metric and imperial. Default remains metric (Celsius).

2026-03-22
v1.10

New region: Middle East & North Africaadded

Full weather data coverage and 99.9% SLA now live for Middle East and North Africa. Integrated local meteorological services for improved forecast accuracy in the region.

2026-03-05
v1.10

Historical weather endpoint stabilizedfixed

Resolved intermittent timeouts on GET /v1/weather/historical for multi-month queries. Archive querying now 100% stable, improved latency by 60%.

2026-02-18
v1.9

API key rotation endpointadded

New POST /v1/keys/rotate endpoint enables safe key rotation without downtime. Old key remains valid for 24 hours after rotation to allow graceful client-side switchover.

2026-02-01
v1.9

Status page and incident reportingadded

Launched public status page at status.forge-api.dev. Real-time system status, historical incident logs, and incident subscribe feature for critical users.

2026-01-15
v1.8

Pro plan SLA upgraded to 99.95%changed

Pro and Enterprise plans now backed by 99.95% uptime SLA (was 99.5%). Free and Starter plans at 99%. SLA credits automatically applied via monthly invoicing.

2025-12-10
v1.8

Condition codes: severe weather alerts addedadded

New condition codes SEVERE_THUNDERSTORM, TORNADO_WARNING, EXTREME_HEAT now returned in forecasts. Available in any region with alert data from local services.

2025-11-20
v1.7

Weather forecast: 7-day extendable to 10-dayadded

Added optional days=10 parameter to GET /v1/weather. 7-day forecasts remain free tier default; 10-day available on Starter and Pro plans.

2025-10-30
v1.7

Legacy /v0 API final deprecation noticedeprecated

Important: /v0 API will be sunset on 2026-12-31. All customers must migrate to v1 by end of year. See migration guide at docs.forge-api.dev/migrate-v0-to-v1.

2025-09-12
v1.6

SDK releases: Python and Node.js official librariesadded

Forge Python SDK (forge-api on PyPI) and Node.js SDK (@forge-api/sdk on npm) now available. Type-safe, built-in retries, streaming support.

2025-08-05
v1.5

Geocoding latency cut by 35%performance

Redesigned geocoding index structure. Average response time for GET /v1/geocode reduced from 120ms to 78ms. Beneficiaries of faster batch geocoding operations.

2024-06-11
v1.0

Forge Weather API v1.0 launchadded

Initial release: Weather API with current conditions and 7-day forecasts, Geocoding API, three pricing tiers, documentation portal, and dashboard. Auth via Bearer tokens. v0 still available for legacy customers.