Skip to content

v0.14.5

Choose a tag to compare

@github-actions github-actions released this 04 Jun 22:29
· 12 commits to main since this release
ad5f2a8

Fixed

  • Bluesky connection: _set_min_id_from_user_feed no longer wipes the existing min_id when the author-feed fetch fails or the feed contains only reposts, to reduce possibility of duplicating posts on the next fetch attempt.

Changed

  • Bluesky connection: downgrade the "failed to fetch author feed after N attempts" log from error to warning, since the failure is transient and recovered automatically on the next polling cycle.
  • Unit tests reordering.
  • Minor dependency updates.