7.0.2
This is mostly a maintenance release fixing a number of bugs, but we also introduce support for the Iceshrimp fork of Misskey.
What's Changed
- Add support for Iceshrimp by @zotanmew in #88
- fix bug when failing to get user's posts by @YoannMa in #75
- remove redundant code for retrying on HTTP 429 by @ToadKing in #71
- examples/k8s-cronjob.yaml: fix job naming by @lhoBas in #80
- Build docker image for arm64 as well by @himynameisjonas in #90
- Update some actions to use Node 20, now that Node 16 is deprecated by @nanos in #94. Thanks @lnlyssg for your help!
New Contributors
- @YoannMa made their first contribution in #75
- @lhoBas made their first contribution in #80
- @zotanmew made their first contribution in #88
- @himynameisjonas made their first contribution in #90
Update instructions
If you are running from Git Hub Actions
- Update your fork
If you are running locally
- Update your code
- Update your requirements: pip install -r requirements.txt