X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=4eb72c002cb128fb6539f43d47e7b36cc832cdfe;hb=96816ceaa25c21cec7677e75dcddd7ffb42d83c3;hp=0c5e43123059fa7cbeced825f09888a556f42db7;hpb=62bbba80f35a7628e501c1937aecf2644a0b049b;p=akkoma diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5e43123..4eb72c002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - AdminAPI: Add "godmode" while fetching user statuses (i.e. admin can see private statuses) - Improve digest email template – Pagination: (optional) return `total` alongside with `items` when paginating +- Replaced [pleroma_job_queue](https://git.pleroma.social/pleroma/pleroma_job_queue) and `Pleroma.Web.Federator.RetryQueue` with [Oban](https://github.com/sorentwo/oban) (see [`docs/config.md`](docs/config.md) on migrating customized worker / retry settings) +- Introduced [quantum](https://github.com/quantum-elixir/quantum-core) job scheduler ### Fixed - Following from Osada