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

Releases: directus/v8-archive

v2.0.4

27 Oct 15:56
Compare
Choose a tag to compare

Changes

  • 🚑 Fixed an issue where the app's static files wouldn't be returned in Apache

v2.0.3

26 Oct 21:42
Compare
Choose a tag to compare

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

20 Oct 02:05
Compare
Choose a tag to compare

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

13 Oct 19:12
Compare
Choose a tag to compare

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

12 Oct 21:44
Compare
Choose a tag to compare

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

  • Update hooks in configuration file (#479)
  • Update hook names (#478)
  • Fixed issue where posting to /fields didn't return the datatype key (#482)

v2.0.0-rc.5

05 Oct 22:04
Compare
Choose a tag to compare
v2.0.0-rc.5 Pre-release
Pre-release

Added

  • Support fields parameter in PATCH 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

23 Sep 16:01
Compare
Choose a tag to compare
v2.0.0-rc.4 Pre-release
Pre-release

Added

  • Support fields parameter in PATCH requests (#319)
  • /settings/fields endpoint (#296)

Changed

  • Split up database datatypes & directus datatypes (#360)
  • Fix an issue where sorting fields would yield unexpected results (#419)
  • Fix the encrypted interface hook (#410)
  • Rename file option (#422)
  • Updated the install blank boilerplate (#323)

v2.0.0-rc.3

10 Sep 22:51
Compare
Choose a tag to compare
v2.0.0-rc.3 Pre-release
Pre-release

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 to mode (#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

  • Remove directus_collections.preview_url (#338)
  • Remove default demo image from repo (#344)

v2.0.0-rc.2

22 Aug 22:08
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

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

13 Aug 20:54
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

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)

Removed

  • Remove preview_url column (#318)
  • Remove navigate column from directus_permissions (#298)