Region Quotas & Auth Security

Region Quotas & Auth Security Region Quotas & Auth Security

This release improves resource management capabilities and authentication security.

The headline feature is the introduction of Region Quotas, spanning the API, Dashboard, and Documentation. This allows administrators to define and monitor resource limits specific to deployment regions, ensuring better control over infrastructure usage and costs.

To enhance security, the proxy service now utilizes Proof Key for Code Exchange (PKCE) within the authentication flow, hardening the system against interception attacks.

Additionally, this update introduces a Dockerfile for a slim sandbox image, enabling the creation of lighter, more efficient workspace environments with reduced startup times.

Release Details

Features

  • api,dashboard,docs: region quotas (#2984)

  • proxy: use PKCE in auth flow (#3092)

Chores

  • sandbox-image: add dockerfile for slim image (#3087)