Ruby SDK Changelog
Below is the changelog of our Ruby SDK, oso-cloud:
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-IDheader 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, andIntegervalues 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()method. - Added new
oso.authorize_local()method. - Added optional
data_bindingsargument to theOsoconstructor (defaults tonil).