Releases: Davincible/goinsta
Releases · Davincible/goinsta
v3.2.6
What's Changed
- Add media play count in feed item by @akshedu in #37
- Fixed collection retrieval by @ccarstens in #35
- changed json of FbIdV2 by @sandheepp in #43
New Contributors
- @akshedu made their first contribution in #37
- @ccarstens made their first contribution in #35
- @sandheepp made their first contribution in #43
Full Changelog: v3.2.5...v3.2.6
v3.2.0
Release notes:
- Upgrade to v250.0.0.21.109
- IGTV upload deprecated. Instagram moved all video uploads, IGTV and posts, to 'clips' (Reels).
- Fix Logout
- Fix some race conditions
- Add session to config export
v3.1.3
Create v3.1.3
v3.0.5
New Functionality:
- receiving voice memo's, stickers, and raven_media
- Accept or ignore pending friend requests on private accounts (example)
- Auto accept privacy cookies through a headless browser
- Auto open challenges in browser
- 2FA has been made easier to use (see wiki for example)
- Turn on debug mode to log all responses as json with the env variable
GOINSTA_DEBUG
, e.g.GOINSTA_DEBUG=true go run main.go
- Probably some more stuff
v3.0.4
Download & DownloadTo
The Download
method now returns a byte slice, where as DownloadTo(path)
will download and save to disk.
Add profile pic download methods
user.DownloadProfilePic()
& user.DownloadProfilePicTo(path)
Fix DM media items not showing up
Broadcasts:
DashPlaybackUrl > DashPlaybackURL
DashAbrPlaybackUrl > DashAbrPlaybackURL
Add UserPaySupportersInfo
BroadcastLikes small changes (see commit for details)
Item.ID type string > type interface{}, use item.GetID() to get string
Comment struct:
ID type int64 > type interface{}
Type type int > type interface{}
v3.0.3
Add debug options & fix inbox last permanent item
v3.0.2
Use goroutines for long sequences
v3.0.1
Bug fixed & thread safety. Couple new endpoints
v3.0.0
Aka v2021. All endpoints have been updated, and tests have been added.