Now you can create, test, edit, and deploy Edge Functions directly from the Supabase Dashboard. The Edge Functions editor in the Dashboard includes built-in syntax highlighting and type-checking for Deno and Supabase-specific APIs, as well as templates for common use cases. You can download Edge Functions source code via Supabase CLI or by clicking the Download button in the dashboard, but versioning or rollbacks are not currently supported. A built-in tool allows you to test your Edge Function with different request payloads, headers, and query parameters. Deploying Edge Functions no longer requires Docker, thanks to new APIs that enable this functionality. Additionally, Supabase has added Deno 2.1 support for the Edge Runtime, allowing developers to use built-in Deno commands to scaffold a new project, manage dependencies, run tests, and lints.