Skip to content

160.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 17:39
52d3c27

@metamask/snaps-controllers 21.0.0

Added

  • BREAKING: Track Snap lifecycle analytics events in SnapController (#4048)
    • This logic was previously in the clients, but can now be removed there.
    • The SnapController messenger now requires the following actions and events:
      • AnalyticsController:trackEvent
      • SnapController:snapInstallStarted
      • SnapController:snapInstallFailed
      • SnapController:snapInstalled
      • SnapController:snapUpdated
      • SnapController:snapUninstalled
  • BREAKING: Track analytics for OTA Snap updates (#4049)
    • The SnapController constructor now requires a clientConfig parameter.
  • Add requestPeriodicUpdate method to SnapRegistryController (#4043)

Changed

  • Bump @metamask/storage-service from 1.0.1 to 1.0.2 (#4035)
  • Bump @metamask/approval-controller from 9.0.1 to 9.0.2 (#4026)