1.9.0
- Add
ParityHandlefor use withOso 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 or later). - Use Fallback, if configured, if Oso Cloud returns an HTTP 400 error.
1.6.1
- Add
X-Request-IDheader 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
Valueconvenience constructors forstring,long, andbool.
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()method. - Added new
oso.AuthorizeLocal()method. - Added optional
dataBindingsargument to theOsoconstructor.