diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-06-19 10:17:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-19 03:17:32 +0200 |
commit | 1d6b775f812f22f90d27a5d81a59070ad2d1172b (patch) | |
tree | 8f753991b82385e608497883e478a6fefcb00496 /Releases.md | |
parent | cfaffe9e5bbd18e48e8af2f03ea6512cf0a52379 (diff) |
chore: forward v1.44.3 release commit to main (#24256)
This is the release commit being forwarded back to main for 1.44.3
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 96c5104d0..f38f29466 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,32 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.44.3 / 2024.06.18 + +- feat(lsp): multi deno.json resolver scopes (#24206) +- fix(cli): missing flag for `--unstable-process` (#24199) +- fix(docs): correctly resolve href for built-ins (#24228) +- fix(ext/console): bump default max str lengthto 10_00 (#24245) +- fix(ext/http): actually await `goAhead` promise (#24226) +- fix(ext/node): add missing BlockList & SocketAddress classes (#24229) +- fix(ext/node): `server.close()` does graceful shutdown (#24184) +- fix(ext/node): better support for `node:diagnostics_channel` module (#24088) +- fix(ext/node): make process.versions own property (#24240) +- fix(ext/node): use `Deno.FsFile.statSync()` (#24234) +- fix(ext/permissions): add correct feature flags to winapi (#24218) +- fix(ext/web): fix `AbortSignal.timeout()` leak (#23842) +- fix(ext/webgpu): fix surface creation panic when adapter not initialized + (#24201) +- fix(inspector): crash on "Debugger.setBlackboxPatterns" (#24204) +- fix(lsp): use import map from workspace root (#24246) +- fix(napi): Read reference ownership before calling finalizer to avoid crash + (#24203) +- fix(no-slow-types): handle named type in mapped type (#24205) +- fix(npm): use more relaxed package.json version constraint parsing (#24202) +- fix(repl): prevent panic when deleting globalThis.closed property (#24014) +- perf(lsp): store settings in Arc (#24191) +- perf(node): ensure cjs wrapper module has deterministic output (#24248) + ### 1.44.2 / 2024.06.13 - FUTURE: support `deno install <alias>@npm:<package>` (#24156) |