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 Maven Central
      • 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
GeneratorsJava

Changelog

January 26, 2026
January 26, 2026

3.34.5

(fix): Fix streaming endpoints incorrectly setting Accept: application/json header. Streaming endpoints (SSE, NDJSON, etc.) now omit the Accept header entirely, allowing the server to negotiate the appropriate streaming format.

3.34.4

(fix): Fix Java SDK compilation error when a path parameter is named key. The lambda variable in requestOptions.getQueryParameters().forEach((key, value) -> {...}) was shadowing the path parameter, causing a “variable key is already defined” compilation error. Lambda variables are now prefixed with underscore to avoid conflicts.

Was this page helpful?
Edit this page
Previous

January 29, 2026

Next

January 23, 2026