5.12.10

(fix): Dynamic snippets now render path-parameter arguments in IR (URL / SDK signature) order rather than in the order they happen to appear in the input request, so generated examples line up with the actual SDK method signature even when the spec lists path parameters in a different order.

(fix): Dynamic snippets now pass root-level path parameters to the endpoint method instead of the client constructor (which does not accept them), and include them alongside endpoint-level path parameters so the rendered call matches the generated Python SDK method signature.

5.12.9

(fix): Bump @fern-api/generator-cli to 0.9.28, which sets explicit author and committer on API-created commits to the Fern bot identity. Fixes commit attribution on GitHub Enterprise where PAT-based authentication previously attributed commits to the PAT-owning service account instead of fern-api[bot].