release: v0.8.0 — receipts + sensitivity labels + caller identity#11
Merged
Conversation
Aligns the SDK with statewave server v0.8.0. New surface is backwards-compatible: older servers without the receipt/policy layer return responses that parse cleanly into the new optional fields (defaults to None/[]). - Receipt + ReceiptList Pydantic models - ContextBundle gains receipt_id, receipt_emitted - Memory gains sensitivity_labels: list[str] - get_context accepts emit_receipt, query_id, task_id, parent_receipt_id, caller_id, caller_type - get_receipt(id), list_receipts(subject_id, ...), set_memory_labels(memory_id, labels) — new client methods on both sync + async clients - CHANGELOG entry documenting the surface for `pip install statewave` consumers
smaramwbc
added a commit
that referenced
this pull request
May 15, 2026
Aligns the SDK with statewave server v0.8.0. New surface is backwards-compatible: older servers without the receipt/policy layer return responses that parse cleanly into the new optional fields (defaults to None/[]). - Receipt + ReceiptList Pydantic models - ContextBundle gains receipt_id, receipt_emitted - Memory gains sensitivity_labels: list[str] - get_context accepts emit_receipt, query_id, task_id, parent_receipt_id, caller_id, caller_type - get_receipt(id), list_receipts(subject_id, ...), set_memory_labels(memory_id, labels) — new client methods on both sync + async clients - CHANGELOG entry documenting the surface for `pip install statewave` consumers
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.
Aligns the SDK with statewave server v0.8.0. New surface is backwards-compatible — older servers without the receipt/policy layer return responses that parse cleanly into the new optional fields.
Added — governance & audit surface
Companion PRs
Test plan