> 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.6.0

**`(feat):`** 在分页迭代器上暴露 HTTP 响应元数据（状态码、头部和原始 HTTP 响应）。`CursorPageIterator`、`OffsetPageIterator`、`CustomPager` 和 `ItemIterator` 现在暴露 `status_code`、`headers` 和 `http_response` 方法，返回最近一次页面加载的元数据。

## 1.5.0

**`(feat):`** 通过直接生成符合 rubocop 的代码来提高 Ruby SDK 生成性能。在大型真实 OAS 上生成器时间减少约 49%（122秒 → 62秒），通过修复顶级 rubocop 违规类别，使 rubocop -A 几乎不需要自动纠正。