Skip to content

v4.29.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 20:42
· 1619 commits to main since this release
5558747

Minor Changes

  • 01ee05b: Add compliance status APIs for buyer integration
    • Added getAgentCompliance(), getAgentStoryboardStatus(), getAgentStoryboardStatusBulk() to RegistryClient
    • Added lookupOperator() and lookupPublisher() to RegistryClient with typed responses
    • RegistrySync now processes agent.compliance_changed feed events and emits typed compliance_changed events
    • AgentSearchResult includes optional compliance_summary field
    • findAgents() accepts compliance_status filter
    • Exported new types: AgentCompliance, AgentComplianceDetail, StoryboardStatus, OperatorLookupResult, PublisherLookupResult, ComplianceChangedPayload
    • Registry schema sync adds new agent types: brand, rights, measurement, buying (additive, non-breaking)