Releases: ping/instagram_private_api
Releases · ping/instagram_private_api
Release 1.6.0
- Web API:
- Add
highlight_reels()
andhighlight_reel_media()
- Add
tagged_user_feed()
- Add
tag_story_feed()
andlocation_story_feed()
- Update query hashes
- Fix for case sensitivity for tag feed
- Add
delete_media()
- Add
proxy_handler
kwarg to support custom proxy handler such as socks
- Add
- App API:
- 🔥 BREAKING CHANGE: Change in user agent format for the app version
- 🔥 BREAKING CHANGE: Change in argument list for
search_users()
- Add IGTV endpoints
- Update
media_n_comments()
,search_users()
,news()
feed_location()
deprecated- Add
kwargs
tonews()
for paging support - Add
tag_section()
andlocation_section()
endpoints - Add
proxy_handler
kwarg to support custom proxy handler such as socks
Release 1.5.7
Release 1.5.6
Release 1.5.5
🔥 If upgrading from <=1.4.0, please refer to the breaking changes in 1.4.0 and 1.5.0.
- Web API:
- Fix for changes in the
X-Instagram-GIS
signed header - Reminder: Users should now also persist the
rhx_gis
anduser_agent
values along with the cookie string since the signing of requests depend on these values.
- Fix for changes in the
Release 1.5.4
🔥 If upgrading from <=1.4.0, please refer to the breaking changes in 1.4.0 and 1.5.0.
- Web API:
- Fix for changes in the
X-Instagram-GIS
signed header - Fix
user_info2()
for both authenticated and unauthenticated clients - Reminder: Users should now also persist the
rhx_gis
anduser_agent
values along with the cookie string since the signing of requests depend on these values.
- Fix for changes in the
Release 1.5.3
Release 1.5.2
Release 1.5.1
Release 1.5.0
🔥 If upgrading from <1.4.0, please refer to the breaking changes in 1.4.0.
- App API:
- 🔥 BREAKING CHANGE: New arguments are needed for
feed_tag()
,tag_search()
,user_following()
,user_followers()
,search_users()
,location_fb_search()
- New
ClientReqHeadersTooLargeError
error
- 🔥 BREAKING CHANGE: New arguments are needed for
- Web API:
- Fix
user_info2()
- Fix
Release 1.4.1
🔥 If upgrading from <1.4.0, please refer to the breaking changes in 1.4.0.
Change log:
- App API:
- Refactored error detection. New
ClientCheckpointRequiredError
,ClientChallengeRequiredError
,ClientSentryBlockError
- Add new highlights endpoints
- New
comment_inline_replies()
endpoint - New
story_viewers()
endpoint - Updates for user feed and comments endpoints
- Update
set_reel_settings()
with new arguments
- Refactored error detection. New