Requested by: @BYK
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Security 🔒
(deps) Upgrade docs to Astro 6 / Starlight 0.38 by @BYK in #816
New Features ✨
Bug Fixes 🐛
Dashboard
Auto-default --limit for grouped widgets (CLI-WW) by @BYK in #799
Accept dataset aliases (errors, transactions, metrics) (CLI-JG) by @BYK in #800
Init
Restore /dev/tty workaround on macOS only by @BYK in #836
Add force-exit safety net for Bun fresh+readline hang by @BYK in #833
Release stdin handle to unblock event loop on wizard exit by @BYK in #831
Cancel in-flight Mastra requests on teardown by @BYK in #825
Harden /dev/tty teardown and adopt Symbol.dispose by @BYK in #824
Release /dev/tty handle on all exit paths by @betegon in #802
Send dirListing/fileCache/existingSentry via initialState by @betegon in #796
Force process exit after wizard completes by @betegon in #782
Other
Documentation 📚
Fix auth token precedence, update stale architecture tree, and documentation audit report by @cursor in #783
Internal Changes 🔧
Deps
Bump @sentry/node-core to 10.50.0 by @BYK in #834
Drop Node 20 support, pin CI Node 24 for docs build by @BYK in #817
Upgrade @sentry/api 0.94.0 -> 0.113.0 + type cleanup by @BYK in #803
Init
Remove /dev/tty forwarding workaround and force-exit safety net by @BYK in #835
Tighten list-dir hot loop + emit POSIX paths by @BYK in #815
Migrate grep/glob tools to src/lib/scan/ by @BYK in #797
Trim deprecated --features help entries by @MathurAditya724 in #781
Scan
Transport grep worker line pool as bytes by @BYK in #826
Fast-path known-binary extensions in classifyByExtension by @BYK in #822
Dual-path walker — parallel bulk, serial early-exit by @BYK in #821
Parallel grep via worker pool with binary-transferable matches by @BYK in #807
Rewrite walker hot path with sync I/O + manual string ops by @BYK in #805
Literal prefilter + lazy line counting in readAndGrep by @BYK in #804
Other
(api) Pass ?collapse=organization on project detail fetches by @BYK in #818
(auth) Memoize getAuthToken and refreshToken row read (CLI-13V) by @BYK in #828
(cache) Centralize mutation invalidation at the HTTP layer (ref: Bump github-script action to v5 #792 ) by @BYK in #801
(fs) Add safeReadFile helper for FIFO-safe config reads by @BYK in #819
(issue) Skip redundant API lookups via project+issue-org caches by @BYK in #794
(scan,dsn) Trim session cruft from comment-heavy files by @BYK in #810
(sentry-client) Scope fetch mocks to a per-test URL marker by @BYK in #832
(sourcemap) Migrate discoverFilePairs to walkFiles by @BYK in #811
Skip docs preview deploy on fork PRs by @BYK in #814
Unblock fork PRs (SENTRY_CLIENT_ID fallback + fork-safe checkout) by @BYK in #813
Disable Bun autoload of .env and bunfig.toml in compiled CLI by @BYK in #808
Regenerate docs by @github-actions[bot] in 58a84035
Requested by: @BYK
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Security 🔒
New Features ✨
Bug Fixes 🐛
Dashboard
Init
Other
Documentation 📚
Internal Changes 🔧
Deps
Init
Scan
Other