Java SDK Changelog
Below is the changelog of our Java SDK, oso-cloud:
0.9.0
- Add context facts support to actionsLocal, listLocal, authorizeLocal
0.8.0
- Increase the maximum number of connections used in the connection pool to 20. Previous default was 2 which limited the throughput a single client would handle.
- Added a setMaxConnectionsmethod to configure the maximum number.
0.7.1
- Specify a User-Agentto identify the Java and SDK client versions.
- Treat all 2xx status codes as valid.
0.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
0.6.0
- Remove extra argument from actionsLocaland mark old version as deprecated.
0.5.1
- Add X-Request-IDheader to uniquely identify individual API requests; include this ID in error messages for better debugging.
0.5.0
- Added new oso.actionsLocal()method.
0.4.2
- Add X-Request-IDheader to uniquely identify individual API requests; include this ID in error messages for better debugging.
0.4.1
Removed undocumented & no longer in-use built-in Float type.
0.4.0
Added support for the local check api:
- Added new oso.listLocal()method.
- Added new oso.authorizeLocal()method.
- Added optional data bindings argument to
the Osoconstructor.