release: cedarpy 4.8.4#88
Merged
Merged
Conversation
First release including partial evaluation support and the median-of-N benchmark gate. Added: - is_authorized_partial / PartialAuthzResult — Cedar partial-evaluation authorizer. Treats absent or None request fields as unknowns; returns Allow/Deny when unknowns can't change the outcome, NoDecision plus residuals otherwise. Enables the partial-eval Cargo feature on cedar-policy. Thanks @swenger. (#28, #82) Changed: - make benchmark-compare runs N=5 release-mode benchmarks at HEAD and gates on median Δ vs baseline.json; the prior mean threshold was dropped. Per-run JSONs land in tests/benchmark/results/current/. (#69) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
First release including partial-evaluation support and the median-of-N benchmark gate. Cedar Policy engine version is unchanged (still v4.8.2).
Added
is_authorized_partial/PartialAuthzResult— Cedar partial-evaluation authorizer. Treats absent orNonerequest fields as unknowns; returnsAllow/Denywhen unknowns cannot change the outcome,NoDecisionplus residuals otherwise. Enables thepartial-evalCargo feature oncedar-policy. Thanks @swenger. (Support for partial evaluation? #28, feat: Add support for partial evaluation #82)Changed
make benchmark-compareruns N=5 release-mode benchmarks at HEAD and gates on median Δ vs baseline; prior mean threshold dropped. Per-run JSONs land intests/benchmark/results/current/. (benchmark process improvements: release builds, refreshed baseline, multi-run signal #69)See CHANGELOG.md for the full entry.
Test plan
v4.8.4, approvepypi-releasedeploymentgh release create v4.8.4🤖 Generated with Claude Code