Release/1178.0.0 - #9788
Merged
Merged
Conversation
bergarces
temporarily deployed
to
default-branch
August 5, 2026 08:59 — with
GitHub Actions
Inactive
bergarces
temporarily deployed
to
default-branch
August 5, 2026 08:59 — with
GitHub Actions
Inactive
|
✅ Changelogs updated and pushed. |
bergarces
enabled auto-merge
August 5, 2026 09:20
cryptodev-2s
approved these changes
Aug 5, 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
Major
Patch
Preview PRs in both clients to deal with breaking changes:
MetaMask/metamask-extension#45200
MetaMask/metamask-mobile#34265
References
Related to https://consensyssoftware.atlassian.net/browse/ASSETS-3835
Checklist
Note
Medium Risk
The release ships a major
@metamask/assets-controllerswith breaking DeFi positions fetch and messenger requirements; clients must bump and update messenger delegation or risk runtime/type integration failures.Overview
Cuts monorepo release 1178.0.0 by bumping package versions, changelogs,
package.jsondependencies, andyarn.lock—no new runtime code in this diff.The notable consumer-facing change is
@metamask/assets-controllers@111.0.0(major), which documents a breaking update toDeFiPositionsControllerV2.fetchDeFiPositions(processing-state polling, shared in-flight fetches, cache invalidation between attempts) and requires hosts to allowRemoteFeatureFlagController:getStateon theDeFiPositionsControllerV2messenger.Patch releases align dependents on that major:
@metamask/assets-controller@13.1.1,@metamask/bridge-controller@79.0.1,@metamask/transaction-pay-controller@26.2.3, and@metamask/bridge-status-controller(dependency bump to bridge-controller^79.0.1).Reviewed by Cursor Bugbot for commit 6c2136e. Bugbot is set up for automated code reviews on this repo. Configure here.