Changelog
v6.0.0 - 2026-05-21
Release: https://github.com/subzeroid/aiograpi-rest/releases/tag/v6.0.0
Changed
- Upgraded the wrapped client to
aiograpi==1.0.9. - Updated the package version to
6.0.0. - Reworked account password and email flows for current aiograpi semantics:
POST /account/password/reset,POST /account/email/confirmation, andPOST /account/email/confirm. - Updated Reel upload with music to use aiograpi's current
clip_upload_with_musicmethod and expose the new optional upload fields.
Added
- Direct routes for request previews, channels, interop upgrade status, GenAI bot suggestions, and E2EE eligibility.
- Music routes for current catalog search, keyword search, trending music, top trends, Reels music browsing, audio bookmarking, and original-audio title availability.
- Media note routes:
POST /media/noteandDELETE /media/note.
Removed
- Removed the public
GET /hashtag/relatedroute because aiograpi 1.0.x no longer exposeshashtag_related_hashtags.
Verified
- Offline test gate:
270 passed, 6 deselected,100.00%coverage. - Live smoke gate:
/user/about, paginated reads, story upload/read/download cleanup, and media upload/edit/delete state checks passed on Python 3.13. - Release workflow verified PyPI, Docker Hub, GHCR, GitHub Release artifacts, and a smoke test of the published Docker image.