Releases: ayrat555/el_monitorro
Releases · ayrat555/el_monitorro
0.4.0
0.4.0
- Migrate from html2text to nanohtml2text (#189)
0.3.0
0.3.0 (2022-01-10)
- Change the primary key of feed_items from
(feed_id, title, link)
to (feed_id, content_hash)
- #183, #184, #185, #186
0.2.3
0.2.3 (2021-11-09)
- Bump deps (tokio, serde_json, feed-rs, diesel, isahc, frankenstein)
- Set retention mode for workers - RemoveAll
0.2.2
0.2.2 (2021-09-12)
- Add exponential backoff for failing feeds (#155)
- Add admin stats (/info) commands (#156, #157)
- Decrease docker image size (#c93b02233bff)
0.2.1
0.2.1 (2021-09-08)
- always update synced_at in feeds (#154)
0.2.0 (Angry Bull)
0.2.0 (2021-09-07)
Major performance improvements
- migrate all background processing to fang
- allow starting all services from the main binary with
ALL_BINARIES
env var
- maintain DB pool for processing user commands
- add optimizations for sync
- add optimizations for delivery
0.1.3
0.1.3 (2021-06-22)
Chores
- Migrate to the frankenstein telegram library (#100)
- Update deps (#101)
- Fix clippy warnings (#102)
0.1.2
0.1.2 (2021-04-19)
Enhancements
- Allow docker to run all commands at once (#99)