diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-07-19 21:11:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-20 05:11:50 +0200 |
commit | 0c3bbf7acdeacdd1c36b4b847679d85ca19962dc (patch) | |
tree | f61bb11db7544a4e6bca4552f4e9facb7752f629 /Releases.md | |
parent | aa95a3a6e04a7b0d1a06f4e149793a6970bda3aa (diff) |
chore: forward v1.35.2 release commit to main (#19887)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 3d4ca9f3e..d1c3d3516 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,27 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.35.2 / 2023.07.20 + +- fix(bench): run warmup benchmark to break JIT bias (#19844) +- fix(ext/node): check if resource can be used with write_vectored (#19868) +- fix(ext/node): fix stream/promises export (#19820) +- fix(ext/node): properly segregate node globals (#19307) +- fix(napi): update env_test.js (#19876) +- fix(node): add process.dlopen API (#19860) +- fix(node): improve error message requiring non-npm es module (#19856) +- fix(node): improve require esm error messages (#19853) +- fix(node/http): call callback after request is sent (#19871) +- fix(node/net): Server connection callback include socket value (#19779) +- fix(npm): improve error message importing non-existent file in a node_modules + npm package (#19835) +- fix(npm): improve error message on directory import in npm package (#19538) +- fix(npm): support dynamic import of Deno TS from npm package (#19858) +- fix(runtime): print process name in case of spawn error (#19855) +- fix(tsc): more informative diagnostic when `Deno` does not exist (#19825) +- fix(vendor): do not panic vendoring with jsxImportSource and no jsx files + (#19837) + ### 1.35.1 / 2023.07.12 - fix(ext/http): Use brotli compression params (#19758) |