From 490a39993e41206e40b4daf2d67fd1f39c55e80c Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 17 Dec 2021 15:44:22 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 4bc7ca5896..574ffbfcb2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,6 +19,7 @@ - Document - Wildcard permissions `*` are now `role:all` - Permissions are now found as top-level keys `$read` and `$write` instead of nested under `$permissions` +- Accessing collections with insufficient permissions now return a `401` isntead of `404` status code - Added Cursor pagination to all endpoints that provide pagination by offset - Added new Usage worker to aggregate usage statistics - Added new Database worker to handle heavy database tasks in the background