Search now supports score filters and a filter panel (
897e3c4)
The /packages search UI gained a collapsible filter panel with runtime compatibility toggles and a minimum score selector, giving users a visual alternative to query syntax. The backend also now hides packages that are only yanked so they don’t clutter search results, and the query parser accepts score:>N, score:>=N, score:<N, and score:<=N filters.
Trusted publishing works with GitHub Enterprise Cloud unique OIDC issuers (
0ac9c00)
OIDC verification now extracts the issuer from the token, validates enterprise-scoped GitHub issuer URLs, and fetches JWKS from the matching issuer path instead of assuming the shared GitHub issuer. This fixes trusted publishing failures for GitHub Enterprise Cloud setups using unique OIDC issuer URLs.
Package score calculations are more accurate and transparent (
b0ea1f5)
The docs/symbols scoring logic now ignores overload implementation signatures and JSON modules, which can’t meaningfully contribute documentation coverage. It also surfaces which entrypoints are missing module docs, making score deductions easier to understand.
Other misc changes
- Synced frontend
@deno/docto^0.201.0to match the API-side doc generation version (
5d5d315).