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.1.0
✨ Additions
- Add
from
setting to/mail
endpoint (#841) (Thanks @stefanvangastel!)
🚧 Fixes
- Fix issue in settings where the value would be served in a wrong type (#902)
- Fix support for custom primary key name in primary key lookup (#881) (Thanks @carlwhittick!)
- Fix issue where dot notation filter syntax wouldn't work for the public group (#863)
- Fix issue where the decimal range value will be changed when saving number (#853)
- Fix issue where searching a translated content item would throw an error (#879)
- Fix issue where duplicate keys would be generated if ID is changed through the DB (#914)
- Fix max_age setting for global
/
endpoint (#917) - Fix custom endpoint example (#762)
🕵 Misc.
- Add endpoint example accessing data (#84)
v2.0.23
✨ Additions
- Add
from
setting to/mail
endpoint (#841)
🚧 Fixes
- Fixed issue where JSON based settings interfaces would fail saving (#902)
- Fixed custom primary key field name checkup (#881) (Thanks @carlwhittick!)
- Fixed issue where the dotnotation filters would fail for the public role (#863)
- Fixed issue where the decimal field range would reset on type change (#853)
- Fixed issue where the CLI tool wouldn't create a user on install (#920)
- Fixed issue where searching translation fields would cause an error (#879)
- Fixed issue where the PK could be duplicated when the id has changed in the DB (#914)
v2.0.22
🚧 Fixes
- Fixed issue where the primary key was expected to be called
id
in certain relational cases (#881) (Thanks @carlwhittick!) - Updated the migrations to reflect various changes in the application
v2.0.21
🚧 Fixes
- Fixed item.remove action hook not returning the deleted data (#842)
- Fixed /users/me not returning data for non-admin users (#843)
- Fixed /projects failing for databases without a password (#847)
- Fixed API returning wrong casing for nested collection names (#833)
- Fixed issue in error uploading large (> 50MB) files (#750)
v2.0.20
Changed
- Increased allowed tags in emails (#832) (Thanks @stefanvangastel!)
- Fix issue where the
single
parameter wouldn't respectfalse
(#819) - Fix issue where collection_presets couldn't be updated when set to
mine
(#627) - Fix issue where arrays couldn't be written to settings (#720)
- Fixed issue where you couldn't update your user without opening up permissions (#723)
- Fixed issue where arabic characters wouldn't be shown in the api output (#825)
- Fixed issue where logo's wouldn't be uploaded to settings (#624) (Thanks @Lapsus!)
v2.0.19
v2.0.18
v2.0.17
v2.0.16
Changed
- Fixed issue where deeply nested values on
files
couldn't be queried efficiently (#729) - Fix issue where the API would return the wrong mime-type (#525)
- Fix issue where relationships wouldn't be removed when the field is deleted (#680)
- Fix issue where the API wouldn't return nested data on conflicting relation field names (#730)
- Fix issue where the authentication logs would be logged with a future date time (#483)
- Fixed issue where the API wouldn't ignore the
length
field on datatypes that don't support length (#727)
v2.0.15
Added
- Add
response
action type hook (#700) - Return public information on project root (#703)
- Add config option to use AWS roles in S3 adapter (#710)
- Don't allow users to create a
directus_
prefixed collection (#709) - Return list of users in the
/roles
endpoint (#641) - Save all user times / date times as-is (#536)
Changed
- Fix issue where API would return 500 on user update (#702)
- Prepend custom endpoint with
/
(#704) - Fix issues where collections couldn't be deleted if the primary key was of a string type (#705)
- Fix issue where the
translations
field would return string instead of JSON (#713) - Fix wrong max upload size issue (#708)
- Exclude deleted items from 'total_count' (#714)
- Fix issue where TEXT field creation could fail (#696)
- Fix issue where filter would work on non-readable collections (#667)