Skip to content

OpenSRE 0.1.2026.9.6

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Sep 01:19
dc28c3d

Install

cURL (macOS / Linux)

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

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.9.6"; irm https://install.opensre.com | iex

Python

pipx install opensre

Changelog

Changes since v0.1.2026.9.5

  • refactor(persistence): centralize scheduler database access (#6025) (dc28c3d) — Anwesh
  • fix(scheduler): reclaim claims abandoned by crashed workers (#6017) (1158805) — Devesh
  • fix(scheduler): preserve recurring morning-report payloads (#6023) (90ffbc5) — Devesh