> ## Documentation Index
> Fetch the complete documentation index at: https://www.osohq.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Ruby SDK Changelog

> Changelog of updates to Oso Cloud Ruby SDK.

### 1.11.2

* Loosen `faraday` and `faraday-retry` version constraints to allow Bundler resolution on Ruby 4.

### 1.11.1

* Bump `faraday` dependency to v2.14.1 to address CVE-2026-25765

### 1.11.0

* Add `list_paginated()` method for paginated list queries. Returns a `ListResult` with `results` and `next_page_token` for fetching subsequent pages. `page_size` is a required parameter.

### 1.10.1

* Remove unused internal API.

### 1.10.0

* Add "ParityHandle" for use with `Oso Migrate`.

### 1.9.1

* Standardize HTTP error code handling to treat all non-2xx responses as errors.

### 1.9.0

* Added context facts support for `.list_local()`, `.authorize_local()`, `.actions_local()`.

### 1.8.0

* Use Fallback, if configured, for `.get`, `.get_policy_metadata`, and local
  check APIs if Oso Cloud returns an error (Requires [Fallback 1.0.0](#fallback-1.0.0) or later).
* Use Fallback, if configured, if Oso Cloud returns an HTTP 400 error.

### 1.7.1

* Add `X-Request-ID` header to uniquely identify individual API requests; include this ID in error messages for better debugging.

### 1.7.0

* Added new [`oso.actions_local()`](/reference/sdks/local-authorization#actions-local) method.
* Accept `true`, `false`, and `Integer` values as fact args. These are converted to the appropriate Polar type.

### 1.6.0

Added support for the local check API:

* Added new [`oso.list_local()`](/reference/sdks/local-authorization#list-local) method.
* Added new [`oso.authorize_local()`](/reference/sdks/local-authorization#authorize-local) method.
* Added optional [`data_bindings`](/reference/sdks/overview) argument to
  the `Oso` constructor (defaults to `nil`).
