1.7.1
(chore): Bump @fern-api/generator-cli to 0.9.11. The GitHub pipeline step now creates
signed commits via the GitHub REST API (matching fiddle’s legacy InMemoryGitRepo
push path), restoring verified fern-api[bot] commits on replay-enabled orgs.
1.7.0
(feat): Add offsetSemantics config option. When set to "page-index", offset pagination increments by 1 each page instead of by the number of items returned ("item-index", the default).
1.6.3
(chore): Publish the Ruby SDK generator to fernapi/fern-ruby-sdk on Docker Hub.
The fernapi/fern-ruby-sdk-v2 image is still pushed as an alias for backward compatibility.
1.6.2
(fix): Fix wire test verification for endpoints with multi-value array query parameters.
1.6.1
(chore): Add crash reporting via Sentry to the generator runtime, and classify
thrown errors using the new shared GeneratorError taxonomy so user-facing
failures (config, validation, auth, network, environment) are kept distinct
from internal Fern bugs — only the latter are forwarded to Sentry. No
change to generated output.