diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-04-12 19:03:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 13:03:27 -0400 |
commit | 05c393b99bf6888e4cee1761b7a557666c8f8ddc (patch) | |
tree | c0bcea2802f84046dbf4f5cfe8532944ed115ce7 /Releases.md | |
parent | f90caa821c5a4acf28f7dec4071994ecf6f26e57 (diff) |
chore: forward v1.32.4 release commit to main (#18669)
Co-authored-by: levex <levex@users.noreply.github.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 23 |
1 files changed, 23 insertions, 0 deletions
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 |