diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2022-08-11 16:47:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 16:47:03 -0400 |
commit | e4a5f9952f404e10f1b577b1477b89b155092b67 (patch) | |
tree | 2abf81f7486babdec9d450dbacb1586a6f103bcd /Releases.md | |
parent | 10ce2e9e80916a77e9f1f1da74cd1feec087b51f (diff) |
chore: forward v1.24.3 release commit to main (#15462)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index f498900b9..1ff3d5660 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,22 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.24.3 / 2022.08.11 + +- fix(ext/fetch): add socks proxy support (#15372) +- feat(unstable/ext/ffi): add static method variants to Deno.UnsafePointerView + (#15146) +- fix(cli): allow configurations files to also be json modules (#15444) +- fix(ext/ffi): check CStr for UTF-8 validity on read (#15318) +- fix(ext/ffi): unstable op_ffi_unsafe_callback_ref (#15439) +- fix(permissions): ignore empty values (#15447) +- fix(task): subcommand parser skips global args (#15297) +- fix: allow setting `globalThis.location` when no `--location` is provided + (#15448) +- fix: update deno_graph to fix importing config as JSON module (#15388) +- fix: various formatting fixes (#15412) +- perf(ops): monomorphic sync op calls (#15337) + ### 1.24.2 / 2022.08.04 - feat(ext/ffi): Add support to get ArrayBuffers from UnsafePointerView (#15143) |