Skip to content

OpenSRE 0.1.2026.7.23

Choose a tag to compare

@github-actions github-actions released this 23 Jul 01:08
0913dd2

Install

cURL (macOS / Linux)

curl -fsSL https://install.opensre.com | bash -s -- --release --version 0.1.2026.7.23

Homebrew (macOS / Linux)

brew tap tracer-cloud/tap
brew install tracer-cloud/tap/opensre

PowerShell (Windows)

$env:OPENSRE_INSTALL_CHANNEL="release"; $env:OPENSRE_VERSION="0.1.2026.7.23"; irm https://install.opensre.com | iex

Python

pipx install opensre

Changelog

Changes since v0.1.2026.7.22

  • feat(analytics): stamp org, surface, and session on usage lifecycle events (#4218) (0913dd2) — larsspinetta12
  • feat(integrations): migrate Better Stack, OpenClaw, ServiceNow, PostgreSQL and MySQL onto the shared setup flow (#4200) (b6a29cd) — Anwesh
  • feat(integrations): migrate PostHog/Sentry/X MCP onto shared setup (#4199) (24da012) — Anwesh
  • feat(integrations): migrate SMTP, WhatsApp and Grafana Tempo onto the shared setup flow (#4197) (d102b3a) — Anwesh
  • feat(analytics): GitHub gate A/B telemetry + usage context for investigation funnel (#4201) (db359cf) — larsspinetta12
  • feat(integrations): migrate incident.io, Tracer, MongoDB Atlas, SigNoz, Jenkins, PagerDuty, Dagster, Temporal and Helm onto the shared setup flow (#4196) (ce295bf) — Anwesh
  • feat(integrations): migrate Groundcover, GitLab, Sentry, PostHog and Vercel onto the shared setup flow (#4194) (45c145e) — Anwesh
  • feat(integrations): migrate Datadog, Honeycomb and Coralogix onto the shared setup flow (#4191) (5bd93c5) — Anwesh
  • feat(integrations): share one setup flow; require and resolve the Telegram chat id (#4170) (876e7b4) — Anwesh
  • Fix: Windows installer progress format crash (#4188) (#4189) (3c8f99b) — Arnav Thakur