For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Book a demoLog inStart for free
  • Overview
    • Introduction
    • How it works
    • Quickstart
    • Customer showcase
  • Working with SDKs
    • Project structure
    • Adding custom code
    • Migrating to Replay
    • Capabilities
  • Generators
      • Generating an SDK
      • Publishing to RubyGems
      • Configuration
      • Adding custom code
      • Changelog
      • Customer showcase
  • Reference
    • generators.yml
Checking status...
SOC2Soc 2 Type II
© 2026 Fern • Birch Solutions, Inc., a Postman company

Documentation

SDKsDocsAsk FernCLI Reference

API Definitions

OpenAPIAsyncAPIOpenRPCgRPC

Resources

BlogSupportPricing

Company

Brand KitPrivacy PolicyTerms of Service
LogoLogo
Book a demoLog inStart for free
GeneratorsRuby

Changelog

March 31, 2026
March 31, 2026

1.1.11

(chore): Change default rubocopVariableNumberStyle from snake_case to normalcase, so field names with embedded digits (e.g., recaptcha_v2, office365) no longer trigger RuboCop warnings by default.

1.1.10

(fix): Add explicit return in Boolean.coerce for TrueClass/FalseClass branch and suppress RuboCop Lint/Void warnings on bare value expressions in the utils coerce fallback paths.

1.1.9

(chore): Add rubocopVariableNumberStyle config option to control RuboCop Naming/VariableNumber style. Supported values: snake_case (default, requires underscores before numbers like recaptcha_v_2), normalcase (allows numbers without underscores like recaptcha_v2, office365), or disabled. This allows APIs with field names containing embedded digits to configure the appropriate style.

Was this page helpful?
Edit this page
Previous

April 1, 2026

Next

March 30, 2026