Cerbos v0.44.0
Highlights
The PlanResources
API call now supports specifying more than one action. The generated plan contains the set of constraints that need to be satisfied in order for all of the given actions to be allowed. This can be useful for reducing the number of API calls and the client-side merging required in certain scenarios. The singular action
field of the PlanResources
API call is now deprecated and will be removed in a future Cerbos release.
The meaning of storage.<database driver>.connRetry.maxAttempts
has slightly changed in this release. Previously, it was interpreted as the maximum number of retries after the initial connection attempt. Now it refers to the total number of connection attempts including the initial one. We don’t expect this to be an issue for most users. If you relied on a particular behaviour based on this value, increment the previous configuration value by one when you upgrade to Cerbos 0.44.0.
This release includes several improvements and bug fixes that aren’t directly visible to end users such as the continuation of the engine overhaul that was started several releases ago and improvements to query plan output to produce more succinct plans. There are new utilities and bug fixes for Cerbos Hub integrations as well.
Changelog
Documentation
-
Add talk to engineer link (#2573)
Chores
-
Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 (#2563)
-
Bump golang.org/x/net from 0.37.0 to 0.38.0 in /api/genpb (#2559)
-
Bump helm.sh/helm/v3 from 3.16.4 to 3.17.3 in /tools (#2545)
-
Bump version to 0.44.0
-
Deduplicate logical nodes in planner output (#2579)
-
Don’t bother caching dependencies for
upload-test-times
job (#2557) -
Fix how less than or equal operator is displayed (#2568)
-
Update Buf dependencies (#2578)
-
Update dawidd6/action-download-artifact action to v10 (#2585)
-
Update dawidd6/action-download-artifact action to v9 (#2548)
-
Update extractions/setup-just action to v3 (#2552)
-
Update go deps (#2547)
-
Update go deps (#2565)
-
Update go deps (#2571)
-
Update go deps (#2576)
-
Update go deps (#2581)
-
Update go deps (#2584)
-
Update golangci/golangci-lint-action action to v7.0.1 (#2566)
-
BREAKING Update module github.com/cenkalti/backoff/v4 to v5 (#2555)
-
Update module helm.sh/helm/v3 to v3.17.3 [security] (#2546)
-
Update modules github.com/lestrrat-go/jwx and github.com/vektra/mockery to v3 (major) (#2553)
-
Update node.js deps (#2562)
-
Update node.js deps (#2575)
-
Update node.js deps (#2582)
-
Update pnpm to v10.10.0 (#2572)
-
Update sigstore/cosign-installer action to v3.8.2 (#2561)
-
update go deps (#2560)
-
update module github.com/golangci/golangci-lint to v2 (#2556)
-
update node.js deps (#2539)