Skip to content

1219.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 13:58
2ba7f4f

@metamask/ai-controllers 1.0.0

Changed

  • BREAKING: AiDigestController no longer caches fetchMarketInsights or fetchMarketOverview results (no TTL, eviction, or persisted marketInsights / marketOverview state). Each call is a passthrough to AiDigestService. Clients must own freshness. (#10020)
    • AiDigestControllerState is now an empty object (Record<string, never>).
    • The constructor no longer accepts a state option.
  • Bump @metamask/superstruct from ^3.1.0 to ^3.4.1 (#9754)

Removed

  • BREAKING: Remove MarketInsightsEntry, MarketOverviewEntry, CACHE_DURATION_MS, and MAX_CACHE_ENTRIES. Cache policy belongs to clients. (#10020)