3.71.5

(fix): Fix race condition in anySignal() where abort events could be silently dropped when a source signal aborts between the aborted check and addEventListener registration.



3.71.3

(fix): Retain a reference to the upstream Response on streaming and SSE response bodies so that undici’s FinalizationRegistry does not garbage-collect the Response and cancel the body stream on Node 18+.



3.71.1

(fix): Bump @fern-api/generator-cli to 0.9.35, which disables minimatch negation on .fernignore patterns so a stray !pattern no longer silently inverts the match and discards generator output.