diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-07-26 14:26:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-26 14:26:13 -0400 |
commit | ed2bf8ce310824d476c704483b59bb02720f7029 (patch) | |
tree | 428cae1983716377d420974409355b50d5ddcc35 /Releases.md | |
parent | bee16c54abada37b98808b5ef85be534fb3b7ea9 (diff) |
chore: forward v1.45.4 release commit to main (#24754)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 28 |
1 files changed, 28 insertions, 0 deletions
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" |