> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 1.0.1

**`(fix):`** Fix wire test generator to respect `clientModuleName` custom config instead of hardcoding `Client`.

## 1.0.0

**`(feat):`** 💎 The Ruby SDK generator v2 is officially stable! 🎉🥂 After 87 release candidates,
this ground-up rewrite ships with a modern AST-based architecture and full feature
parity. 🔒 Stable, production-ready, and 100% backward-compatible with the legacy
generator — existing configs, gem names, and modules just work. ✅

✨ **Highlights**

* 🔐 Bearer, API key, OAuth 2.0 & inferred auth with automatic token refresh
* 🌐 Exponential-backoff retries, per-request `base_url` override, multipart uploads
* 📄 Discriminated & undiscriminated unions, correct non-snake\_case wire serialization
* 📦 Cursor & offset pagination with lazy iterators, custom pager support
* 🏗️ YARD docs, RuboCop-clean output, CI with RubyGems OIDC publishing, wire tests
* ⚙️ Rich config: `moduleName`, `requirePaths`, `extraDependencies`, `enableWireTests`, and more
* 🌍 Multiple named environments and multi-URL environment support
* 🚀 RubyGems OIDC publishing and self-hosted mode with `.fernignore` support