diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-02-01 14:41:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 18:11:35 +0900 |
commit | ca11536f3fe1a0a801afe8b4bfd82a20a6a233a0 (patch) | |
tree | 057e0a1ff9addae493e642e750c6940e0cba572f /Releases.md | |
parent | 4f914dd1617bb2aa3a5a3f5a4b8dec9356e851c1 (diff) |
chore: forward v1.40.3 release commit to main (#22220)
This is the release commit being forwarded back to main for 1.40.3
Ref https://github.com/denoland/deno/pull/22219
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 5a9244def..84165e81c 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,24 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.40.3 / 2024.02.01 + +- Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153) +- feat(unstable): implement `navigator.gpu.getPreferredCanvasFormat()` (#22149) +- fix(ext/node): add `aes256` algorithm support (#22198) +- fix(ext/node): limit OpState borrow in op_napi_open (#22151) +- fix(fs): copyFile NUL path on macOS (#22216) +- fix(install): forward granular --unstable-* flags (#22164) +- fix(lockfile): only consider package.json beside lockfile in workspace + property (#22179) +- fix(lsp): don't normalize urls in cache command params (#22182) +- fix(node): `util.callbackify` (#22200) +- fix(node): add `ppid` getter for `node:process` (#22167) +- fix(publish): add node specifiers (#22213) +- fix(publish): rename --no-fast-check to --no-zap (#22214) +- fix(runtime): return number from `op_ppid` instead of bigint (#22169) +- fix: canary for arm64 macos (#22187) + ### 1.40.2 / 2024.01.26 - feat(lsp): complete parameters as tab stops and placeholders (#22126) |