diff options
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 fcac09e23..f498900b9 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.24.2 / 2022.08.04 + +- feat(ext/ffi): Add support to get ArrayBuffers from UnsafePointerView (#15143) +- feat(ext/ffi): Safe number pointers (#15173) +- fix(compat): use mjs extension for stream/promises (#15341) +- fix(core): BorrowMutError in nested error (#15352) +- fix(ext/webgpu): use correct IDL key name (#15278) +- fix(lsp): remove excessive line breaks in status page (#15364) +- fix(lsp): use correct commit chars for completions (#15366) +- fix(test): output parallel test results independently (#15399) +- fix(test): race condition for cancelled tests (#15233) +- fix(vendor): error on dynamic imports that fail to load instead of panicking + (#15391) +- fix(vendor): existing import map with bare specifier in remote (#15390) +- fix: increase websocket message size (#15406) +- perf(ext/ffi): support Uint8Array in fast calls (#15319) +- perf(ext/ffi): use fast api calls for 64bit return types (#15313) + ### 1.24.1 / 2022.07.28 - Revert "feat(ops): V8 Fast Calls (#15122)" (#15276) |