3.65.5

(fix): Stop emitting the legacy queryParameters object at endpoint call sites. Query parameters are now passed exclusively via queryString (produced by core.url.queryBuilder()). The runtime Fetcher.Args.queryParameters field is retained (marked deprecated) for custom-fetcher back-compat, and both queryParameters and queryString receive equivalent log metadata and redaction of sensitive keys.

3.65.4

(chore): Bump @fern-api/generator-cli to 0.9.13, which fixes the publish of 0.9.12 (autoversion pipeline + @fern-api/replay 0.12.0) by marking @boundaryml/baml as external in the generator-cli CLI bundle so esbuild no longer tries to statically resolve baml’s platform-specific native bindings.

3.65.3

(chore): Bump @fern-api/generator-cli to 0.9.12, which ships the FER-9980 autoversion pipeline (AutoVersionStep runs between the [fern-generated] commit and replay apply, diffing pure generator output across runs to drive a semver bump and changelog entry via FAI) and pins @fern-api/replay to 0.12.0.