Java SDK

Java SDK Changelog

Below is the changelog of our Java SDK, oso-cloud:

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 setMaxConnections method to configure the maximum number.

0.7.1

  • Specify a User-Agent to 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 actionsLocal and mark old version as deprecated.

0.5.1

  • Add X-Request-ID header to uniquely identify individual API requests; include this ID in error messages for better debugging.

0.5.0

0.4.2

  • Add X-Request-ID header 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: