Skip to content

v5.0.0-beta1

Choose a tag to compare

@github-actions github-actions released this 12 Jun 13:57
· 7 commits to main since this release

ibexa/graphql changes between v4.6.0 and v5.0.0-beta1

Improvements

  • IBX-8119: Upgraded minimum PHP version to 8.3
  • IBX-8121: Fixed code style for 5.0
  • IBX-8139: Dropped class_alias BC layer statements from all classes (#66)
  • IBX-8224: Dropped BackwardCompatibleCommand (#69)
  • IBX-8356: Reworked Ibexa\Core\MVC\Symfony\Security\Authentication\AuthenticatorInterface usages to comply with Symfony-based authentication (#67)
  • IBX-8534: Dropped ContentService::loadRelations usage (#72)
  • IBX-8536: Removed deprecations in graphql (#71)
  • IBX-8470: Upgraded codebase to Symfony 6 (#76)
  • IBX-9727: Added missing type hints (#80)
  • IBX-8471: Upgraded codebase to Symfony 7 (#79)
  • ENG-140: Added auto-assign reviewers GH workflow (#81)
  • IBX-9947: Rebranded field type identifiers (#87)

Bugs

  • IBX-7979: Fixed "field" occurrences being wrongly replaced (#59)
  • IBX-7979: Fixed "field" occurrences in fields' identifiers being wrongly replaced (#61)
  • IBX-8309: the order of str_replace execution has been changed to match what was before the changes (#65)
  • IBX-7603: Added missing subfield for ezurl (#73)
  • IBX-7603: Removed deprecated flag for URL field (#74)
  • IBX-9420: Updated the condition to handle cases where the field is not selected. (#77)