Releases: xp-forge/rest-api
Releases · xp-forge/rest-api
5.1.0: Accepted
- Added
Response::accepted()
which sets the HTTP status code to 202, see
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/202
(@thekid)
5.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
4.4.0: XP 12 compatibility
- Made compatible with XP 12 - @thekid
4.3.0: Library compatibility
4.2.0: Parameter conversions & matrix parameters
4.1.0: Marshalling library compatibility
- Added compatibility with
xp-forge/marshalling
v2.0.0 - @thekid
4.0.1: Annotation arguments fix
- Fixed annotation argument not being taken into account - @thekid
4.0.0: Reflection migration
3.5.0: Async streaming
3.4.1: Default headers fix
- Ensured default headers are always set, not just when returning a
web.rest.Reponse
instance
(@thekid)