Changelog: Add info and warning about object ap_ids.

This commit is contained in:
lain 2019-10-11 16:20:37 +02:00
parent 13265f1757
commit 0e4d3e7354
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Authentication: Added rate limit for password-authorized actions / login existence checks
### Changed
- **ATTENTION - LONG MIGRATION** Objects have an ap_id column now, extracted with a trigger.
- **Breaking:** Elixir >=1.8 is now required (was >= 1.7)
- **Breaking:** Admin API: Return link alongside with token on password reset
- 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)