Skip to content

7.0.3

Compare
Choose a tag to compare
@nanos nanos released this 02 Feb 07:26
· 143 commits to main since this release
34d07a4

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

Update instructions

If you are running from Git Hub Actions

  1. Update your fork

If you are running locally

  1. Update your code
  2. Update your requirements: pip install -r requirements.txt