Releases: loopwerk/django-rss-filter
0.11.0
0.10.1
Fixes
Only clear the cache when the feed url or filters have changed
0.10.0
0.9.0
Features
Stronger typing for utils.validate_feed
Breaking changes
The return value of utils.validate_feed
got changed
0.8.0
Features
utils.validate_feed
now returns the feed on success
0.7.0
Fixes
Fetch content using httpx rather than having feedparser do this, since we can't set a timeout with feedparser. This also uses a consistent user agent header when validating versus fetching the feed.
Breaking changes
The return value of utils.validate_feed
got changed from bool
to tuple[bool, str]
.
0.6.0
Fixes
Use follow_redirects when fetching the feed
0.5.0
Fixes
Deal with missing version property when the feed can't be loaded at all
0.4.0
Fixes
Deal with feeds that don't have the updated
property
0.3.0
Features
Improved the Django Admin with filters and a date_hierarchy.
Fixes
Fix the validate_feed function, because until now it thought HTML pages were valid as well.