Skip to content

Releases: Deer-Spangle/faexport

v2024.08.1

30 Aug 06:38
Compare
Choose a tag to compare

Fixed

  • Fixed submission page to correctly fetch author information after gofundme panel was added
  • Fixed FAAccountDisabledError detection, which had also broken due to the gofundme panel
  • Fixed note message parsing, which had broken due to a warning notice added into notes
  • Updated Makefile to use docker compose instead of docker-compose

v2024.03.4

19 Mar 21:12
Compare
Choose a tag to compare

Fixed

  • Fixed reading error responses from FA, including cloudflare responses. Hence fixing detection of error types

v2024.03.3

15 Mar 18:40
Compare
Choose a tag to compare

Changed

  • Attempt to fetch data from FurAffinity multiple times in case of intermittent network issues

v2024.03.2

12 Mar 00:17
Compare
Choose a tag to compare

Added

  • Handling "pending deletion" error page, as submission not found error, fa_not_found

v2024.03.1

02 Mar 00:48
Compare
Choose a tag to compare

Added

  • Added "gallery" key to submission endpoint, saying whether a submission is in gallery or scraps

v2023.09.1

08 Sep 19:34
Compare
Choose a tag to compare

Changed

  • Changed the histogram buckets for the faexport_rss_feed_item_count prometheus metric

v2023.08.1

24 Aug 08:07
Compare
Choose a tag to compare

Added

  • Now detecting cloudflare challenge pages and correctly detecting FA slowdown requests (previously handled as challenge pages)
  • Added "error_type" key to all error responses, for better fine-grained error handling

v2023.06.3

09 Jun 13:55
Compare
Choose a tag to compare

Fixed

  • Fixed metrics endpoint, after basic auth handling broke it

v2023.06.2

09 Jun 10:15
Compare
Choose a tag to compare

Fixed

  • Fixed the faexport_auth_method_total metric, to actually increment, and removing endpoint labels

v2023.06.1

09 Jun 08:51
Compare
Choose a tag to compare

Added

  • Added support for HTTP basic auth on authenticated endpoints, especially for RSS feeds
  • Added metric series faexport_auth_method_total to observe how often auth methods are used