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 3, 2026
April 3, 2026

2.58.0

(feat): Support omitting username or password from basic auth when configured via usernameOmit or passwordOmit in the IR. Omitted fields are removed from the SDK’s public API and treated as empty strings internally (e.g., omitting password encodes username:, omitting username encodes :password). When both are omitted, the Authorization header is skipped entirely.

2.56.6

(fix): Ensure extra-dependencies overrides take precedence over bundled dependency versions, preventing duplicate PackageReference entries in generated .csproj files.

2.56.5

(fix): Fix mock server test generation to omit null values for non-nullable properties in inlined request bodies, matching the SDK’s JsonIgnoreCondition.WhenWritingNull serialization behavior. When enableExplicitNullableOptional is disabled (default), all nulls are now unconditionally omitted from expected request JSON.

(fix): Fix pagination test build errors (CS8411) when generatePaginatedClients is disabled. The test generator now checks the config flag before emitting await foreach code, preventing attempts to iterate over plain response types that do not implement IAsyncEnumerable.

Was this page helpful?
Edit this page
Previous

April 8, 2026

Next

April 2, 2026