diff options
Diffstat (limited to 'Releases.md')
| -rw-r--r-- | Releases.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 6502f1db4..5fbb5b4ae 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,21 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.34.1 / 2023.05.29 + +- fix(compile): handle when DENO_DIR is readonly (#19257) +- fix(compile): implicit read permission to npm vfs (#19281) +- fix(compile): improve panic message when stripping root path fails (#19258) +- fix(compile): inline symlinks as files outside node_modules dir and warn for + directories (#19285) +- fix(ext/http): fix a possible memleak in Brotli (#19250) +- fix(napi): clear currently registering module slot (#19249) +- fix(napi): properly handle arguments in napi_get_cb_info (#19269) +- fix(node): http.IncomingMessageForClient.complete (#19302) +- fix(node): make 'v8.setFlagsFromString' a noop (#19271) +- fix: don't print release notes on version check prompt (#19252) +- fix: use proper ALPN protocols if HTTP client is HTTP/1.1 only (#19303) + ### 1.34.0 / 2023.05.24 - BREAKING(unstable): change return type of Deno.serve() API (#19189) |
