summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorBartek Iwańczuk <biwanczuk@gmail.com>2024-04-16 03:41:59 +0100
committerGitHub <noreply@github.com>2024-04-16 02:41:59 +0000
commit0a7f46b8c29d67b579e4ffd4681aa5d0b7e30c6b (patch)
tree8061991b60cda2fdde9dfeb114e631b66c45df2b /Releases.md
parent55c27cadc8a4436892bdeea7e7798480474b2ad8 (diff)
chore: forward v1.42.4 commit to `main` (#23394)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index b40995475..6aedbaa9d 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.42.4 / 2024.04.15
+
+- fix(check): cache bust when changing nodeModulesDir setting (#23355)
+- fix(ext/io): Fix NUL termination error in windows named pipes (#23379)
+- fix(ext/node): add stub for AsyncResource#asyncId() (#23372)
+- fix(ext/node): panic on 'worker_threads.receiveMessageOnPort' (#23386)
+- fix(ext/node): promise rejection in VM contexts (#23305)
+- fix(ext/node): use ext/io stdio in WriteStream (#23354)
+- fix(lsp): ensure project version is incremented when config changes (#23366)
+- fix(lsp): improved cjs tracking (#23374)
+- fix(lsp): slice strings by byte index in code actions (#23387)
+- fix(publish): do not error for param with initializer before required
+ parameter (#23356)
+- fix(publish): handle definite assignment on ts private properties (#23345)
+- perf(lsp): Only deserialize response from `op_respond` once (#23349)
+- perf: do not clone swc `Program` when transpiling (#23365)
+
### 1.42.3 / 2024.04.12
- Revert "refactor(ext/net): extract TLS key and certificate from inter…