main
feat: add `DENO_AUTO_SERVE` env var (#29852)
feat: Add `deno serve` subcommand (#23511)
feat(serve): Support second parameter in deno serve (#25606)
fix(ext/http): don't crash server on dead streaming-body resource (#34933)
fix(serve): exit cleanly on SIGTERM/SIGINT in deno serve (#32862)
fix(serve): actually wire up resolving main module with import map for deno serve (#29974)
fix(serve): net permissions in config file (#31718)
fix(http): wake runtime after direct serve dispatch (#34387)
feat(ext/http): support `onListen()` callback in `deno serve` (#29449)
fix(ext/http): point legacy abort warning at docs.deno.com/go link (#35713)
fix(ext/http): surface errors thrown while streaming a Deno.serve body (#35104)
fix(http): preserve trust proxy environment setting (#36073)
fix: add hint to run with `--no-check` when type checking fails (#28091)