This release includes release engineering improvements, and no significant code or dependency changes.
This release is the first release of the OPA Java SDK after its donation to the open-policy-agent Github Organization.
No significant code changes are included in this release, as most changes were localized to the release workflows.
- Fixed omission of jackson-databind dependency type change to
api, which was supposed to go out with 1.5.3.
- Marked jackson-databind as an
apidependency in addition to jackson-core. - Fixed a bug where
OPALatencyMeasuringHTTPClientwould report results in ns rather than ms.
- Fixed a bug where instantiating
OPALatencyMeasuringHTTPClientwith the default constructor could result in a null pointer exception while formatting messages.
- Regenerated low-level API with Speakeasy 1.351.2
- Release
OPALatencyMeasuringHTTPClient