summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2022-03-24 12:47:35 +1100
committerKitson Kelly <me@kitsonkelly.com>2022-03-24 14:47:06 +1100
commitcff1e92ecf17933a4fcd2ea6a18abfdf89316e37 (patch)
treeb9dc3685eda53147214af8232c30c1e08eb9d1b2 /Releases.md
parentc755548e0212ea6f4fc211adc85bfdc581e6045e (diff)
1.20.2
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 5e26cc78d..769d0dea1 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,31 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.20.2 / 2022.03.24
+
+- feat(lsp): support deno.enablePaths setting (#13978)
+- fix(bench): require --unstable flag in JavaScript (#14091)
+- fix(test): don't error on missing op details (#14074)
+- fix(compat): Changes an instance of collect::<Vec<_>>().join("") to
+ collect::<String>() (#14082)
+- fix(tests): do not use global env vars in install tests (#14078)
+- fix(ext/fetch): Connect async error stack with user code (#13899)
+- fix(unstable): upgrade deno_task_shell to 0.2 (#14073)
+- fix: upgrade to swc_ecmascript 0.137.0 (#14067)
+- fix(fetch): Fix uncaught rejection panic with
+ `WebAssembly.instantiateStreaming` (#13925)
+- fix(core): variadic opSync/opAsync (#14062)
+- fix(runtime): actually don't inherit runtime permissions (#14024)
+- fix(ext/console): fix error with a Proxy of a Map (#14032)
+- fix(ops): throw TypeError on op return failure (#14033)
+- fix(cli): improve `deno compile` error messages (#13944)
+- fix(cli): add support for DENO_CERT in upgrade command (#13862)
+- fix(config-file): fix config-file.v1.json schema to allow colons in the task
+ name (#14013)
+- perf(http): avoid Set.has() when closing connection resource (#14085)
+- perf(http): avoid checking promise every request (#14079)
+- perf(http): avoid per header alloc (#14051)
+
### 1.20.1 / 2022.03.16
- BREAKING: don't inherit permissions by default (#13668)