.NET SDK Changelog
Below is the changelog of our .NET SDK, OsoCloud:
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.