# Northwind Platform — Release 2.14

**Released** July 2, 2026 · **Channel** Stable

## Highlights

- **Usage-based billing (beta)** — meter renders per workspace
  with a customer-set spend cap
- **Notification center** — unified read-state across web and
  mobile, per-category mutes

## Improvements

- Job queue p95 latency down 38% under sustained load
- CSV export now streams; 1M-row exports no longer time out
- Audit log filters by actor, action and date range

## Fixes

- Fixed a race where a cancelled job could report success
- Webhook retries now honor `Retry-After` on 429 responses
- Timezone handling corrected for scheduled reports (DST)

## Breaking changes

`GET /v2/reports` now paginates by cursor. Offset pagination
is removed. Migrate:

```diff
- GET /v2/reports?offset=200&limit=100
+ GET /v2/reports?cursor=eyJpZCI6...&limit=100
```

## Deprecations

- `priority: "urgent"` on job creation — use `high`; removal
  in 2.16.
