Upgrade Notes
2.0.0
- [General] Added timezone indication for date and datetime fields in the GraphQL schema, including creation and modification date.
Therefore, the type of both date fields in the GraphQL schema have changed from
int
(timestamp) tostring
. - [Operator] Removed merge operator
- [Command] Removed RebuildDefinitionsCommand (
datahub:graphql:rebuild-definitions
), use RebuildWorkspacesCommand (datahub:graphql:rebuild-workspaces
) instead. - [Config] Removed DatahubConfigLocator class
- [Config] Removed support for legacy config file (
datahub-configurations.php
) - [Config] Removed
getConfigModificationDate
from config dao. - [Config] Removed sql query config field
- [QueryType]
args['path']
will no longer be supported, useargs['fullpath']
instead. - [DataType] Generated type names now include the type itself, see https://github.com/pimcore/data-hub/issues/879
1.8.0
- [General] Dropped support of
pimcore/pimcore
v10. Bumped minimum requirement ofpimcore/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 provideddatahub: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