diff options
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index ed87235e0..0883e8895 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,44 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.31.2 / 2023.03.10 + +- Revert "perf: disable snapshot compression (#18061)" (#18074) +- deps: bump `regexp` to `^1.7.0` (#17966) +- deps: bump once_cell to ^1.17.1 (#18075) +- feat(core): prevent isolate drop for CLI main worker (#18059) +- feat(ext/ffi): Make External pointers keep reference to V8 buffer (#17955) +- feat(ops): reland fast zero copy string arguments (#17996) +- feat(ops): relational ops (#18023) +- fix(check): include dts files in tsc roots (#18026) +- fix(cli): add space after period in `--v8-flags` (#18063) +- fix(cli,ext/web): Upgrading uuid from =1.1.2 to 1.3.0 (#17963) +- fix(core): introduce `SafeRegExp` to primordials (#17592) +- fix(ext/crypto): correctly limit ECDSA and hash algorithms (#18030) +- fix(ext/ffi): Remove deno_core::OpState qualifiers, fix ops returning pointer + defaults (#17959) +- fix(ext/node): remove unused _hex module (#18045) +- fix(ext/node): util.types.isSharedArrayBuffer (#17836) +- fix(ext/webstorage): check size of inputs before insert (#18087) +- fix(lockfile): don't touch lockfile is npm specifiers are identical (#17973) +- fix(npm): improve peer dependency resolution with circular dependencies + (#18069) +- fix(prompt): better output with control chars (#18108) +- fix(rumtime): Add `Deno.` prefix for registered symbols (#18086) +- fix(runtime/windows): ensure `Deno.stdin.setRaw(false)` properly disables raw + mode (#17983) +- fix: Split extension registration and snapshotting (#18098) +- fix: attempt to only allow one deno process to update the node_modules folder + at a time (#18058) +- fix: lazily surface errors in package.json deps parsing (#17974) +- perf(core): over-allocate in ModuleMap when running from snapshot (#18083) +- perf(ext/node): improve createHash performance (#18033) +- perf: disable snapshot compression (#18061) +- perf: don't add unload event listener (#18082) +- perf: move runtime bootstrap code to snapshot time (#18062) +- perf: move setting up Deno namespace to snapshot time (#18067) +- wpt: unlock nightly with --no-ignore (#17998) + ### 1.31.1 / 2023.02.25 - feat: add `DENO_NO_PACKAGE_JSON` env var (#17926) |