Version 0.10.0
This version adds the HTTP Caching feature in the fetching process. I strongly recommend everyone upgrade their self-hosted instance. Though it basically makes no difference in the final result of fetching, It is a big difference for RSS feed host sites because it significantly reduces traffic usage. In some cases, this means reducing the CDN expenses of the source site.
New Features
- HTTP 1.1 Caching support 198dfb2
- configuration to enable got builtin cache
http_cache
. It is not recommend to enable because of #353
Fixes
refactor: use env-var to get cofnig 8024c6c
fix: rss pagination in non private chat 7e602b4
fix: datetime compare in SQLite