// changelog · the record

What changed,
and when.

RSS available
7 entries · last 90 days
4.2.1
Apr 14, 2026
releasehighlighted

Tail-latency crush, twenty-one regions

The 4.2 rollout shaved the p99 across the board. Edge collectors now batch with jitter, and the ingest path skips two serializations we'd been carrying since 2023.

  • p99 ingest latency down from 184ms → 62ms, global
  • Edge collector memory footprint: -38%
  • New eu-north-2 and ap-south-1 regions live
#007·commit a9e82f1
4.1.8
Apr 02, 2026
feature

PulseQL autocomplete, trained on your workspace

Autocomplete now learns from your last 30 days of queries. It suggests the next clause before you finish typing — and it's workspace-local, so nothing leaves your region.

  • Autocomplete ranked by your query history
  • Keyboard shortcut: Cmd+K inside any query
  • Opt out per-workspace in settings → privacy
#006·commit c1b4d7a
4.1.5
Mar 26, 2026
feature

Saved queries become first-class objects

Pin a query to a service, a team, or a dashboard. Saved queries now version themselves — if someone overwrites one you rely on, you'll see the diff.

  • Diff view on every save, with undo
  • Share by link or by team handle
  • Export as cron-triggered scheduled query
#005·commit 3f20e8b
4.1.0
Mar 14, 2026
feature

Deploy-window suppression, per service

Tell Pulse when you're shipping and the expected spike goes quiet. Alerts outside the window still fire, so a rollout gone sideways still gets you up.

#004·commit 7aa2c44
4.0.6
Feb 28, 2026
polish

Span pinning across panes

Pin a span and the cursor locks to its window in traces, logs, and metrics. Good for incidents. Better for explaining incidents to someone who wasn't in the room.

#003·commit 5e9081d
4.0.4
Feb 19, 2026
fix

Ingest sprawl, contained

Fixed a gnarly memory leak that showed up only under batched OTLP/HTTP traffic with gzip on the receiving side. Running longer than 72 hours? You'll notice.

  • Memory RSS stays flat beyond 7 days of uptime
  • Backport to 3.12 LTS tagged as 3.12.14
#002·commit b22fa10
4.0.0
Feb 05, 2026
release

Pulse 4 — rewritten ingest, same PulseQL

A full year of rewriting the ingest path. Your queries don't change. Your dashboards don't change. Your bill doesn't change. Everything underneath does.

  • New columnar storage format (backward-compatible)
  • Query planner aware of per-tenant cardinality
  • Zero-downtime upgrade from 3.x → 4.x
#001·commit f01d301
earlier releases
3.x archive — from Pulse's long-support years.