diff options
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index bcb82c806..c496e4665 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,32 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.21.1 / 2022.04.28 + +- Reland "feat(ext/http): stream auto resp body compression" (#14345) +- Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346) +- feat(ext/console): Add string abbreviation size option for "Deno.inspect" + (#14384) +- fix(ext/console): Compact empty iterables when calling Deno.inspect with + compact false (#14387) +- fix: change shade of "gray" color in eye-catchers (#14309) +- fix(bench): eliminate sanitizeExit overhead (#14361) +- fix(bench): report pending summary before clearing (#14369) +- fix(bench): reset reporter context (#14360) +- fix(cli): wrap long line of the env variables help (#14422) +- fix(ext/http): truncate read bytes when streaming bodies (#14389) +- fix(runtime/js/spawn): Pass stdio options for spawn() and spawnSync() (#14358) +- fix(test): capture inherited stdout and stderr for subprocesses in test output + (#14395) +- fix(test): capture worker stdout and stderr in test output (#14410) +- fix(watcher): don't clear screen on start (#14351) +- fix(workers): Make `worker.terminate()` not block the current thread (#13941) +- fix: `deno task` forward double hyphen (#14419) +- perf(ext/http): fast path for uncompressed bodies (#14366) +- perf(ext/http): faster is_content_compressible (#14383) +- perf(runtime): read entire files in single ops (#14261) +- perf(serde_v8): zero-copy StringOrBuffer (#14381) + ### 1.21.0 / 2022.04.20 - feat(bench): update API, new console reporter (#14305) |