COMMITS
/ packages/react-server/src/__tests__/ReactFlightAsyncDebugInfo-test.js February 16, 2026
H
[Flight] Skip `transferReferencedDebugInfo` during debug info resolution (#35795)
Hendrik Liebau committed
February 4, 2026
H
[Flight] Fix stack overflow in `visitAsyncNode` with deep async chains (#35612)
Hendrik Liebau committed
December 7, 2025
S
[test] Cleanup stack assertions in tests mixing React Server and Client (#35316)
Sebastian "Sebbie" Silbermann committed
December 5, 2025
S
[Flight] Move `react-server-dom-webpack/*.unbundled` to private `react-server-dom-unbundled` (#35290)
Sebastian "Sebbie" Silbermann committed
October 20, 2025
S
Lower case "rsc stream" debug info (#34921)
Sebastian Markbåge committed
October 14, 2025
S
[Flight] Exclude RSC Stream if the stream resolves in a task (#34838)
Sebastian Markbåge committed
S
[Flight] Forward the current environment when forwarding I/O entries (#34836)
Sebastian Markbåge committed
October 13, 2025
S
[Flight] Respect displayName of Promise instances on the server (#34825)
Sebastian Markbåge committed
October 7, 2025
S
[Flight] Don't serialize toJSON in Debug path and omit wide arrays (#34759)
Sebastian Markbåge committed
September 18, 2025
H
Move `getDebugInfo` test util function to `internal-test-utils` (#34523)
Hendrik Liebau committed
September 9, 2025
S
[Flight] Track I/O Entry for the RSC Stream itself (#34425)
Sebastian Markbåge committed
July 25, 2025
S
Work around Chrome DevTools crash on `performance.measure` (#33997)
Sebastian "Sebbie" Silbermann committed
July 21, 2025
S
[Flight] Make it more obvious what the short name in the I/O description represents (#33944)
Sebastian "Sebbie" Silbermann committed
S
[Flight] Use the Promise of the first await even if that is cut off (#33948)
Sebastian Markbåge committed
S
[Flight] Use the JSX as the await stack if an await is not available (#33947)
Sebastian Markbåge committed
July 16, 2025
S
[Flight] Skip the stack frame of built-in wrappers that create or await Promises (#33798)
Sebastian Markbåge committed
July 9, 2025
S
[Flight] Ignore async stack frames when determining if a Promise was created from user space (#33739)
Sebastian Markbåge committed
July 8, 2025
S
[Flight] Optimize Async Stack Collection (#33727)
Sebastian Markbåge committed
July 7, 2025
S
[Flight] Include I/O not awaited in user space (#33715)
Sebastian Markbåge committed
July 6, 2025
S
[Flight] Insert an extra await node for awaiting on the promise returned by then callback (#33713)
Sebastian Markbåge committed
June 24, 2025
S
Get Server Component Function Location for Parent Stacks using Child's Owner Stack (#33629)
Sebastian Markbåge committed
June 23, 2025
S
[Flight] Send the awaited Promise to the client as additional debug information (#33592)
Sebastian Markbåge committed
June 11, 2025
S
[Flight] Track Debug Info from Synchronously Unwrapped Promises (#33485)
Sebastian Markbåge committed
June 10, 2025
S
[Flight] Emit timestamps only in forwards advancing time in debug info (#33482)
Sebastian Markbåge committed
June 7, 2025
S
[Flight] Clarify Semantics for Awaiting Cached Data (#33438)
Sebastian Markbåge committed
S
[Flight] Add "use ..." boundary after the change instead of before it (#33478)
Sebastian Markbåge committed
June 4, 2025
S
[Flight] Forward debugInfo from awaited instrumented Promises (#33415)
Sebastian Markbåge committed
June 3, 2025
S
[Flight] Emit the time we awaited something inside a Server Component (#33402)
Sebastian Markbåge committed
S
[Flight] Include env in ReactAsyncInfo and ReactIOInfo (#33400)
Sebastian Markbåge committed
S
[Flight] Track Owner on AsyncInfo and IOInfo (#33395)
Sebastian Markbåge committed
S
[Flight] Track the function name that was called for I/O entries (#33392)
Sebastian Markbåge committed
S
[Flight] Track Awaits on I/O as Debug Info (#33388)
Sebastian Markbåge committed