Skip to content

[Docs] Provide upgrade notes for PRs #984

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/01_Installation_and_Upgrade/01_Upgrade_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ Therefore, the type of both date fields in the GraphQL schema have changed from
- [Config] Removed sql query config field
- [QueryType] `args['path']` will no longer be supported, use `args['fullpath']` instead.
- [DataType] Generated type names now include the type itself, see https://github.com/pimcore/data-hub/issues/879

- [QueryType] Change type name for `table` definition, now the name also includes the type, see https://github.com/pimcore/data-hub/pull/883
- [DataType] Added numeric-prefix `col` for `table` columns to allow numbers as column names

## 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.
Expand Down