Releases: bigcommerce/grphp
Releases · bigcommerce/grphp
v4.0.3
v4.0.2
Fix state carrying
In the previous release, we have removed pass-by-reference instances and stopped relying on mutating input data and instead just carried data as we call through the chain of interceptors. Unfortunately, we missed the innermost case of passing the values to the final callback, and thus any data modified by the interceptors got lost. This release fixes this issue.
v4.0.0
This release contains a few breaking changes, namely:
- Dropped support for PHP 7 as it reached its EOL in November 2022
- Changed a bunch of method signatures, added return type hints
- Eliminated method arguments that are taken by reference
3.5.2
3.5.1
3.5.0
3.4.0
3.3.0
- Add
getFullyQualifiedMethodName
andgetExpectedResponseMessageClass
to base Client Interceptor class - Drop PHP 7.3 support