You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Governance Structures: Added GovernanceDomain, GovernanceAction enums and GovernanceRecord frozen dataclass with to_dict/from_dict support.
EventRecord Schema Version: Added schema_version: int = 1 field to EventRecord dataclass, resolving a defect where SchemaPolicy and ReplayResolver referenced event.schema_version on a type that lacked it.
Changed
Version bumped from 1.2.0 to 1.2.1 in pyproject.toml and __init__.py.
OrganizationActivityState and OrganizationGraphState now have from_dict() class methods for full serialization roundtrip support.
Fixed
Fixed mocked data type mismatch in tests/unit/organization/test_graph_projection.py.