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.2
(chore): Bump Node.js base image from 24.15 to 24.16.
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.