Directus v9.0.0-rc.70 Release Notes

Release Date: 2021-06-01 // almost 3 years ago
  • :sparkles: New Features

    • API
      • #5615 added support for mirroring foreign key constraints with the database (@rijkvanzanten)
      • #5795 added support for new environment variables that allow you to control maximum asset generation parameters (@rijkvanzanten)
      • #5855 added support for deep filtering on many-to-any items (@rijkvanzanten)

    :rocket: Improvements

    🛠 :bug: Bug Fixes

    • API
      • #5763 fixed an issue that could cause updates on o2m items to fail (@MiniDigger)
      • #5806 fixed an issue that could cause _or filters to shortcircuit (@rijkvanzanten)
      • 95307ce fixed an issue that would prevent nested one to many item updates to store the correct parent revision (@rijkvanzanten)
    • App
      • #5810 fixed custom fields on system collections not aligning to the configured sort order (@rijkvanzanten5810)
      • 158316f fixed a small issue that would prevent the advanced filter field selection from allowing multiple nested fields from being opened (@rijkvanzanten)
      • 246c552 fixed an issue that would require non-null fields to be submitted in every GraphQL mutation (@rijkvanzanten)
      • 5506214 fixed fallback interface for boolean type fields (@rijkvanzanten)
      • b782eba fixed an issue that would make custom field translations disappear when reordering the fields in settings (@rijkvanzanten)
      • bd6cab8 fixed an issue that would cause the relational setup to auto generate an invalid name when making a recursive many-to-many field (@rijkvanzanten)
      • 8590eec fix collection search when using custom nav override structure (@Oreilles)
      • dee8160 fixed an issue where dragging an event in the calendar layout could save with the wrong timezone when using a datetime field (@rijkvanzanten)
      • 374e6e5 don't let v-error messages overflow the bounding box of the dialog (@rijkvanzanten)
      • 2660c39 fixed an issue that would prevent the user from continuing in field setup when using an existing junction table for a many-to-many relationship (@rijkvanzanten)
      • de0b962 fixed the highlight color of a selected folder in the move-folder dialog (@rijkvanzanten)
    • drive-azure
      • #5788 fixed an issue that would cause file reads from S3/Azure to be double-prefixed with the storage root option (@aidenfoxx)
    • drive-s3
      • #5788 fixed an issue that would cause file reads from S3/Azure to be double-prefixed with the storage root option (@aidenfoxx)
      • eb68195 fixed an issue that would cause issues when leaving ACL empty (@rijkvanzanten)
      • 925c3fa fixed an issue that would prevent Range header requests from sending the correct chunk of data (@rijkvanzanten)
    • gatsby-source-directus
    • schema

    📚 :memo: Documentation

    • ➕ added additional information on sort setup\ (@benhaynes)
    • ✏️ #5750 fixed a couple typos in email-templates (@larssobota)
    • 477c36d made sure that the latest version of the Docker image is used when copy pasting the docker-compose example (@rijkvanzanten)
    • c0182d7 improved the issue template for new issues on GitHub (@benhaynes)
    • 5f4a24d added a note on sending relational data to the Data Access page (@moekify)
    • 🛠 7f5e59b fixed the links to the API reference in the environment variable overview (@cosminepureanu)
    • 🚚 56ad3c0 remove Patreon in favor of GitHub Sponsors (@benhaynes)