Skip to content

Releases: Deer-Spangle/faexport

v2025.12.1

12 Dec 01:17

Choose a tag to compare

Added

Fixed

  • Handle new account disabled message from FA
  • Handle "user not found" pages correctly now that FA returns 400 status rather than 200
  • Work around the bug where the first page of watchers/watchees returns a database error when page is actually set to 1 rather than left blank
  • Handle FA search now using GET params rather than POST data, and removes a couple of the weird unused but required parameters
  • Handle the fact that page numbers on FA search are no longer zero indexed, but 1 indexed

v2025.03.1

05 Mar 15:05

Choose a tag to compare

Fixed

  • Fixed parsing of display names in comments, profile pages, and watcher lists
  • Updated tests to accommodate post tags all being lowercase now
  • Fixed note endpoint, by only removing the warning if it exists

v2024.08.1

30 Aug 06:38

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

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

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

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

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

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

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

Choose a tag to compare

Fixed

  • Fixed metrics endpoint, after basic auth handling broke it