Skip to content

0.0.17 (2026-02-11)

Choose a tag to compare

@github-actions github-actions released this 11 Feb 20:58
eee22da

Fixes

feat: provide self.entity_id() in entity and RPC group handlers

Entity and RPC group #[rpc] handlers can now access the routed entity ID
via self.entity_id() (returns &str) and the full address via
self.entity_address(). This eliminates the need to pass entity_id as a
field in every request struct. Workflow request structs with domain-specific
ID parameters have been renamed for clarity (owner_id, account_id).