diff options
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 9e5e62b19..7acdc583e 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,37 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.34.3 / 2023.06.15 + +- feat(UNSTABLE) kv queue implementation (#19459) +- fix(cli): avoid crash on import of invalid module names (#19523) +- fix(compile): some npm dependencies were missing in compiled output (#19503) +- fix(config): do not canonicalize config file path before loading (#19436) +- fix(ext/http): Include hostname in onListen argument (#19497) +- fix(ext/http): replace await Deno.serve with await Deno.serve().finished + (#19485) +- fix(ext/node): HTTPS server (#19362) +- fix(ext/node): handle 'upgrade' responses (#19412) +- fix(ext/node): make Buffer.slice be the same as subarray (#19481) +- fix(ext/websockets): ensure we fully send frames before close (#19484) +- fix(fmt): do not panic formatting json with multiple values (#19442) +- fix(lsp): don't pre-load documents matched in the config file's "exclude" + (#19431) +- fix(lsp): update import map config when deno.json changes (#19476) +- fix(ext/node): Worker constructor doesn't check type: module of package.json + (#19480) +- fix(npm): warn when tarball contains hardlink or symlink (#19474) +- fix: reload config files on watcher restarts (#19487) +- perf(ext/http): from_maybe_shared_unchecked for header values (#19478) +- perf(http): cache verified headers (#19465) +- perf(node): cache realpath_sync calls in read permission check (#19379) +- perf(serve): hoist promise error callback (#19456) +- perf(serve): hoist repeated condition (#19449) +- perf(web): optimize timer resolution (#19493) +- perf: don't run microtask checkpoint if macrotask callback did no work + (#19492) +- perf: optimize ByteString checks, hoist server rid getter (#19452) + ### 1.34.2 / 2023.06.08 - fix: do not show cache initialization errors if stderr is piped (#18920) |