From 76107649804e674268becd693b7b2a954eecb3da Mon Sep 17 00:00:00 2001 From: Colin Ihrig Date: Tue, 12 Jul 2022 17:08:36 -0400 Subject: chore: forward v1.23.4 release commit to main (#15172) 1.23.4 (#15168) Co-authored-by: cjihrig Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: cjihrig --- Releases.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'Releases.md') diff --git a/Releases.md b/Releases.md index 1d1a175d0..60bae8a40 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.23.4 / 2022.07.12 + +- feat(core): Re-export v8 use_custom_libcxx feature (#14475) +- fix(core): deflake WASM termination test (#15103) +- fix(coverage): better handling of multi-byte characters (#15159) +- fix(ext/console): Fix a typo in a warning when .timeEnd is called on an + unknown timer (#15135) +- fix(ext/crypto): Adjust typings for `Crypto.getRandomValues()` (#15130) +- fix(ext/ffi): Avoid keeping JsRuntimeState RefCell borrowed for event loop + middleware calls (#15116) +- fix(ext/ffi): allow opting out of fast ffi calls (#15131) +- fix(ext/ffi): trampoline for fast calls (#15139) +- fix(ext/http) nextRequest return type annotation from ResponseEvent to + RequestEvent (#15100) +- fix(ext/http): reading headers with ongoing body reader (#15161) +- fix(ext/url): missing primordial (#15096) +- fix(lsp): enable auto imports (#15145) +- fix(net): don't panic on failed UDS removal (#15157) +- fix: upgrade deno_ast to 0.17 (#15152) +- perf(cli/proc_state): Get error source lines from memory (#15031) +- perf(ext/ffi): leverage V8 Fast Calls (#15125) +- perf(ext/http): skip `core.isProxy` check for default ResponseInit (#15077) + ### 1.23.3 / 2022.07.05 - Revert "refactor(snapshots): to their own crate (#14794)" (#15076) -- cgit v1.2.3