Skip to content
ricochet

v0.12.0

Released: June 28, 2026

  • You can now navigate directly to triggered deployments from the redeploy screen
  • Page loads now use fade-in transitions for a smoother experience
  • The default branch is now selectable in the deploy branch picker
  • Added PKCE (Proof Key for Code Exchange) to the OIDC authorization-code flow for improved security
  • Content apps now display custom page titles and favicons for better tab identification
  • Memory cgroup limits are now enforced on the host backend to prevent resource overuse
  • Orphaned container cgroups are now cleaned up automatically on startup
  • Added locking mechanism to prevent conflicts during renv installations
  • Managed processes are now properly terminated on SIGTERM
  • Fixed child process panics by making container stdout/stderr blocking
  • Reduced memory usage by capping uv concurrency during Python package restoration
  • Fixed 500 errors when validating API keys with BLOB-stored scopes