Merged
Conversation
zone-live
approved these changes
Apr 16, 2026
mcmire
reviewed
Apr 16, 2026
|
|
||
| ## [1.0.0] | ||
|
|
||
| ### Uncategorized |
Contributor
There was a problem hiding this comment.
@joaosantos15 I see you left this change in Uncategorized. In addition, this is a developer-only change. We tend to only include changes in the changelog that are useful for consumers of the package. That generally means only including changes to the public API and omitting changes to tooling etc. In a future PR can you remove this entry from the changelog? That would make it easier to understand.
geositta
added a commit
that referenced
this pull request
Apr 16, 2026
…sition-live-price-sync * origin/main: fix(transaction-pay-controller): resolve correct networkClientId for source chain in relay execute (#8492) Release/920.0.0 (#8494) chore: bump `accounts` deps (#8464) feat: adds auth to social controllers (#8485) Release/919.0.0 (#8482) feat(seedless-onboarding-controller): generic encryptor result type aligned with KeyringController TO-686 (#8411) Release/918.0.0 (#8478) chore: add periodic check for spl tokens (#8400)
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
Adds auth layer to Social API
References
Checklist
Note
Medium Risk
Primarily a release/version + changelog update, but it documents a breaking auth integration requirement for Social API consumers that may cause runtime failures if not adopted.
Overview
Bumps the monorepo version to
920.0.0and releases@metamask/social-controllersas1.0.0.Updates the
@metamask/social-controllerschangelog for1.0.0, including a breaking note thatSocialServiceMessengerconsumers must allowAuthenticationController:getBearerTokenand thatSocialServicerequests now send a JWT bearer token in theAuthorizationheader.Reviewed by Cursor Bugbot for commit a1915ae. Bugbot is set up for automated code reviews on this repo. Configure here.