Skip to content

Releases: nanos/FediFetcher

v7.1.12

16 Sep 15:20
Compare
Choose a tag to compare

The headline new feature in v7.1.7 - 7.1.12 of FediFetcher is that we now support a custom instance blocklist. This is controlled through the instance-blocklist configuration option, which is an optional comma seperated list of instance domains that FediFetcher should never attempt to connect to.

Update instructions

For full instruction, please see the Updating FediFetcher documentation

Changelog

New Contributors

Full Changelog: v7.1.6...v7.1.12

v7.1.11

16 Sep 15:10
Compare
Choose a tag to compare

The headline new feature in v7.1.7 - 7.1.11 of FediFetcher is that we now support a custom instance blocklist. This is controlled through the instance-blocklist configuration option, which is an optional comma seperated list of instance domains that FediFetcher should never attempt to connect to.

Update instructions

For full instruction, please see the Updating FediFetcher documentation

Changelog

New Contributors

Full Changelog: v7.1.6...v7.1.11

v7.1.10

16 Sep 14:54
Compare
Choose a tag to compare

The headline new feature in v7.1.7 of FediFetcher is that we now support a custom instance blocklist. This is controlled through the instance-blocklist configuration option, which is an optional comma seperated list of instance domains that FediFetcher should never attempt to connect to.

Update instructions

For full instruction, please see the Updating FediFetcher documentation

Changelog

  • Add support for instance banlist by @bentasker in #161
  • Use xxHash to hash robots cache file names for improved performance by @nanos in #157
  • Update k8s example [#159] by @nanos in #162
  • Update version string on tagged releases by @nanos in #158

New Contributors

Full Changelog: v7.1.6...v7.1.9

v7.1.9

16 Sep 14:52
178f0c6
Compare
Choose a tag to compare

The headline new feature in v7.1.7 of FediFetcher is that we now support a custom instance blocklist. This is controlled through the instance-blocklist configuration option, which is an optional comma seperated list of instance domains that FediFetcher should never attempt to connect to.

Update instructions

For full instruction, please see the Updating FediFetcher documentation

Changelog

  • Add support for instance banlist by @bentasker in #161
  • Use xxHash to hash robots cache file names for improved performance by @nanos in #157
  • Update k8s example [#159] by @nanos in #162
  • Update version string on tagged releases by @nanos in #158

New Contributors

Full Changelog: v7.1.6...v7.1.9

v7.1.8

16 Sep 14:44
ca37031
Compare
Choose a tag to compare

The headline new feature in v7.1.7 and 7.1.8 of FediFetcher is that we now support a custom instance blocklist. This is controlled through the instance-blocklist configuration option, which is an optional comma seperated list of instance domains that FediFetcher should never attempt to connect to.

Update instructions

For full instruction, please see the Updating FediFetcher documentation

Changelog

New Contributors

Full Changelog: v7.1.6...v7.1.8

v7.1.7

03 Sep 07:06
e9dab18
Compare
Choose a tag to compare

The headline new feature in v7.1.7 of FediFetcher is that we now support a custom instance blocklist. This is controlled through the instance-blocklist configuration option, which is an optional comma seperated list of instance domains that FediFetcher should never attempt to connect to.

Update instructions

For full instruction, please see the Updating FediFetcher documentation

Changelog

  • Add support for instance banlist by @bentasker in #161
  • Use xxHash to hash robots cache file names for improved performance by @nanos in #157
  • Update k8s example [#159] by @nanos in #162
  • Update version string on tagged releases by @nanos in #158

New Contributors

Full Changelog: v7.1.6...v7.1.7

v7.1.6

09 Aug 12:11
8d5d971
Compare
Choose a tag to compare

FediFetcher now supports Iceshrimpt.NET, and can be configured via Environment variables.

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

Changelog

New

  • Mark Iceshrimp.NET as supporting mastodon by @nanos in #153
  • Get access token from environment variable by @arachnist in #154

Fixes

New Contributors

Full Changelog: v7.1.5...v7.1.6

v7.1.5

03 Jul 06:22
f5df342
Compare
Choose a tag to compare

FediFetcher now supports Peertube! Comments to Peertube videos will be pulled in by FediFetcher now. Unfortunately this is top-level comments only: We cannot fetch any reply threads. This is because of limitations with the Peertube API.

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

What's Changed

  • Peertube support by @nanos in #142
  • Fix KeyError in recently checked contexts

Full Changelog: v7.1.4...v7.1.5

v7.1.4

02 Jul 07:02
5f290b5
Compare
Choose a tag to compare

This release primarily adds the ability to backfill mentioned users in list timelines, in the same way as is already possible for the home timeline.

It additionally contains a few fixes and performance improvements.

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

What's Changed

Full Changelog: v7.1.3...v7.1.4

v7.1.3

28 Jun 07:55
Compare
Choose a tag to compare

This release adds the ability to fetch details from lists. If you wish to make use of this feature, please ensure you use an access token with read:lists scope.

This is configured using the following settings:

Option Notes
from-lists Set to 1 to fetch missing replies and/or backfill account from your lists. This is disabled by default. Requires an access token with read:lists scope.
max-list-length Determines how many posts we'll fetch replies for in each list. Default value: 100. This will be ignored, unless you also provide from-lists = 1. Set to 0 if you only want to backfill profiles in lists.
max-list-accounts Determines how many accounts we'll backfill for in each list. Default value: 10. This will be ignored, unless you also provide from-lists = 1. Set to 0 if you only want to fetch replies in lists.

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

What's Changed

  • [New] Support for fetching lists by @nanos in #133
  • [Fix] 7.1.2 Crashes due to an error in copy-pasted code #132

Full Changelog: v7.1.2...v7.1.3