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 17, 2026
March 17, 2026

1.1.1

(fix): Strip zero-millisecond datetime values from WireMock stub query parameters. Ruby’s DateTime/Time ISO 8601 serialization omits zero fractional seconds (e.g., 2024-09-08T12:00:00Z), but mock-utils generates values with .000Z (e.g., 2024-09-08T12:00:00.000Z). WireMock’s equalTo matcher is exact-match, so the stubs never fired for datetime query parameters. This follows the same pattern used by the Python and PHP generators.

Was this page helpful?
Edit this page
Previous

March 19, 2026

Next

March 12, 2026