Skip to main content1.9.0
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 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()
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: