Release 1115.0.0 - #9465
Closed
pedronfigueiredo wants to merge 6 commits into
Closed
Conversation
pedronfigueiredo
temporarily deployed
to
default-branch
July 10, 2026 14:01 — with
GitHub Actions
Inactive
pedronfigueiredo
temporarily deployed
to
default-branch
July 10, 2026 14:01 — with
GitHub Actions
Inactive
|
✅ Changelogs updated and pushed. |
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
This releases a new version of
@metamask/transaction-controller.Packages included
@metamask/transaction-controller:68.4.0→69.0.0(major)Rationale for version bump
The
Unreleasedsection contained a breaking change:This changes the signature of a public option (
getSavedGasFees), so per SemVer this requires a major version bump.No other packages had pending unreleased changes, so this release only includes
transaction-controller.Checklist
yarn workspace @metamask/transaction-controller run changelog:validatepassesyarn workspace @metamask/transaction-controller run testpassesNote
Medium Risk
The release encodes a major semver bump for a public constructor option used in gas fee flows; consumers on
^68.xneed a deliberate upgrade and callback signature fix, though this PR itself only changes versions and changelog text.Overview
Release 1115.0.0 bumps the core monorepo and publishes
@metamask/transaction-controller68.4.0→69.0.0(major). The diff is version fields and changelog housekeeping only—no runtime code changes in this PR.The
69.0.0changelog entry documents the breaking change already merged under Unreleased:getSavedGasFeesnow takesTransactionMetainstead of a chain ID, with expanded saved-gas behavior (transaction-scoped lookup, estimate levels, legacy gas price). Integrators must update that callback when upgrading past68.x.Reviewed by Cursor Bugbot for commit 26a48fb. Bugbot is set up for automated code reviews on this repo. Configure here.