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.4
Changes
- 🚑 Fixed an issue where the app's static files wouldn't be returned in Apache
v2.0.3
Changed
- Fix IP whitelist restriction (#1042)
- Fix issue where /interfaces wouldn't return custom interfaces (#500)
- Fixed issue where you couldn't update an existing field (#524)
- Fixed issue where you couldn't upload multiple files with the same name (#499)
- Fix issue where users couldn't be found when sending email (#491)
- Fix sending mails (#502)
v2.0.2
Changes
- Fixed an issue where
/permissions/me
didn't return all rows (#497) - Fix formatting of datetime default values (#498)
- Fix error code of inactive user (#490)
- Fix requesting new passwords (#492)
- Can't modify already existing tables (#451)
- Fix problems when using the default mailer transport (#489)
- Fix wrong sort order in
/collections
(#480) - Don't save file data in activity (#493)
v2.0.1
Added
- Added dedicated user-roles interface
Changed
- Made user-roles interface the default for selecting user-roles on the user detail view
v2.0.0
This is the first official release of Directus API v2! This release is the result of countless hours spent by our Core developers and we're excited to finally share it with you. As with any ground-up software rebuild, there may initially be some issues. Please report any odd behavior so that we can more quickly improve stability. ✨ 🐰 ✨
Additions
- Add
fields
param on/users/me
(#289) - Add missing fields.validation data on directus_fields (#359)
- Add new
table.change
event (#381) - Add additional info to
/
(#279) - Add field CRUD hooks (#481)
Changes
v2.0.0-rc.5
Added
- Support
fields
parameter inPATCH
requests (#319) - Split directus types from mysql datatypes (#360, #70)
- Additional endpoint for directus_settings field info (#296)
- Filter out extensions starting with underscore
_
(#463) - Ping to telemetry server (#409)
Changed
- Fixed issue where sorting would fail (#419)
- Fix encrypted interface (#410)
- Fix file naming ID (#422)
- Updated the fields migrations seeder (#323)
- Fix filtering on empty string (#433)
- Rename filesystem -> storage (#446)
- Fix query param not working (#447)
- Fix system column order (#445)
- Fix file title's being named wrong (#456)
- Fix issue where the API would require length for non-length datatypes (#462)
- Change global settings value from VARCHAR to TEXT (#468)
- Ignore projects in public uploads (#421)
v2.0.0-rc.4
Added
Changed
v2.0.0-rc.3
Added
- Batch support to
/files
(#290) - Allow null and
_
as default env name (#343) - Use IP whitelist (#334)
- Set right default file naming options (#337)
Changed
- Rename date/user columns (#336)
- Create one instance for each middleware (#341)
- Fixed issue where wrong DB name would crash API (#346)
- Rename config
env
tomode
(#345) - Update the "env already exists" error (#342)
- Fix uploading files without an extension (#348)
- Add missing records to installer (#347)
- Fix the public role not working as expected (#411)
Removed
v2.0.0-rc.2
Added
- Docs note about HTTP Auth header (#330)
- Thumbnail endpoint (#326)
- Junction field column to directus_relations (#333)
Changed
- Fixed wrong status type during installation (#322)
- Fix tag interface not rendering tags (#328)
- Fixed an issue where dot notation in
m2m
fields didn't work (#306) - Move files into public folder prefixed by env by default (#325)
- Fixed an issue where sorting by a non-id field wouldn't return expected results (#320)
- Redesigned relations and structure
v2.0.0-rc.1
Added
lang
parameter (#135)- Add default directus_* permissions on user role creation (#234)
- Support ISO date input (#304)
Changed
- Use string based values for directus_users (#277)
- Use the same object for reading and writing files (#278)
- Fixed issue where updating fields would error out (#272)
- Changed default file naming to filename (#287)
- Fixed issue where a default token would be set (#297)
- Make activity action lowercase, remove type (#299)
- Fixed issue where nested O2M records wouldn't use correct types (#309)
- New collections are managed by default (#303)
- Fix issue where
mine
permissions doesn't work (#312) - Use types instead of interface names for system fields (#70)
- Update composer packages (#317)