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

December 11, 2025
December 11, 2025

1.0.0-rc66

(fix): Fix union type matching for Hash and Array type wrappers. The type_matches? method now correctly handles Internal::Types::Hash and Internal::Types::Array instances by checking if the value is a ::Hash or ::Array respectively, instead of using is_a? directly on the type wrapper classes.

1.0.0-rc65

(feat): Add CI workflow generation, .gitignore file, and wire test infrastructure:

  • Generate .github/workflows/ci.yml with lint and test jobs (triggers on push and pull_request)
  • Generate .gitignore file with *.gem
  • Config-driven wire-tests job: when enableWireTests: true, generates wire-tests CI job
  • Add wire_helper.rb for WireMock container lifecycle management using Minitest’s after_run hook, allowing users to run bundle exec rake test locally without manually managing docker compose
Was this page helpful?
Edit this page
Previous

December 15, 2025

Next

December 10, 2025