Skip to content

v0.12.4

Choose a tag to compare

@dchuk dchuk released this 17 Mar 15:44
· 31 commits to main since this release
6d3da68

Fixed

  • ScrapeItemJob failing with "Locking a record with unpersisted changes" on Rails 8.1.2 — replaced assign_attributes with reload in scraping state machine
  • FetchFeedJob permanently failing on advisory lock contention — switched to exponential backoff with jitter and graceful discard on exhaustion
  • OPML import dismissal only hiding the latest notification — now dismisses all undismissed import histories for the user
  • Dashboard pagination not working — schedule group keys were silently dropped by overly restrictive param whitelist regex
  • Source filter dropdowns not auto-submitting — missing filter-submit Stimulus controller declaration on search forms (also fixed on logs index)