Skip to content

Releases: ping/instagram_private_api

Release 1.4.0

31 Jan 06:46
Compare
Choose a tag to compare

Change log:

  • Common:
    • 🔥 BREAKING CHANGE: New ClientConnectionError for network-related errors
  • App API:
    • Add comment replies endpoint
    • Add presence endpoints
    • Add tag following endpoints
    • Update user and tag search endpoints
    • Update app version to 26
  • Web API:
    • 🔥 BREAKING CHANGE: Tag and Location feeds updated to use graphql endpoints.
    • Add timeline feed, reels tray, reels (stories) feed

Release 1.3.6

11 Aug 06:22
Compare
Choose a tag to compare

Change log:

  • App API:
    • Minor fixes

Release 1.3.5

06 Jul 05:04
Compare
Choose a tag to compare

Change log:

  • App API:
    • Fix video upload retry logic
    • Fix compatpatch typo
    • Improve app compatpatch for media location

Release 1.3.4

22 Jun 04:25
Compare
Choose a tag to compare

Change log:

  • App API:
    • New endpoints: ignore_user(), remove_follower(), replay_broadcast_comments(), replay_broadcast_likes()
  • Minor fixes

Release 1.3.3

13 Jun 15:09
Compare
Choose a tag to compare

Change log:

  • Web API:
    • New endpoints: user_info2()
    • Deprecate all remaining endpoints using query/: user_info(), media_info()

Release 1.3.2

09 Jun 08:43
Compare
Choose a tag to compare

Change log:

  • App API:
    • New endpoints: feed_only_me(), media_only_me(), media_undo_only_me(), enable_post_notifications(), disable_post_notifications()
    • Deprecated: user_map(), expose()
    • Removed device info, keys, etc from settings property.
  • Web API:
    • New endpoints: post_photo(), tag_feed(), location_feed()
    • Removed user-agent from settings property.

Release 1.3.1

03 Jun 04:57
Compare
Choose a tag to compare

Change log:

  • App API:
    • Client.standard_ratios() and Client.reel_ratios() is deprecated and replaced with MediaRatios.standard and MediaRatios.reel respectively.
    • Deprecated and experimental endpoints now warned with ClientDeprecationWarning and ClientExperimentalWarning.
    • collection_feed(), feed_liked(), self_feed() have been updated to support pagination through the max_id kwarg.

Release 1.3.0

21 May 15:07
Compare
Choose a tag to compare

1.3.0

This update is recommended, especially for those using the web api.

  • Web API:
    • Important: The new graphql endpoint appears to be replacing the old query endpoint. The graphql endpoint is comparatively more limited and some attributes may no longer be available.
    • You should exercise caution when using functions relying on the old query endpoints such as user_info() and media_info()since IG no longer uses them.
    • user_feed() is now using the graphql endpoint and has compatibility-breaking changes. 9d7caef
  • App API:
    • Fix regression with photo posting and profile image update. f7c0938
    • Breaking Change: Removed is_video argument from reel_compatible_aspect_ratio() b9da4cf

Release 1.2.8

16 May 08:37
Compare
Choose a tag to compare

Change log:

  • New app client endpoint: api.bulk_delete_comments() 365dadb
  • Prevent uploading of very small chunks when posting video
  • Web API updates to use new graphql endpoints cc9ae22

Release 1.2.7

10 May 12:31
Compare
Choose a tag to compare

Change log:

  • New endpoints: api.friendships_unblock(), api.block_friend_reel(), api.unblock_friend_reel(), api.set_reel_block_status(), api.blocked_reels(), api.blocked_user_list(), api.user_reel_settings(), api.set_reel_settings()
  • Update api.media_seen()
  • Fix ClientCompatPatch.media() for carousel/album posts
  • Other minor fixes