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 PyPI
      • Configuration
      • Adding custom code
      • Dynamic authentication
      • aiohttp support
      • 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
GeneratorsPython

Changelog

May 20, 2026
May 20, 2026

5.14.1

(fix): Fix SSE streaming performance regression by caching pydantic.TypeAdapter instances in parse_obj_as(). Previously, a new TypeAdapter was constructed on every call, which is extremely expensive for discriminated union types. This caused ~8x slowdown in SSE event parsing introduced in v4.51.0 (parse_sse_obj).

5.14.0

(feat): Add support for the x-fern-base-path OpenAPI extension. Root path parameters declared on the base path are hoisted to the client constructor; endpoint methods no longer take them as arguments and URL substitution reads them from the client wrapper.

5.13.1

(fix): Use hasWebSocketInTree IR field to wire WebSocket sub-clients into the root client, even when the WebSocket channel lives on a nested sub-resource rather than the top-level namespace package.

Was this page helpful?
Edit this page
Previous

May 21, 2026

Next

May 19, 2026