Skip to content

1259.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 16:00
9cd7eaf

@metamask/notification-services-controller 29.0.0

Changed

  • BREAKING: Remove createOnChainPushNotificationMessage, createOnChainPushNotificationMessages, and the TranslationKeys type. Push notification copy is now provided by the Notification API via template, so client-side translation keys are no longer required. (#9184)
  • Regenerated schema.ts from the latest Notification API OpenAPI spec. (#9184)
    • OnChainNotificationV4 now includes optional template (OnChainTemplate: required title, optional body).
    • LocalizedNotificationCTA no longer includes content; it is link only.
  • Bump @metamask/profile-sync-controller from ^32.0.0 to ^32.1.1 (#10184, #10220)
  • Bump @metamask/utils from ^11.12.0 to ^12.0.0 (#10192)
  • Bump uuid from ^9.0.1 to ^11.1.1 (#10243)

Fixed

  • Correct ESM entry points in the legacy notification and push service subpath manifests. (#9184)