diff options
| author | denobot <33910674+denobot@users.noreply.github.com> | 2022-07-05 21:14:22 +0530 |
|---|---|---|
| committer | David Sherret <dsherret@users.noreply.github.com> | 2022-07-05 14:24:40 -0400 |
| commit | ef312e00504e1293b234f74c28f1cfc4fad4da9e (patch) | |
| tree | d186ec79c20595ffc112d667c23d29abf9576cc8 /Releases.md | |
| parent | a919a5dd1167b79f267cbed7312b3a7d296d429f (diff) | |
1.23.3 (#15081)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'Releases.md')
| -rw-r--r-- | Releases.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 8166ca725..1d1a175d0 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,20 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.23.3 / 2022.07.05 + +- Revert "refactor(snapshots): to their own crate (#14794)" (#15076) +- fix(cli): handle collecting a directory with file:// (#15002) +- fix(core): handle exception from Wasm termination (#15014) +- fix(core): remove unsafe in OpsTracker (#15025) +- fix(dts): stop default export type behavior (#14977) +- fix: update to TypeScript 4.7.4 (#15022) +- perf(ext/http): lazy load headers (#15055) +- perf(ext/http): remove accept_encoding interior mutability (#15070) +- perf(ext/http): simplify op_http_accept (#15067) +- perf(ops): fast path for SMI return values (#15033) +- perf(serde_v8): avoid extra is_array_buffer_view check (#15056) + ### 1.23.2 / 2022.06.30 - feat(unstable/ffi): thread safe callbacks (#14942) |
