5.46.0
(feat): Add OIDC support for PyPI publishing in local generation. When
token: OIDC is configured for a PyPI output, the CLI now detects
the OIDC credential and propagates it through both the GitHub publish
info and the publish config so the Python generator can activate its
OIDC trusted-publisher workflow.
(feat): Track which validation rules fired during fern check as part of the PostHog CLI telemetry event.
The event now includes validationRules (array of rule names that produced violations),
numErrors, numWarnings, and passed properties.
5.45.5
(fix): Bump @fern-api/generator-cli to 0.9.36: AutoVersionStep now calls the hosted FAI
service with fernToken when no BAML ai config is supplied, restoring real
version bumps and changelog entries for replay-enabled remote generations.