1
0
Fork 0
mirror of synced 2024-06-11 23:34:45 +12:00

Update CHANGES.md

This commit is contained in:
Torsten Dittmann 2021-12-17 15:45:03 +01:00 committed by GitHub
parent 490a39993e
commit d1dd5ecf07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@
- Collection
- Document
- Wildcard permissions `*` are now `role:all`
- Collections can be enabled and disabled
- 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