Skip to content

v0.6.0

Compare
Choose a tag to compare
@haines haines released this 01 Jul 09:13
· 177 commits to main since this release
v0.6.0
0b412fd

Added

  • Support for schema validation in Cerbos::Client#plan_resources (#32)

    Requires Cerbos 0.19+.
    Cerbos::Output::PlanResources#validation_errors will always return an empty array if the client is connected to an earlier version of Cerbos.

    As a result, Cerbos::Output::CheckResources::Result::ValidationError has moved to Cerbos::Output::ValidationError.
    Attempting to access the class via the old namespace will print a deprecation warning and return the new class.