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.14
Added
- Support multiple filters on the same field (#134)
- Add friendly error when there's no storage config (#448)
- Email validation for directus_users (#679)
- Support
now
in filter param for datetime fields (#313) - Validate the users invite endpoint data (#356)
- Add option to install the API without having to reinstall the database (#294)
- Add wildcards for string filters (#380)
- Add
app_url
value in database to fix wrong email footer links (#609) - Use last created record in relations instead of the first (#586)
- Add missing global settings (#676)
Changed
- Fix issue where uploading a file to collection with non-int primary key would fail (#671)
- Increase users.last_page length (#677)
- Fixed issue where the API wouldn't read the max upload size correctly (#668, #2271)
- Check for full permissions before building the query (#434)
- Update the schema migrations (#501)
- Fix issue where /users/me would return a 500 error when using the fields param (#672)
- Fixed issue where custom extension classes couldn't be resolved (#669)
- Fixed issue where the api wouldn't store ISO dates correctly (#563)
- Update the composer packages (#317)
- Change http status code for image too large error (#284)
- Fixed issue where fields=created_on could cause a server error (#685)
- Fix the http_auth header not being passed to the server (#351)
- Fixed default value for CLI user password (#639)
- Catch exception using null on a not-null column (#435)
- Ignore filters when fetching single item by ID (#413)
v2.0.13
🚑 We fixed the issue where the code interface wouldn't correctly save JSON options of other interfaces, interfering with the usability of the checkboxes
, radio-buttons
, and status
interfaces.
v2.0.12
v2.0.11
v2.0.10
v2.0.9
Changed
- Fixed issue where unique index keys would be recreated on change (#578)
- Use last created record in relations, instead of first (#586)
- Allow numbers in project names (#579)
- Move repositories to top of composer.json file (#583) (Thanks @AntiCZ!)
- Fix issue where passwords would be double hashed (#591)
- Fix email not working (#502)
- Remove function attributes from log files (#555)
v2.0.8
v2.0.7
Changed
- 🚑 fixed
.gitignore
to include changes in vendor dependencies
v2.0.6
Added
- Add a blacklist for the public route fields (#518)
Changed
- Make sure only authenticated users can send emails (#566)
- Fix issue where directus_roles wouldn't be accessible (#570)
- Fix size of directus collections column icon (#574)
- Fix the read permission on related collections with workflow (#556)
- Fix user password reset email (#502)
- Fix CLI user install (#568)
- Fix issue where creating an user with no status would cause a 500 error (#538)
- Fix issue where you couldn't delete a collection without a primary key (#575)
v2.0.5
Changed
- Fix current timestamp error (#531)
- Fix default null value in MariaDB (#535, #423)
- Fix non-admin default system permissions (#486)
- Fix error when sorting by relational field (#521)
- Fix call to undefined method datetime issue (#542)
- Fix iso8601 helper (#548)
- Fix cli error (#541)
- Fix created by query parameter issue (#546)
- Fix invalid son error with created on (#543)
- Fix issue where datetime created wouldn't pick current datetime (#551)