This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
Releases: directus/v8-archive
Releases · directus/v8-archive
v2.0.0-beta.4
Added
- User permissions endpoint
/permissions/me
and/permissions/me/:collection
(#266)
Changed
- Use status code 503 instead of 404 for API not installed (#261)
- Fix password reset request endpoint (#258)
- Fixed an error where unmanaged collections couldn't be managed again (#240)
- Fix CORS on non-configured APIs (#268)
- Fixed error where the revert endpoint would return the wrong item (#274)
- Don't save activity for directus_collection_presets (#271)
- Make /revert revert full item instead of delta (#275)
- Fix CORS on SSO and auth endpoints (#269, #270)
- Make /revert save to activity collection (#276)
v2.0.0-beta.3
v2.0.0-beta.2
This release brings bug fixes that improve the app.
v2.0.0-beta.1
Additions
- Add role permission default values (#204)
- Installation flow (#9)
- Add email endpoints (#65)
- Add error message for missing length field (#230)
- Add
managed
collection to directus_collections (#240)
Changes
- Fix issue where delta would save all fields (#221)
- Fix batch 1 item issue (#224)
- Fix patching items (#229)
- Fix creating items (#228)
- Fix returning arrays (#227)
- Rename allowed_statuses to status_blacklist (#226)
- Fix file upload in multipart/form-data (#237)
- Return unmanaged collections in /collections (#236)
- Fix m2m (#222)
- Allow patching to settings (#238)
- Fix /activity/comment (#233)
v7.0.0-alpha.9
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)
v2.0.0-alpha.8
Additions
- Added BATCH updating to /fields (#188)
- Allow multiple filesystem adapters (#170)
- Add support for rate limiting (#11)
- Add
managed
flag to collections/fields (#181) - Add regex field validation (#130)
- Add error for wrong field name (#169)
- Move from slim 2 to slim 3 hooks (#111)
- Add thumbnailer settings to directus_settings collection (#148)
- Add max_file_upload size to info endpoint (#47)
- Don't send exception on password reset token (#133)
- Added error for duplicate auto increment or primary key (#163)
Changes
- Fixed invalid JSON responses (#174)
- Don't allow system fields to be reverted (#178)
- Fixed issue where it wouldn't return data in the correct type (#186)
- Don't allow collections to be created without primary key (#172)
- Renamed
explain
tocomment
Misc.
v2.0.0-alpha.7
v2.0.0-alpha.6
Fixes
- Fixed a bug where authentication wouldn't work when having a public group (#166)
v2.0.0-alpha.5
Added
- Implemented new status mapping format (#122)
- Added error codes to the docs (#154)
- Added error messages for /activity/message (#149)
- Added support for
unique
next torequired
andhidden
- Added a demo webhook (#125)
- Added support for PATCH and DELETE in /activity/message (#153)
- Added support for password in basic auth (#131)
- Added email to password reset token (#144)
- Added error when wrong DB creds are used (#83)
- Added support for random sorting (#95)
- Added primary key flag on fields info (#159)
- Added support for using fields without having records in directus_fields (#60)
- Added endpoint to verify hashed values (#142)
- Added a function that creates a UUID (#160)
Changed
- Issue where tracking would save to revisions (#107)
- Renamed /activity/message to /activity/comment (#150)
- Fixed issue where /activity/message would create duplicate record in activity (#151)
- Fixed issue where revisions would always store primary key (#106)
- All system date times are now in UTC (#164)
- Rename system types (#162)