summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-03-10 03:24:40 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-03-10 03:24:40 +0000
commit7f413139fb2d4dc008ef351560bada800b4b26a0 (patch)
tree3b016343d91331a646503428f914b4849063bb17 /CHANGELOG.md
parent13aa98d6899ba1e4a37fa1fd3ddb1ac35ea6e136 (diff)
parent9876fa8e902e66a77193ebeef674a9f0e9f37657 (diff)
Merge branch 'openapi/admin/user' into 'develop'
Add OpenAPI spec for AdminAPI.UserController See merge request pleroma/pleroma!3355
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed08701fd..50484aaef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -73,6 +73,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<details>
<summary>API Changes</summary>
- Admin API: (`GET /api/pleroma/admin/users`) filter users by `unconfirmed` status and `actor_type`.
+- Admin API: OpenAPI spec for the user-related operations
- Pleroma API: `GET /api/v2/pleroma/chats` added. It is exactly like `GET /api/v1/pleroma/chats` except supports pagination.
- Pleroma API: Add `idempotency_key` to the chat message entity that can be used for optimistic message sending.
- Pleroma API: (`GET /api/v1/pleroma/federation_status`) Add a way to get a list of unreachable instances.