5.45.0

(feat): The ai.provider field in generators.yml now uses BAML provider identifiers directly. bedrock has been renamed to aws-bedrock. Update your config: provider: bedrockprovider: aws-bedrock.

5.44.14

(fix): Fix fern export to emit top-level servers array for multi-URL environments (multipleBaseUrls). Previously only single-URL environments produced servers. Each environment × base-URL combination is now listed with a description like "Production (api)". Endpoint-level servers also now include the environment name in their description.

5.44.13

(fix): Fix fern check parameter-name collision validator to honor x-fern-parameter-name. Previously, parameters with distinct x-fern-parameter-name overrides were still flagged as collisions based on their raw OpenAPI name field.

5.44.12

(fix): Fix SPM auto-compiling dynamic snippet files as 650+ separate executables by moving snippets into Tests/Snippets/ and wrapping them as library code (compiled as part of the test target instead of standalone executables).

(chore): Combine build and test into single swift test -c release invocation to avoid redundant recompilation in seed scripts.