|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## v6.0.0 - 2026-05-21 |
| 4 | + |
| 5 | +Release: <https://github.com/subzeroid/aiograpi-rest/releases/tag/v6.0.0> |
| 6 | + |
| 7 | +### Changed |
| 8 | + |
| 9 | +- Upgraded the wrapped client to `aiograpi==1.0.9`. |
| 10 | +- Updated the package version to `6.0.0`. |
| 11 | +- Reworked account password and email flows for current aiograpi semantics: |
| 12 | + `POST /account/password/reset`, `POST /account/email/confirmation`, and |
| 13 | + `POST /account/email/confirm`. |
| 14 | +- Updated Reel upload with music to use aiograpi's current |
| 15 | + `clip_upload_with_music` method and expose the new optional upload fields. |
| 16 | + |
| 17 | +### Added |
| 18 | + |
| 19 | +- Direct routes for request previews, channels, interop upgrade status, GenAI |
| 20 | + bot suggestions, and E2EE eligibility. |
| 21 | +- Music routes for current catalog search, keyword search, trending music, top |
| 22 | + trends, Reels music browsing, audio bookmarking, and original-audio title |
| 23 | + availability. |
| 24 | +- Media note routes: `POST /media/note` and `DELETE /media/note`. |
| 25 | + |
| 26 | +### Removed |
| 27 | + |
| 28 | +- Removed the public `GET /hashtag/related` route because aiograpi 1.0.x no |
| 29 | + longer exposes `hashtag_related_hashtags`. |
| 30 | + |
| 31 | +### Verified |
| 32 | + |
| 33 | +- Offline test gate: `270 passed, 6 deselected`, `100.00%` coverage. |
| 34 | +- Live smoke gate: `/user/about`, paginated reads, story upload/read/download |
| 35 | + cleanup, and media upload/edit/delete state checks passed on Python 3.13. |
| 36 | +- Release workflow verified PyPI, Docker Hub, GHCR, GitHub Release artifacts, |
| 37 | + and a smoke test of the published Docker image. |
0 commit comments