Releases: xp-forge/rest-client
Releases · xp-forge/rest-client
6.4.0: Compatibility
6.3.0: Upload headers & timeouts
6.2.0: RestResponse::ok()
6.1.1: Testing headers fix
- Fixed endpoint headers not correctly being passed to testing endpoints
(@thekid)
6.1.0: ZStandard
- Added compatibility with
xp-forge/compressionversion 2.0+, enabling
the ZStandard compression algorithm when thezstdextension is loaded.
See https://github.com/kjdev/php-ext-zstd
(@thekid)
6.0.0: PHP 7.4+
- Heads up: Dropped support for PHP < 7.4, see xp-framework/rfc#343
(@thekid) - Added PHP 8.5 to test matrix - @thekid
5.8.1: Compression logging fix
- Fixed logging output with compressed HTTP responses (@thekid)
5.8.0: URI library compatibility
- Made this library compatible with
xp-forge/uri, version 3.0+ (@thekid)
5.7.0: Marshalling
- Made marshalling member of
webservices.rest.Endpointpublic in order
to be able to register user type mappings, see xp-forge/marshalling#7
(@thekid) - Merged PR #34: Add
TestCall::content()which returns marshalled payload
(@thekid)
5.6.1: URL encoding fix
- Ensured URL segments are encoded correctly - @thekid