github directus/directus v8.8.0

latest releases: v10.11.0, v10.10.7, v10.10.6...
3 years ago

Changes

App

  • Ignore prereleases in requirements check
  • Fix date formatting in file interface in Safari
  • Fix activity tab crashing when user doesn't exist

https://github.com/directus/app/projects/73

API

  • ✨ Make SameSite and Secure cookie flags configurable

This allows you to run Directus without the HTTPS requirement and opt-in to the Secure flag in the cookie when using the cookie auth mode from JS cross-domain.

This can be configured by adding the following to your config file:

    'cookie' => [                  // Controls for the auth cookie mode
        'same_site' => 'None'      // Set the SameSite flag
        'secure' => true           // Add the Secure flag
    ],

https://github.com/directus/api/projects/66

Don't miss a new directus release

NewReleases is sending notifications on new releases.