Releases: ping/instagram_private_api
Releases · ping/instagram_private_api
Release 1.4.0
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
Change log:
- App API:
- Minor fixes
Release 1.3.5
Change log:
- App API:
- Fix video upload retry logic
- Fix compatpatch typo
- Improve app compatpatch for media location
Release 1.3.4
Change log:
- App API:
- New endpoints:
ignore_user()
,remove_follower()
,replay_broadcast_comments()
,replay_broadcast_likes()
- New endpoints:
- Minor fixes
Release 1.3.3
Change log:
- Web API:
- New endpoints:
user_info2()
- Deprecate all remaining endpoints using
query/
:user_info()
,media_info()
- New endpoints:
Release 1.3.2
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.
- New endpoints:
- Web API:
- New endpoints:
post_photo()
,tag_feed()
,location_feed()
- Removed user-agent from
settings
property.
- New endpoints:
Release 1.3.1
Change log:
- App API:
Client.standard_ratios()
andClient.reel_ratios()
is deprecated and replaced withMediaRatios.standard
andMediaRatios.reel
respectively.- Deprecated and experimental endpoints now warned with
ClientDeprecationWarning
andClientExperimentalWarning
. collection_feed()
,feed_liked()
,self_feed()
have been updated to support pagination through themax_id
kwarg.
Release 1.3.0
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()
andmedia_info()
since IG no longer uses them. user_feed()
is now using the graphql endpoint and has compatibility-breaking changes. 9d7caef
- App API:
Release 1.2.8
Release 1.2.7
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