From ed2bf8ce310824d476c704483b59bb02720f7029 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:26:13 -0400 Subject: chore: forward v1.45.4 release commit to main (#24754) Co-authored-by: David Sherret --- Releases.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'Releases.md') diff --git a/Releases.md b/Releases.md index a3dd990e9..5728e79f1 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,34 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.45.4 / 2024.07.26 + +- Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692) +- fix(ext/fetch): respect authority from URL (#24705) +- fix(ext/fetch): use correct ALPN to proxies (#24696) +- fix(ext/node): read correct CPU usage stats on Linux (#24732) +- fix(ext/node/net): emit `error` before `close` when connection is refused + (#24656) +- fix(future): Emit `deno install` warning less often, suggest `deno install` in + error message (#24706) +- fix(lsp): rewrite import for 'infer return type' action (#24685) +- fix(node): better detection for when to surface node resolution errors + (#24653) +- fix(node): cjs pkg dynamically importing esm-only pkg fails (#24730) +- fix(node/worker_threads): support `port.once()` (#24725) +- fix(publish): workspace included license file had incorrect path (#24747) +- fix(unstable): move sloppy-import warnings to lint rule (#24710) +- fix(upgrade): do not error if config in cwd invalid (#24689) +- fix(workspaces/publish): include the license file from the workspace root if + not in pkg (#24714) +- fix: enable the reporting of parsing related problems when running deno lint + (#24332) +- fix: support `npm:bindings` and `npm:callsites` packages (#24727) +- fix: update lsp error message of 'relative import path' to 'use deno add' for + npm/jsr packages (#24524) +- fix: decode percent-encoding source string in `Error.stack` (#24709) +- perf: update deno_doc (#24700) + ### 1.45.3 / 2024.07.22 - Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" -- cgit v1.2.3