From 05c393b99bf6888e4cee1761b7a557666c8f8ddc Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Wed, 12 Apr 2023 19:03:27 +0200 Subject: chore: forward v1.32.4 release commit to main (#18669) Co-authored-by: levex --- Releases.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'Releases.md') diff --git a/Releases.md b/Releases.md index 5b36cf8f5..7779da025 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,29 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.32.4 / 2023.04.12 + +- Revert "fix(cli): don't store blob and data urls in the module cache (#18261)" + (#18572) +- feat(core): sync io ops in core (#18603) +- feat(ext/http): add an op to perform raw HTTP upgrade (#18511) +- fix(core): preserve syntax error locations in dynamic imports (#18664) +- fix(ext/cache): cache.put overwrites previous call (#18649) +- fix(ext/kv): keys must be arrays (#18655) +- fix(ext/node): add X509Certificate (#18625) +- fix(ext/node): add symmetric keygen (#18609) +- fix(ext/node): fix unable to resolve fraction.js (#18544) +- fix(ext/node): implement hkdf-expand (#18612) +- fix(ext/node): json encode binary command name (#18596) +- fix(npm): cache bust npm specifiers more aggressively (#18636) +- fix(npm): do not "npm install" when npm specifier happens to match + package.json entry (#18660) +- fix(npm): reload an npm package's dependency's information when version not + found (#18622) +- perf(ext/io): remove a data copy from File write (#18601) +- perf(ext/websocket): replace tokio_tungstenite server with fastwebsockets + (#18587) + ### 1.32.3 / 2023.04.01 - fix(check): ensure diagnostics caused by changes in other files get -- cgit v1.2.3