release: bump version to 4.8.7 - #104
Merged
Merged
Conversation
Adds a reusable, pre-parsed Schema handle, completing the handle trio alongside PolicySet and Entities. Parse a schema once with Schema.from_str / Schema.from_json_str and pass the handle anywhere a schema string is accepted — is_authorized, is_authorized_batch, is_authorized_partial, validate_policies, and the schema argument to Entities.from_json_str / with_added_json_str — skipping the per-call schema parse. Purely opt-in: string/dict callers are unchanged. The handle supports str() (the schema rendered to Cedar schema syntax), reports entity-type/action counts in repr(), and sets a schema_pre_parsed metrics flag on the handle path. No Cedar engine version change (still 4.8.2). Thanks @swenger! (#103) Co-Authored-By: Claude <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.
Release PR for cedarpy v4.8.7, per docs/release-process.md.
Changes since v4.8.6
Schemahandle, completing the handle trio alongsidePolicySetandEntities(feat: Add support for opaque Schema handles in Python #103). Parse a schema once withSchema.from_str/Schema.from_json_strand pass the handle anywhere a schema string is accepted, skipping the per-call schema parse. Purely opt-in: string/dict callers are unchanged. The handle supportsstr()(rendered Cedar schema syntax), reports entity-type/action counts inrepr(), and sets aschema_pre_parsedmetrics flag. Thanks @swenger!No Cedar engine version change (still 4.8.2).
Version-bump files
Cargo.toml→ 4.8.7Cargo.lockregenerated viacargo build(version line only)CHANGELOG.md:[Unreleased]promoted to[4.8.7] - 2026-07-10, fresh empty[Unreleased]added, comparison links updatedAll 218 unit tests pass locally on the release build.