summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2024-08-29 16:13:28 -0400
committerGitHub <noreply@github.com>2024-08-29 22:13:28 +0200
commit0fb8df6c0ce582c947a8e165c7fb31cd4ec0c3ca (patch)
treef7e8b7adc1183a7c18e78913deb7a8f9d0914127 /Releases.md
parenta4707f7f3a9249e87d4ae46202061e2b925cfda7 (diff)
chore: forward v1.46.2 release commit to main (#25296)
This is the release commit being forwarded back to main for 1.46.2
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 3d4521c5b..87460ddc7 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,39 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.46.2 / 2024.08.29
+
+- Revert "feat(fetch): accept async iterables for body" (#25207)
+- fix(bench): Fix table column alignments and NO_COLOR=1 (#25190)
+- fix(ext/crypto): throw DataError for invalid EC key import (#25181)
+- fix(ext/fetch): percent decode userinfo when parsing proxies (#25229)
+- fix(ext/node): emit `online` event after worker thread is initialized (#25243)
+- fix(ext/node): export JWK public key (#25239)
+- fix(ext/node): import EC JWK keys (#25266)
+- fix(ext/node): import JWK octet key pairs (#25180)
+- fix(ext/node): import RSA JWK keys (#25267)
+- fix(ext/node): throw when loading `cpu-features` module (#25257)
+- fix(ext/node): update aead-gcm-stream to 0.3 (#25261)
+- fix(ext/webgpu): allow to build on unsupported platforms (#25202)
+- fix(fmt): fix incorrect quotes in components (#25249)
+- fix(fmt/markdown): fix regression with multi-line footnotes and inline math
+ (#25222)
+- fix(install): Use relative symlinks in deno install (#25164)
+- fix(lsp): panic on url_to_uri() (#25238)
+- fix(napi): Don't run microtasks in napi_resolve_deferred (#25246)
+- fix(napi): Fix worker threads importing already-loaded NAPI addon (#25245)
+- fix(node/cluster): improve stubs to make log4js work (#25146)
+- fix(runtime/web_worker): populate `SnapshotOptions` for `WebWorker` when
+ instantiated without snapshot (#25280)
+- fix(task): support tasks with colons in name in `deno run` (#25233)
+- fix: handle showing warnings while the progress bar is shown (#25187)
+- fix: reland async context (#25140)
+- fix: removed unstable-htttp from deno help (#25216)
+- fix: replace `npm install` hint with `deno install` hint (#25244)
+- fix: update deno_doc (#25290)
+- fix: upgrade deno_core to 0.307.0 (#25287)
+- perf(ext/node): reduce some allocations in require (#25197)
+
### 1.46.1 / 2024.08.22
- fix(ext/node): http2session ready state (#25143)