diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-05-04 19:19:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 19:19:35 +0200 |
commit | 4b645676d62fd595ecac47e24be1b83a3ba636c6 (patch) | |
tree | f263b50275beb3f706fc466b541f8736cdbd7eab /Releases.md | |
parent | 8382adaf7dcc9c813a51552cca196121c02a650e (diff) |
chore: forward v1.33.2 release commit to main (#18990)
**THIS PR HAS GIT CONFLICTS THAT MUST BE RESOLVED**
This is the release commit being forwarded back to main for 1.33.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.33.2 && git checkout -b forward_v1.33.2 upstream/forward_v1.33.2
```
Don't need this PR? Close it.
cc @levex
Co-authored-by: levex <levex@users.noreply.github.com>
Co-authored-by: Levente Kurusa <lkurusa@kernelstuff.org>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index ce28e5d6a..666e7b2a1 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,31 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.33.2 / 2023.05.04 + +- fix(core): Use primordials for methods (#18839) +- fix(core): allow esm extensions not included in snapshot (#18980) +- fix(core): rebuild when JS sources for snapshotting change (#18976) +- fix(ext/io) several sync fs fixes (#18886) +- fix(ext/kv): KvU64#valueOf and KvU64 inspect (#18656) +- fix(ext/kv): stricter structured clone serializer (#18914) +- fix(ext/kv): throw on the Kv constructor (#18978) +- fix(ext/node): add missing `release` property to node's `process` (#18923) +- fix(ext/url): throw `TypeError` for empty argument (#18896) +- fix(ext/websocket): update fastwebsockets to 0.3.1 (#18916) +- fix(fmt/json): support formatting number with exponent and no sign (#18894) +- fix(node/http): Request.setTimeout(0) should clear (#18949) +- fix(npm): canonicalize filename before returning (#18948) +- fix(npm): canonicalize search directory when looking for package.json (#18981) +- fix(test): disable preventDefault() for beforeunload event (#18911) +- perf(core): async op pseudo-codegen and performance work (#18887) +- perf(core): use jemalloc for V8 array buffer allocator (#18875) +- perf(ext/web): fast path for ws events (#18905) +- perf(ext/websocket): use internal dispatch for msg events (#18904) +- perf: lazily create RootCertStore (#18938) +- perf: lazily retrieve ppid (#18940) +- perf: use jemalloc as global allocator (#18957) + ### 1.33.1 / 2023.04.28 - fix(ext/fetch): subview Uint8Array in Req/Resp (#18890) |