diff options
author | Colin Ihrig <cjihrig@gmail.com> | 2022-09-15 16:24:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 16:24:06 -0400 |
commit | ee208c1b20d5e51fa35583fb698930d70f1e5e8b (patch) | |
tree | a6d7a4a88e6b09ec9470a4f8cf460ef1e55037aa /Releases.md | |
parent | 2fc88aba1ac69dd72e0d516de22157f72778b2ef (diff) |
chore: forward v1.25.3 release commit to main (#15919)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 1eebf255b..3ce670401 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,23 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.25.3 / 2022.09.15 + +- doc(unstable): mention that `signal` input isn't supported in `spawnSync` + (#15889) +- fix(ext/flash): don't block requests (#15852) +- fix(npm): align Deno importing Node cjs with Node esm importing cjs (#15879) +- fix(npm): align Node esm code importing cjs with Node (#15838) +- fix(npm): binary entrypoint for .js or no extension (#15900) +- fix(npm): remove export binding to match node (#15837) +- fix(npm): support cjs resolution of package subpath with package.json (#15855) +- fix(npm): use shim from deno_node crate for 'module' built-in module (#15881) +- fix(ops): add node.js env variable allowlist (#15893) +- perf(ext/flash): remove string->buffer cache (#15850) +- perf(serde_v8): remove Mutex from ZeroCopyBuf (#15888) +- perf(url): return early if url has no query string (#15856) +- perf: optimize URL serialization (#15663) + ### 1.25.2 / 2022.09.09 - BREAKING(unstable): remove --compat mode (#15678) |