1.0.0-rc68
(feat): Add RubyGems.org OIDC publishing workflow to generated CI:
- Generates a
publishjob in CI that usesrubygems/release-gem@v1for OIDC trusted publishing - Publish job runs on tag pushes after lint and test jobs pass
- Simplify wire tests execution by running them inline with regular tests using
RUN_WIRE_TESTS=trueenv var instead of a separate CI job
1.0.0-rc67
(feat): Add support for x-fern-server-name (multiple base URLs per environment). APIs with different
endpoints routed to different base URLs (e.g., separate api and identity URLs) now generate
proper Environment classes with hash-based URL mappings. Each endpoint uses its designated
base URL based on the endpoint.baseUrl property from the IR.