Skip to content

fix: upgrade deprecated linkedin api version [CM-907]#3823

Merged
mbani01 merged 1 commit intomainfrom
fix/upgrade_linkedin_api_version
Feb 5, 2026
Merged

fix: upgrade deprecated linkedin api version [CM-907]#3823
mbani01 merged 1 commit intomainfrom
fix/upgrade_linkedin_api_version

Conversation

@mbani01
Copy link
Copy Markdown
Contributor

@mbani01 mbani01 commented Feb 3, 2026

This pull request updates the LinkedIn API version used across all LinkedIn integration modules to ensure compatibility with the latest API changes. The version is updated from 202306 to 202601 in the request headers of various API calls.

LinkedIn API version update:

  • Updated the LinkedIn-Version header from 202306 to 202601 in the following integration modules:
    • commentComments.ts (getCommentComments)
    • organization.ts (getOrganization)
    • organizationPosts.ts (getOrganizationPosts)
    • post.ts (getPost)
    • postComments.ts (getPostComments)
    • postReactions.ts (getPostReactions)

Note

Low Risk
Header-only change across a few outbound LinkedIn API calls; main risk is unexpected upstream contract changes or stricter validation from the newer API version.

Overview
Updates the LinkedIn REST API version used by the LinkedIn integration by bumping the LinkedIn-Version request header from 202306 to 202601 across post, comment, reaction, and organization fetch endpoints.

No functional logic changes beyond the header update; requests should now target the current LinkedIn API contract.

Written by Cursor Bugbot for commit 77153c0. This will update automatically on new commits. Configure here.

@mbani01 mbani01 requested a review from themarolt February 3, 2026 17:07
@mbani01 mbani01 self-assigned this Feb 3, 2026
@mbani01 mbani01 changed the title fix: upgrade deprecated linkedin api version fix: upgrade deprecated linkedin api version [CM-907] Feb 3, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 3, 2026

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

@mbani01 mbani01 merged commit 343c4e7 into main Feb 5, 2026
20 checks passed
@mbani01 mbani01 deleted the fix/upgrade_linkedin_api_version branch February 5, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants