docs: Deno 2.9 updates (integration branch)#3287
Open
bartlomieju wants to merge 4 commits into
Open
Conversation
Web Crypto modern algorithms in runtime/reference/web_platform_apis.md:
SubtleCrypto.supports(), SHA-3 HMAC, SHAKE/cSHAKE/TurboSHAKE/KangarooTwelve
XOFs, KMAC, Argon2, ChaCha20-Poly1305, and post-quantum ML-DSA, SLH-DSA,
and ML-KEM.
CLI and config: deno compile --watch; deno bundle --declaration and the
package.json browser field; deno test retry/repeats, Deno.test.each, and
--shard; deno task wildcard exclusion groups and --env-file; new deno link
and deno unlink subcommands (pages, sidebar, command reference); stable
--unsafe-proto shorthand; json.trailingCommas and globs in links.
OpenTelemetry: node:http2 auto-instrumentation, OTEL_TRACES_SAMPLER, and
the now-honored span attribute/event count limits. Modules: CSS imports
with { type: "css" }.
Reconciled against existing 2.9 work: bare node: builtin resolution,
doc-test shebang permissions, and the compile --bundle/--minify section
were already documented on the branch and left untouched.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tracking branch that collects the documentation updates for the Deno 2.9
release. Smaller, focused PRs are retargeted to merge into this branch
instead of
main, so the 2.9 docs land together once the release is out.This PR is not meant to be merged on its own; it stays open as the
integration point until 2.9 ships, at which point the whole branch merges
into
main.