Release 1184.0.0 - #9809
Open
tuna1207 wants to merge 4 commits into
Open
Conversation
|
✅ No changelog changes needed. |
chaitanyapotti
approved these changes
Aug 8, 2026
chaitanyapotti
enabled auto-merge
August 8, 2026 12:26
sirtimid
approved these changes
Aug 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation
Release 1184.0.0 with major bumps for Shield and Subscription controllers, and minor bumps for Claims and Wallet.
Major
@metamask/shield-controller5.1.3→6.0.0@metamask/subscription-controller6.2.2→7.0.0@metamask/shield-controller@6.0.0ShieldRemoteBackend/createShieldRemoteBackendwith messenger-backedShieldApiServicebackendfromShieldControllerOptionsand related backend exportsShieldApiService:*actions instead ofAuthenticationController:getBearerToken@metamask/subscription-controller@7.0.0SubscriptionService(BaseDataService)SubscriptionControllerno longer constructs/accepts aSubscriptionServiceinstance; options are{ messenger, state?, pollingInterval? }onlySubscriptionControllerServiceOptions,SubscriptionServiceConfig, and directauthconstructionMinor
@metamask/claims-controller0.5.4→0.6.0@metamask/wallet9.0.0→9.1.0@metamask/claims-controller@0.6.0ClaimsServicetoBaseDataServicewith caching/policy/validationClaimsControllerOptions,ClaimsServiceConfig, and related action/event typesfetchFunctionoptional (defaults toglobalThis.fetch)@metamask/wallet@9.1.0ClaimsService/ClaimsController,ShieldController/ShieldApiService, andSubscriptionController/SubscriptionServiceinto default wallet initializationinstanceOptions.remoteFeatureFlagController.defaultFeatureFlagsOther
@metamask/wallet-clidependency bump only (@metamask/wallet^9.0.0→^9.1.0); not a separate package releaseReferences
Checklist
Note
Medium Risk
The release bundles major breaking API changes in shield and subscription controllers and documents auth-dependent wallet wiring; consumers must upgrade messenger/service integration, not just semver ranges.
Overview
Release 1184.0.0 cuts published versions and changelog entries only—no new runtime code in this diff.
The monorepo root moves 1183.0.0 → 1184.0.0.
@metamask/claims-controlleris released at 0.6.0 (documents priorClaimsService/BaseDataServicework).@metamask/shield-controllerand@metamask/subscription-controllership 6.0.0 and 7.0.0 with breaking messenger/service refactors documented in their changelogs.@metamask/walletgoes 9.0.0 → 9.1.0, bumps those three controllers inpackage.json, and records wiring plus optionaldefaultFeatureFlags.@metamask/wallet-clionly updates its@metamask/walletdependency to ^9.1.0 and the changelog line;yarn.locktracks the new version ranges.Reviewed by Cursor Bugbot for commit d74e69d. Bugbot is set up for automated code reviews on this repo. Configure here.