Skip to content

Releases: ping/instagram_private_api

Release 1.6.0

22 Feb 08:05
1d70e99
Compare
Choose a tag to compare

Coffee

Change log:

  • Web API:
    • Add highlight_reels() and highlight_reel_media()
    • Add tagged_user_feed()
    • Add tag_story_feed() and location_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
  • 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 to news() for paging support
    • Add tag_section() and location_section() endpoints
    • Add proxy_handler kwarg to support custom proxy handler such as socks

Release 1.5.7

27 May 12:58
600a9db
Compare
Choose a tag to compare

🔥 If upgrading from <=1.4.0, please refer to the breaking changes in 1.4.0 and 1.5.0.

Change log:

  • Web API:
    • Improve cookie expiry detection
  • App API:
    • Make change to cookiejar (in 1.5.6) backward compatible

Release 1.5.6

25 May 05:36
5ff8368
Compare
Choose a tag to compare

🔥 If upgrading from <=1.4.0, please refer to the breaking changes in 1.4.0 and 1.5.0.

Change log:

  • Web API:
    • Add media_likers()
    • Fix user_info2()
    • Fix csrf token extraction
  • App API:
    • Fix client authentication expiry
    • Improve get cookie value

Release 1.5.5

17 Apr 07:19
6ecc3c2
Compare
Choose a tag to compare

🔥 If upgrading from <=1.4.0, please refer to the breaking changes in 1.4.0 and 1.5.0.

Change log:

  • Web API:
    • Fix for changes in the X-Instagram-GIS signed header
    • Reminder: Users should now also persist the rhx_gis and user_agent values along with the cookie string since the signing of requests depend on these values.

Release 1.5.4

13 Apr 15:30
8e99f22
Compare
Choose a tag to compare

🔥 If upgrading from <=1.4.0, please refer to the breaking changes in 1.4.0 and 1.5.0.

Change log:

  • 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 and user_agent values along with the cookie string since the signing of requests depend on these values.

Release 1.5.3

11 Apr 07:38
5442757
Compare
Choose a tag to compare

🔥 If upgrading from <=1.4.0, please refer to the breaking changes in 1.4.0 and 1.5.0.

Change log:

  • Web API:
    • Users should now also persist the rhx_gis and user_agent values along with the cookie string since the signing of requests depend on these values.

Release 1.5.2

10 Apr 23:55
18501e7
Compare
Choose a tag to compare

🔥 If upgrading from <=1.4.0, please refer to the breaking changes in 1.4.0 and 1.5.0.

Change log:

  • Web API:
    • Fix for new query_hash param and X-Instagram-GIS header requirement
    • Users should now also persist the rhx_gis value along with the cookie string.

Release 1.5.1

08 Apr 00:23
696cb94
Compare
Choose a tag to compare

🔥 If upgrading from <1.4.0, please refer to the breaking changes in 1.4.0 and 1.5.0.

Change log:

  • Web API:
    • Fix 403 Forbidden error when making unauthenticated requests

Release 1.5.0

04 Apr 07:23
ec05c28
Compare
Choose a tag to compare

🔥 If upgrading from <1.4.0, please refer to the breaking changes in 1.4.0.

Change log:

  • 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
  • Web API:
    • Fix user_info2()

Release 1.4.1

03 Mar 03:27
ef75f83
Compare
Choose a tag to compare

🔥 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