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 NuGet
      • Configuration
      • Adding custom code
      • Version compatibility
      • 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
Generators.NET

Changelog

April 9, 2026
April 9, 2026

2.59.3

(fix): Fix mock server test and snippet generation to skip literal properties in object initializers when generate-literals is enabled. Previously, the generator emitted plain string/boolean assignments for TypeLiteral properties, causing CS0029 compilation errors. Literal properties now rely on their = new() default initializer.

2.59.2

(fix): Fix dynamic snippet generation failing with “Endpoint does not have an example that matches the snippet” when the endpoint has examples but the request is a plain EndpointSnippetRequest without an id. The guard now only validates the example match when the snippet includes an id.

2.59.1

(fix): Fix undiscriminated union variant matching in dynamic snippets selecting incorrect variants when errors are added during conversion. The matcher now checks whether errors were added (via errors.size() > errorsBefore) alongside the existing isNop check, and adds a missing nop check that was causing the first variant to be unconditionally returned. This prevents empty objects from being returned for union fields like options in generated code snippets.

Was this page helpful?
Edit this page
Previous

April 10, 2026

Next

April 8, 2026