Releases: zepgram/module-rest
Releases · zepgram/module-rest
Version 1.0.3
Allow installation of Guzzle 7.0
Version 1.1.1
- scope error http >200 & <500 error code exception to be external (instead of internal, which is wrong)
Version 1.0.2
- scope error http >200 & <500 error code exception to be external (instead of internal, which is wrong)
Version 1.1.0
- Adaptation for magento 2.4.4 and php8.1
- Make a breaking change by renaming constant "CONTENT_JSON" to "CONTENT_TYPE" to allow override with constant directly in RequestAdapters
- Adding event _send_before and _send_after with $rawData and $result respectively
Version 1.0.1
- Create proxy of ApiPool in ApiFactory to allow usage of ApiFactory in RequestAdapter
- Update documentation
Version 1.0.0
- Fix registry system
- Split ApiRequest into ApiPool and ApiProvider
- Adapt usage for virtual class by using ApiProvider instead of ApiRequest
- Handle ApiPool and use the
service_name
parameter
Version 0.0.2
Fix strict type return for Parameters class which was incompatible for PHP < 7.4
Version 0.0.1
Full Changelog: https://github.com/zepgram/module-rest/commits/v0.0.1