Cerbos v0.28.0
Highlights
This is a quick release close on the heels of Cerbos v0.27.0 to introduce two useful features and a couple of bug fixes.
You can now write policy tests to verify that your policies produce the correct output values. Checking for output values in tests is optional but, if you do define any output expectations, the tests will fail if the produced output does not match the expectations. See Validating and testing policies for information on testing.
Audit log entries written to Kafka can now be compressed using one of the supported compression algorithms. The default algorithm used is Snappy
. Thanks to @shangardezi
for contributing this feature.