Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove deprecated VIDEO container #310

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

TiagoGrosso
Copy link
Owner

Removes the ability to publish non-reel VIDEO containers, a feature that has been removed from Instagram Graph API

BREAKING CHANGE: The PostPageVideoMediaRequest class and related client methods has been removed since it was no longer functional This also means that it is no longer possible to publish videos to CAROUSEL media via the API. Removed 'VIDEO' from MediaType enum

Removes the ability to publish non-reel VIDEO containers, a feature that has been removed from Instagram Graph API

BREAKING CHANGE: The PostPageVideoMediaRequest class and related client methods has been removed since it was no longer functional
This also means that it is no longer possible to publish videos to CAROUSEL media via the API. Removed 'VIDEO' from MediaType enum
Copy link

codecov bot commented Jan 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (76ea482) 100.00% compared to head (279966e) 100.00%.
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #310   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           78        77    -1     
  Lines         1218      1199   -19     
  Branches        50        49    -1     
=========================================
- Hits          1218      1199   -19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TiagoGrosso TiagoGrosso enabled auto-merge (squash) January 21, 2024 13:29
@TiagoGrosso TiagoGrosso disabled auto-merge January 21, 2024 13:30
@TiagoGrosso TiagoGrosso merged commit 12a8056 into master Jan 21, 2024
7 checks passed
@TiagoGrosso TiagoGrosso deleted the remove-video-media-container branch January 21, 2024 13:30
TiagoGrosso pushed a commit that referenced this pull request Jan 23, 2024
# [6.0.0](v5.0.1...v6.0.0) (2024-01-23)

### Bug Fixes

* remove deprecated VIDEO container ([#310](#310)) ([12a8056](12a8056))

### BREAKING CHANGES

* The PostPageVideoMediaRequest class and related client methods has been removed since it was no longer functional
This also means that it is no longer possible to publish videos to CAROUSEL media via the API. Removed 'VIDEO' from MediaType enum
TiagoGrosso pushed a commit that referenced this pull request Jan 23, 2024
# [6.0.0](v5.0.1...v6.0.0) (2024-01-23)

### Bug Fixes

* remove deprecated VIDEO container ([#310](#310)) ([12a8056](12a8056))

### BREAKING CHANGES

* The PostPageVideoMediaRequest class and related client methods has been removed since it was no longer functional
This also means that it is no longer possible to publish videos to CAROUSEL media via the API. Removed 'VIDEO' from MediaType enum
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.

1 participant