Skip to content

Releases: RndmCodeGuy20/mpiper

v1.0.0 — Initial LTS

17 Jun 02:49

Choose a tag to compare

First long-term-support release of MPiper. 🎬

Production LTS images on GHCR:

  • ghcr.io/rndmcodeguy20/mpiper:1.0.0-lts
  • ghcr.io/rndmcodeguy20/mpiper:lts

Highlights since 0.1.0

  • Pluggable storage — S3/MinIO providers on both the Go API (DEV-48) and the Python worker (DEV-49), selected via BUCKET_PROVIDER; a single .env (S3_*) now drives both services. Enables fully-local e2e against MinIO.
  • Webhookswebhook_registrations / webhook_deliveries schema (DEV-44).
  • Worker reliability — retry classification, periodic stuck-job recovery, consumer-owned asset state.
  • Platform — centralised config + logger, OTel tracing/metrics hardening, auth middleware.

🤖 Generated with Claude Code