5.50.2
(fix): Add retry with exponential backoff to registerApiDefinition during docs
publish. Large docs sites (e.g. 30+ API versions) could hit transient
connection aborts from FDR; the CLI now retries up to 3 times with
1 s / 2 s / 4 s delays before failing.
5.50.1
(chore): Bump js-yaml to 4.2.0 across all transitive dependencies to fix
CVE-2026-53550 (quadratic-complexity DoS in merge key handling).