Kamil Madejski
Kamil Madejski
| Question | Answer | ------------------ | ------------------ | **JIRA issue** | [EZP-30845](https://jira.ez.no/browse/EZP-30845) | **Bug/Improvement**| yes | **New feature** | no | **Target version** | `1.0` | **BC breaks** |...
| Question | Answer | ------------------ | ------------------ | **JIRA issue** | [EZP-30759](https://jira.ez.no/browse/EZP-30759) | **Bug**| yes | **New feature** | no | **Target version** | `1.5` and higher This PR...
| Question | Answer | ------------------ | ------------------ | **JIRA issue** | [IBX-1021](https://issues.ibexa.co/browse/IBX-1021) | **Bug/Improvement**| yes | **New feature** | no | **Target version** | `2.3` | **BC breaks** |...
When API throws an exception, there is an attempt to convert it to internal `Platformsh\Client\Exception\ApiResponseException`, unfortunately, its declaration is not compatible with Guzzles' one. Exception: ``` In ApiResponseException.php line 36:...
Currently, according to the [configuration](https://github.com/platformsh/platformsh-client-php/blob/2.x/composer.json#L8) composer installs the most recent release of Guzzle, precisely from `7.3` branch. P.sh PHP client won't work with this release due to the usage of...