Skip to main content
Version: 2024.3

Upgrade Notes

1.8.0

  • [General] Dropped support of pimcore/pimcore v10. Bumped minimum requirement of pimcore/pimcore to ^11.2
  • [General] Replaced Request::get() with explicit input sources.
  • [Schema Definition] Added a button to add all definitions except system columns, along with multi drag-and-drop functionality using CTRL+ click to select and drag multiple fields to the configuration.
  • [Schema Definition] A category selector with CTRL + click functionality was added, and the issue with deleting the entire configuration has been resolved.

1.7.0

  • [GraphQL] Deprecated SQL Condition.
  • [GraphQL] Added the possibility to disable deprecated SQL Condition.

1.6.0

  • [General] If you want to use Datahub 1.6 and Pimcore 11, please make sure to require the pimcore/admin-ui-classic-bundle.
  • [Config Location] Change default directory for configurations to var/config/data_hub
  • When using Pimcore 11, configurations from datahub-configurations.php are no longer used. To migrate those configurations to the settings store, use the provided datahub:configuration:migrate-legacy-config command.
  • Added the ability to import and export each type of Datahub configuration. Be sure to include the supported_types configuration in any custom implementation to use the import functionality!
  • Added possibility to disable the introspection for GraphQL via configuration tree.

1.5.0

  • When "Skip Permission Check" is active in a GraphQL configuration, the "Workspaces" settings are also skipped
  • It is possible to add more than one API key per configuration now. Therefore, the API keys get stored as an array in the configuration. Configurations from previous versions are still supported, but they get converted to the new format as soon as they get saved.
  • Added "Translation Listing" and "Translation" to the Generic Types