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.
Slack communityLog inBook a demo
  • Overview
    • Introduction
    • Quickstart
    • Capabilities
    • Customer Showcase
  • Generators
      • Quickstart
      • Configuration
      • Changelog
      • Publishing as a Go Module
      • Adding custom code
    • MCP Server
  • Deep Dives
    • Customize Method Names
    • Setup local SDK previews
    • Configure Global Headers
    • Configure Auto-Pagination
    • Configure Idempotency
    • Filter Your Endpoints (Audiences)
  • Reference
    • generators.yml
LogoLogo
Slack communityLog inBook a demo
GeneratorsGo

Changelog

June 26, 2025
June 26, 2025
Was this page helpful?
Previous

June 3, 2025

Next
Built with

1.3.0

(feat): Add support for receiving raw response headers from API calls with the new WithRawResponse client field.

1response, err := client.WithRawResponse.GetUser(...)
2fmt.Printf("Got response headers: %v", response.Header)

(feat): Bump the minimum Go version to 1.18 because generics are now required by the SDK. Version 1.18 was originally released over three years ago, so this is well within the official Go support window found at https://go.dev/doc/devel/release#policy