Skip to content

v7.1.1

Compare
Choose a tag to compare
@nanos nanos released this 25 Jun 15:47
· 38 commits to main since this release

This release provides two new features which will make FediFetcher far more efficient and faster to run, and also benefit the Fediverse as a whole, as FediFetcher will be much friendlier to other instances.

It is therefore recommended to install this version of FediFetcher as soon as you can.

What's Changed

  • [7.1.0] Rate limit fetching of context by @nanos in #124
  • [7.1.0] Respect robots.txt by @nanos in #125
  • [7.1.0] Better User-Agent header
  • [7.1.1] User FediFetcher as User Agent to fetch the robots.txt by @nanos in #128
  • [7.1.1] Cache robots.txt for each run of the script, to reduce load on the server by @nanos in #129

Update instructions

If you are running from Git Hub Actions

  1. Update your fork

If you are running locally

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

Full Changelog: v7.1.0...v7.1.1