3.71.8
(fix): Rebuild oxlint-tsgolint 0.23.0 from source with Go 1.26.4 to fix
CVE-2026-42507 (net/textproto log injection) and CVE-2026-27145
(crypto/x509 quadratic hostname verification) in the
typescript-sdk-generator container.
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.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.