Releases: Deer-Spangle/faexport
Releases · Deer-Spangle/faexport
v2024.08.1
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 ofdocker-compose
v2024.03.4
Fixed
- Fixed reading error responses from FA, including cloudflare responses. Hence fixing detection of error types
v2024.03.3
Changed
- Attempt to fetch data from FurAffinity multiple times in case of intermittent network issues
v2024.03.2
Added
- Handling "pending deletion" error page, as submission not found error,
fa_not_found
v2024.03.1
Added
- Added "gallery" key to submission endpoint, saying whether a submission is in gallery or scraps
v2023.09.1
Changed
- Changed the histogram buckets for the
faexport_rss_feed_item_count
prometheus metric
v2023.08.1
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
Fixed
- Fixed metrics endpoint, after basic auth handling broke it
v2023.06.2
Fixed
- Fixed the
faexport_auth_method_total
metric, to actually increment, and removing endpoint labels
v2023.06.1
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