This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
v7.0.0-alpha.9
Pre-release
Pre-release
Additions
- Add bad request error for invalid payloads (#197)
- Add no-config warnings (#192)
- Allow auto-pruning of logs (#16)
- Show environment reference in log (#198)
- Return default_value in
fields
endpoint (#199) - Allow for sorting where NULL gets put last (#182)
/fields
endpoint (#205)- Support batch update on
permissions
(#206) - Require primary key field on create of new collection (#175)
- Only allow admin users to make user admin (#217)
- Default new integer fields to unsigned (#215)
Changes
- Move function helper to Directus namespace (#66)
- Update certain 400 errors to 422 (#136)
- Fix wrong HTTP status code for collections error (#193)
- Split log files into days (#16)
- Use UUID for SCIM external IDs (#202)
- Fix issue where auto_increment got removed on field update (#208)
- Separate update and create methods (#51)
- Rename field option
unsigned
tosigned
(#216)
Deletions
- Removed invitation field from user record (#201)