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

v2.0.15

Compare
Choose a tag to compare
@rijkvanzanten rijkvanzanten released this 22 Jan 19:42

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)