Skip to content

Releases: ayrat555/el_monitorro

0.4.0

23 Jan 07:00
046d455
Compare
Choose a tag to compare

0.4.0

  • Migrate from html2text to nanohtml2text (#189)

0.3.0

22 Jan 16:08
94d864e
Compare
Choose a tag to compare

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.6

03 Jan 15:58
ddc7ecd
Compare
Choose a tag to compare

0.2.6 (2022-01-03)

  • Update Frankenstein

0.2.5

31 Dec 08:12
eeded8b
Compare
Choose a tag to compare

0.2.5 (2021-12-31)

0.2.3

20 Nov 17:11
86dfa92
Compare
Choose a tag to compare

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

12 Sep 12:35
34de587
Compare
Choose a tag to compare

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

08 Sep 14:18
decd953
Compare
Choose a tag to compare

0.2.1 (2021-09-08)

  • always update synced_at in feeds (#154)

0.2.0 (Angry Bull)

07 Sep 18:28
b84b63f
Compare
Choose a tag to compare

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

22 Jun 05:53
6106bcc
Compare
Choose a tag to compare

0.1.3 (2021-06-22)

Chores

  • Migrate to the frankenstein telegram library (#100)
  • Update deps (#101)
  • Fix clippy warnings (#102)

0.1.2

19 Apr 07:59
6a32ce9
Compare
Choose a tag to compare

0.1.2 (2021-04-19)

Enhancements

  • Allow docker to run all commands at once (#99)