v4.9.0 (2025-09-03)
Bug Fixes:
- Fixed an issue where
method_existsfailed onnullobjects, which caused errors when extracting status codes. - Corrected parameter parsing: action JSON keys use
camelCase, but the parser did not account for this, leading to incorrect comparisons.
Enhancements:
- List object classes have been moved to separate files to align with
PSR-4directory standards. - Added
@throwsannotations in PHPDocs for all relevant exceptions. - Added unit tests form url for encoder.