Closed (fixed)
Project:
Wodby
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2023 at 15:49 UTC
Updated:
30 Oct 2023 at 16:09 UTC
Jump to comment: Most recent
The current 8.x-1.x version claims to be Drupal 10 compatible, but when looking into the details it is not. The reason is, that Drupal 10 ships with Guzzle 7, whereas the wodby/wodby-sdk-php library is based on Guzzle 6.
There is a issue over there, but from what it appears, because of multiple dependencies, we will not see a cross-compatibility with Guzzle 7 anytime soon.
Because of the broken dependencies, I propose to replace the wodby-sdk-php, even though it is a nice helper, with direct Guzzle requests towards the Drupal API.
It will result in breaking changes on the WodbyClientServiceInterface and should therefore result in a 2.0.x branch.
Comments
Comment #2
szeidler commentedThere's a 2.0.x with those changes now.