Skip to content

Releases: codemicro/walrss

v0.4.4

11 Feb 12:20
940680f
Compare
Choose a tag to compare

0.4.4 - 2025-02-11

Fixed

  • Flip inverted boolean check that filtered out unseen articles instead of seen articles

v0.4.3

11 Feb 01:00
6b54dfa
Compare
Choose a tag to compare

0.4.3 - 2025-02-11

Changed

  • When no feed items are stored in the database for a particular feed, fall back to using the old time-based detection method
  • Do not index feed items at addition time
  • Do not update feed item index when sending a test email to prevent items being missed from the main scheduled emails
  • Use batch inserts when importing from OPML

v0.4.2

09 Feb 23:59
30f4549
Compare
Choose a tag to compare

0.4.2 - 2025-02-09

Fixed

  • Prevent nil dereference when feeds without published dates are processed

v0.4.1

09 Feb 23:52
b647a12
Compare
Choose a tag to compare

0.4.1 - 2025-02-09

Changed

  • Feed fetching will reuse cached content within an hour of a previous fetch without checking for a HTTP 304 (Not Modified) from the remote resource
  • Detect new feed items by checking against a stored list of all known items for that feed

v0.4.0

09 Feb 01:32
816df8a
Compare
Choose a tag to compare

0.4.0 - 2025-02-09

Changed

  • Make including contact information in the user agent optional
  • Support selecting a TLS mode for email (STARTTLS, TLS or none)
  • Support not using a username/password for email authentication

v0.3.8

18 Jan 12:51
e70a4c4
Compare
Choose a tag to compare

0.3.8 - 2025-01-18

Fixed

  • Cached feed content and corresponding etags/last modified headers are now cleared when the URL of a feed entry is updated

v0.3.7

08 Apr 15:59
e9a3420
Compare
Choose a tag to compare

0.3.7 - 2023-04-08

Fixed

  • Remove potential race condition caused by using RLock instead of Lock

v0.3.6

25 Feb 13:00
f8e4745
Compare
Choose a tag to compare

0.3.6 - 2023-02-25

Changed

  • Updated Go build version

Fixed

  • Multiple security advisories

v0.3.5

19 Jan 18:16
1d63955
Compare
Choose a tag to compare

0.3.5 - 2022-01-19

Added

  • Added space for contact information to user agent

v0.3.4

19 Jan 17:45
71a6685
Compare
Choose a tag to compare

0.3.4 - 2022-01-19

Added

  • Support for ETag and Last-Modified headers in feed responses

Changed

  • Added version number to email footer