diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-05-09 09:45:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-09 00:45:01 +0000 |
commit | e6dc4dfbff25e77d2127591802229b4a74037d24 (patch) | |
tree | 9db7e878612c9cdff94e436a24df2b8c84ffb0b8 /Releases.md | |
parent | 9f7f681e26887a9b284a2f25e8252c3a5077f348 (diff) |
chore: forward v1.43.2 release commit to main (#23749)
**THIS PR HAS GIT CONFLICTS THAT MUST BE RESOLVED**
This is the release commit being forwarded back to main for 1.43.2
Please ensure:
- [x] Everything looks ok in the PR
- [x] The release has been published
To make edits to this PR:
```shell
git fetch upstream forward_v1.43.2 && git checkout -b forward_v1.43.2 upstream/forward_v1.43.2
```
Don't need this PR? Close it.
cc @nathanwhit
Co-authored-by: nathanwhit <nathanwhit@users.noreply.github.com>
Co-authored-by: Nathan Whitaker <nathan@deno.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 72a5f35cc..7274f677e 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,35 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.43.2 / 2024.05.08 + +- feat(runtime): allow adding custom extensions to snapshot (#23569) +- fix(compile): relative permissions should be retained as relative (#23719) +- fix(ext/node): check resource exists before close (#23655) +- fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694) +- fix(ext/node): napi_get_element and napi_set_element work with objects + (#23713) +- fix(ext/node): support delete process.env.var (#23647) +- fix(ext/web): properly handle `Blob` case for `createImageBitmap` (#23518) +- fix(ext/webgpu): correctly validate GPUExtent3D, GPUOrigin3D, GPUOrigin2D & + GPUColor (#23413) +- fix(fmt/js): `else` was moved to wrong `if` sometimes when formatting minified + code (#23706) +- fix(jsr): panic when importing jsr package with deps via https (#23728) +- fix(lsp): Catch cancellation exceptions thrown by TSC, stop waiting for TS + result upon cancellation (#23645) +- fix(lsp): Pass diagnostic codes to TSC as numbers (#23720) +- fix(lsp): always cache all npm packages (#23679) +- fix(lsp): handle multiline semantic tokens (#23691) +- fix(publish): public api - trace parent classes & interfaces when following a + method (#23661) +- fix(runtime): allow r/w access to /etc without --allow-all (#23718) +- fix(test): proper type checking for files with doc tests (#23654) +- fix(workers): `importScripts` concurrently and use a new `reqwest::Client` per + importScripts (#23699) +- fix: DOMException doesn't throw on __callSitesEvals (#23729) +- fix: upgrade TypeScript from 5.4.3 to 5.4.5 (#23740) + ### 1.43.0 / 2024.05.01 - FUTURE(ext/net): remove |