3.95.4
(fix): Improve YAML parsing error message when scoped npm package names (e.g.
@scope/package) are used without quotes in generators.yml. The @
character is a reserved YAML anchor symbol, so unquoted values like
package-name: @fixa-dev/server produce a confusing “bad indentation”
error. The CLI now detects this pattern and shows a hint suggesting the
value be wrapped in double quotes.
3.95.3
(chore): Revert AI example enhancement to use fdr-lambda-docs endpoint instead of the new registry.
3.95.2
(fix): Exclude .fern/metadata.json from the git diff used for AUTO version analysis.
Previously, changes to .fern/metadata.json (which includes cliVersion)
were counted as meaningful SDK changes, causing CLI-only version bumps to
trigger unnecessary SDK releases. The diff now uses
:(exclude).fern/metadata.json so that metadata-only changes result in an
empty diff and generation is skipped.
3.95.1
(fix): Make operationId optional for webhooks in OpenAPI 3.1 specs. When a webhook
does not specify an operationId, the webhook key name is used as the fallback
identifier instead of skipping the webhook entirely.