Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Drupal 11 compatibility, new drush command to export from module with references, bugfixes
Current and upcoming API changes
This releases introduces new methods on the ExporterInterface. This is still an alpha release and API changes are to be expected. ExporterInterface and ImporterInterface might also be entirely deprecated in the future.
Dependency on hal module is optional, Drupal 10 compatibility
IMPORTANT: To import old hal+json files, the hal module must be explicitly required by the module containing that default content. Alternatively and recommended, re-export the default content on an installed site first. Support for hal will be completely removed in a future version. See https://www.drupal.org/node/3296226 for more information.
This is the start of the new 2.x branch and has the following improvements over the 8.x-1.x version. This new version is however still experimental and might missing some 8.x-1.x features, specifically extensibility and integrations through hal+json normalizers.
Changes
Issue #2857589 by aaronbauman, MerryHamster: Remove the run-as option in drush commands
Issue #2827140 by Syndz, ao2: Simple refactoring of drush dcer
Issue #2684025 by xaiwant, andypost: Fix coding standards
Issue #2839660 by pifagor, andypost: Circular reference when installing with multiversion
Issue #2848425 by andypost, kalpaitch: Dependency to rest module
Issue #2625846 by aaronbauman, andypost: Run drush export commands as customized user