Cerbos v0.22.0 :: Cerbos Authorization Management Platform // Documentation

Cerbos v0.22.0

Highlights

The query planner is now smarter and able to produce simpler, optimized plans for some of the commonly seen filter patterns. For example, checking for membership in a single-item list can be converted to a comparison operation and checking for membership in an empty list can be reduced to simply return false. This should help you build better database queries for building lists of resources filtered using access control logic.

There are several more improvements and fixes to the query planner in this release:

The Cerbos engine now coordinates all parallel requests to changed policies while they’re being compiled. This should help reduce latency spikes in busy servers during policy recompilation.

To aid with debugging, if the Cerbos process receives a USR1 signal, it will now temporarily switch the log level to debug level for 10 minutes.

Validation rules for scopes have been relaxed. Scope components no longer need to be at least two characters long.

Changelog

Bug Fixes

Features

Enhancements

Documentation

Chores