Changelog
What's shipping in Dockora.
Every release, in reverse chronological order. We ship often.
- v0.9.0FeatureApril 15, 2026
Streaming logs v2 and live trace inspector
- Logs now stream over WebSockets with sub-200ms latency, with structured field filtering.
- Trace inspector lets you click any span to see the upstream call, attached attributes, and DB queries.
- Per-service log retention is now configurable from the control plane (default 7 days).
- v0.8.2FeatureMarch 28, 2026
Per-PR preview environments
- Open a PR, get a unique preview URL with its own database snapshot.
- Configurable lifetime — auto-destroy when the PR closes or after N days idle.
- Comment integration on GitHub posts the preview URL the moment it's healthy.
- v0.8.1ImprovementMarch 12, 2026
Faster builds, fewer surprises
- Layer cache hit-rate improved by ~40% for typical Node/Next.js apps.
- Build logs now include cache hit/miss diagnostics per layer.
- Default build timeout raised to 20 minutes; configurable per service.
- v0.8.0FeatureFebruary 22, 2026
Fine-grained access control (FGAC)
- Scope permissions to specific projects, environments, or even individual resources.
- Combine RBAC + ABAC + FGAC policies — explicit deny always wins.
- Audit log now records every permission check with rule attribution.
- v0.7.3ImprovementFebruary 4, 2026
Hetzner volume support and rolling restarts
- Mount Hetzner Block Storage volumes directly into your services.
- Rolling restarts honor PodDisruptionBudget-style configuration on the control plane.
- v0.7.2FixJanuary 19, 2026
Webhook delivery retries + secrets manager UI
- Outbound webhooks now retry with exponential backoff up to 24 hours.
- New secrets manager UI for rotating credentials without redeploying.
- Fixed a race condition in the autoscaler when scaling from zero.