> 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):`** Expose HTTP response metadata (status code, headers, and raw HTTP response) on paginated iterators.
`CursorPageIterator`, `OffsetPageIterator`, `CustomPager`, and `ItemIterator` now expose `status_code`,
`headers`, and `http_response` methods that return metadata from the most recent page load.

## 1.5.0

**`(feat):`** Improve Ruby SDK generation performance by generating rubocop-compliant code directly.
Generator time reduced by \~49% on a large real-world OAS (122s → 62s) by fixing the
top rubocop offense categories so rubocop -A has very little to auto-correct.