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

# .NET SDK Changelog

> Changelog of updates to Oso Cloud .NET SDK.

### 1.10.0

* Add `ListPaginated()` method for paginated list queries. Returns a `ListResult` with `Results` and `NextPageToken` for fetching subsequent pages. `pageSize` is a required parameter.

### 1.9.0

* Add `ParityHandle` for use with [`Oso Migrate`](/develop/local-dev/oso-migrate).

### 1.8.1

* Fix issue where the underlying API client was not thread-safe.

### 1.8.0

* Added context fact support for `.ListLocal()`, `.AuthorizeLocal()`, and `.ActionsLocal()`.

### 1.7.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.6.1

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

### 1.6.0

* Added new [`oso.ActionsLocal()`](/reference/sdks/local-authorization#actions-local) method.
* Added new `Value` convenience constructors for `string`, `long`, and `bool`.

### 1.5.1

* Update error message wording.
* Fix error when fetching missing header.

### 1.5.0

Added support for the local check API:

* Added new [`oso.ListLocal()`](/reference/sdks/local-authorization#list-local) method.
* Added new [`oso.AuthorizeLocal()`](/reference/sdks/local-authorization#authorize-local) method.
* Added optional `dataBindings` argument to
  the `Oso` constructor.
