summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-07-02 00:13:40 +0200
committerGitHub <noreply@github.com>2021-07-02 00:13:40 +0200
commit0385a990529399775b76db4c27704faa4a092efa (patch)
treee427219900b4a2b1ebacdc164bd5ae89ed0f3276 /Releases.md
parent1a5984983f7205769c9b6ce1e3cc66b41dee7bc7 (diff)
v1.11.3
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 2e71d677e..0ea8c9d54 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,30 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.11.3 / 2021.06.29
+
+- fix(#10761): graph errors reported as diagnostics for `Deno.emit()` (#10767)
+- fix(core): don't panic on stdout/stderr write failures in Deno.core.print
+ (#11039)
+- fix(core): top-level-await is now always enabled (#11082)
+- fix(extensions/fetch): Filter out custom HOST headers (#11020)
+- fix(fetch): proxy body for requests created from other requests (#11093)
+- fix(http): remove unwrap() in HTTP bindings (#11130)
+- fix(inspect): eliminate panic inspecting event classes (#10979)
+- fix(lsp): reload import registries should not error when the module registries
+ directory does not exist (#11123)
+- fix(runtime): fix signal promise API (#11069)
+- fix(runtime/signal): use op_async_unref for op_signal_poll (#11097)
+- fix(url): use USVStrings in URLSearchParams constructor (#11101)
+- fix(webstorage): increase localStorage limit to 10MB (#11081)
+- fix: make readonly `Event` properties readonly (#11106)
+- fix: specify AbortSignal for native http requests (#11126)
+- chore: upgrade crates (#11007)
+- chore: use lsp to get parent process id (#11083)
+
+Release notes for std version 0.100.0:
+https://github.com/denoland/deno_std/releases/tag/0.100.0
+
### 1.11.2 / 2021.06.21
- feat(unstable, lsp): quick fix actions to ignore lint errors (#10627)