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