Problem/Motivation

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.

Steps to reproduce

Proposed resolution

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.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

szeidler created an issue. See original summary.

szeidler’s picture

Status: Active » Fixed

There's a 2.0.x with those changes now.

  • szeidler committed fe56f661 on 2.0.x
    Issue #3394381 by szeidler: Remove remaining (un)use(d) statements
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.