Skip to content

Releases: nanos/FediFetcher

v7.1.14

05 Dec 08:19
Compare
Choose a tag to compare

What's Changed

  • print version number on startup by @nanos in #188
  • only update version tag if not already up to date by @nanos in #189

Full Changelog: v7.1.13...v7.1.14

Update instructions

For full instruction, please see the Updating FediFetcher documentation

v7.1.13

05 Dec 07:29
Compare
Choose a tag to compare

This is a minor update primarily to improve compatibility with GoToSocial, and make error messages easier to decipher for those who use FediFetcher with multiple Access Tokens.

Update instructions

For full instruction, please see the Updating FediFetcher documentation

What's Changed

  • Override the entrypoint so we can add a sleep delay before the next run. by @benyafai in #182
  • Fix k8s example by @itspluxstahre in #180
  • Include access token when fetching user followers/followings by @Sorixelle in #183
  • Bump dawidd6/action-download-artifact from 3 to 6 in /.github/workflows by @dependabot in #185
  • Identify a (masked) Access Token when an error occurs by @nanos in #187

New Contributors

Full Changelog: v7.1.12...v7.1.13

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