Changelog

Changelog.

Versioned releases. Semver across SDKs and the managed plane. Breaking changes explicit.

v0.4 brand-launch brandmarketing

Brand: CodeWatch → CodeRadar

CodeWatch is renamed CodeRadar across managed-plane services. The open core stays under the CodeWatch repo for now (rename pending). SDK package names dual-accept for 60 days: @codewatch/* emits a deprecation log and aliases to @coderadar/*.

  • Domain: coderadar.app live. app.coderadar.app sign-in via Clerk.
  • Marketing site: this site.
  • SDK aliases: 60-day dual-accept window.
  • Env vars: CODEWATCH_* dual-accepted for 90 days. Set CODERADAR_* going forward.
v0.3 sdkgorust

Go + Rust SDKs

Go SDK at sdks/go/coderadar with NewClient, WrapPanics, OpenTelemetry exporter (7 tests). Rust SDK at sdks/rust/coderadar with async Client, sync wrapper, tracing bridge (7 tests). Python SDK scaffold at packages/sdk-python.

v0.2 scmdeploy

GitLab + Bitbucket SCM, Helm chart

Auto-fix pipeline now opens PRs on GitLab and Bitbucket in addition to GitHub. SCM provider selected by repo URL via a registry. Self-host: Docker Compose single-file stack and Helm 3 chart. docker compose config + helm lint green.

v0.1 coremilestone

Initial managed-plane launch

First five specs shipped. Monorepo scaffold; Node SDK + Hono ingest API + demo app; AI fix pipeline (Claude Haiku triage + Sonnet diagnosis + multi-candidate fix + five-stage validation + GitHub PR); Next.js 15 dashboard with errors, traces, settings, SSE; Cloud Run deploys for the ingest + dashboard + (initially-named) codewatch-pipeline.