Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

v2.0.14

Compare
Choose a tag to compare
@rijkvanzanten rijkvanzanten released this 12 Jan 00:07

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)