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 to RubyGems
    • 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
GeneratorsRuby

Changelog

March 22, 2024
March 22, 2024

0.3.3

(internal): Leverage shared generator notification and config parsing logic.

0.1.0-rc0

(chore): Loosen the Faraday dependencies within the generated SDKs

What’s changed

  • loosen the Faraday dependencies within the generated SDKs, now we are supporting Faraday 1.x, while continuing to support the same upperbound (specifically supporting the latest major version as well).
  • release a minor version as the Ruby generator is now being used in beta!

0.0.6

(feat): license files are now specified within the gem config if they are provided

0.0.5

(fix): Address parsing issues within the SDK

What’s been fixed

  • Syntactic error in block parameter usage: we now ensure block parameters are the final parameter for functions
  • Add properties to subpackages: previously properties on subpackages were not being exposed
  • Ensure optional properties in from_json are only parsed if present

0.0.4

(fix): ensures files are written at the gem name path over client name, and addresses string escaping on one of the Fern headers

0.0.3

(fix): addresses a number of typos and other issues previously contained within the generation code

0.0.2

(feat): Support rubygems output type within generators.yml

Was this page helpful?
Previous

March 18, 2024

Next
Built with