chore: remove deprecated instagram social strategy + bump to v15.0.2 (master)#2836
Open
aparnaagarwal-okta wants to merge 2 commits into
Open
chore: remove deprecated instagram social strategy + bump to v15.0.2 (master)#2836aparnaagarwal-okta wants to merge 2 commits into
aparnaagarwal-okta wants to merge 2 commits into
Conversation
Instagram social connection is deprecated (legacy /v1 profile API shut down). Remove it from the social connections map and its button/icon CSS. Refs: https://auth0team.atlassian.net/browse/ULP-8391 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2836 +/- ##
==========================================
+ Coverage 43.60% 44.16% +0.56%
==========================================
Files 120 120
Lines 3181 3181
Branches 339 339
==========================================
+ Hits 1387 1405 +18
+ Misses 1699 1681 -18
Partials 95 95 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Version bump + CHANGELOG entry accompanying the deprecated Instagram social connection removal (required for every lock cleanup PR). Refs: https://auth0team.atlassian.net/browse/ULP-8391
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.
Summary
Removes the deprecated Instagram social connection from Lock (v14 /
master). Instagram's legacy/v1profile API is shut down and the connection is deprecated across the platform.Part of the multi-repo Instagram cleanup tracked in ULP-8391. Companion PR against
v13to follow (per the cleanup process, Lock changes are needed in both v13 and v14).Changes
instagramfrom the social connections map insrc/connection/social/index.jscss/social_icons.stylNotes
Refs: https://auth0team.atlassian.net/browse/ULP-8391
🤖 Generated with Claude Code