chore: take libid-profiles and libid-identity 0.10 - #22
Merged
Merged
Conversation
libid-contracts v0.10.0 holds the token request's head to required and forbidden headers: each `TokenSession` now carries `required_headers`, the two lines a verifier requires, in place of the send list and the CRLF block, and the table gains `FORBIDDEN_REQUEST_HEADERS`. Nothing here read the removed fields; the layouts read the sessions' request lines and fields, which are unchanged. `libid-identity` moves with it under the single-version invariant. Assisted-by: Claude Opus 5 Signed-off-by: xgreenx <xgreenx9999@gmail.com>
Merged
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.
Pin bump to the crates libid-contracts v0.10.0 published.
TokenSessionnow carriesrequired_headersin place ofrequest_headersandrequest_header_block, and the table gainsFORBIDDEN_REQUEST_HEADERS; nothing in this workspace read the removed fields, and the layouts read only the sessions' request lines and fields, which are unchanged.libid-identitymoves with it under the single-version invariant.Full gate locally: fmt, clippy,
cargo test --workspace.🤖 Generated with Claude Code