OpsProbe

Release notes

OpsProbe v0.3.37: plan entitlements and welcome credits.

The signed-in workspace now reflects the public plan direction and gives new workspaces a clear, auditable starting allowance.

Release date September 26, 2026Version v0.3.37Type minor

Summary

The existing plan usage endpoint now returns the main standardized entitlements, and workspace initialization grants a one-time Ops Credits allowance through the same append-only ledger used by advanced scans.

Server-reported entitlements

  • History target, TCP ports per site, team-member capacity, and included-credit allowance are returned with plan usage.
  • Usage and Settings use the same API response instead of duplicating plan assumptions in the browser.
  • The current Free, Basic, Pro, and Premium boundaries remain standardized and non-custom.

Welcome credits

Workspace initialization grants 20, 100, 500, or 2,000 credits according to the plan. A stable workspace idempotency key prevents duplicate grants, and the ledger entry is auditable. Existing workspaces can receive the grant the next time their default workspace is initialized.

Product boundary

This release does not add payment, monthly replenishment, expiry, top-ups, checkout, or automatic renewal. The allowance is a preview mechanism for validating advanced-scan usage before billing is enabled.

Verification

  • Rust formatting, Clippy, tests, and the locked release build are part of the release gate.
  • Frontend JavaScript syntax and Console entitlement rendering are verified.
  • Live status, health, readiness, and rollback checks are required after deployment.