Skip to content

Releases: xp-forge/rest-client

6.4.0: Compatibility

25 Apr 20:10

Choose a tag to compare

  • Made compatible with xp-framework/http version 11.0 - @thekid

6.3.0: Upload headers & timeouts

28 Mar 15:21

Choose a tag to compare

  • Merged PR #38: Add with($headers) and including($cookies) to RestUpload
    (@thekid)
  • Merged PR #37: Add RestUpload::waiting() to set connect and read timeouts
    (@thekid)

6.2.0: RestResponse::ok()

22 Feb 11:26

Choose a tag to compare

  • Merged PR #36: Add RestResponse::ok() which return a boolean stating
    whether the response was successful (status in the range 200-299) or not.
    (@thekid)

6.1.1: Testing headers fix

20 Aug 20:18

Choose a tag to compare

  • Fixed endpoint headers not correctly being passed to testing endpoints
    (@thekid)

6.1.0: ZStandard

15 Aug 19:37

Choose a tag to compare

6.0.0: PHP 7.4+

04 May 16:54

Choose a tag to compare

5.8.1: Compression logging fix

05 Apr 15:33

Choose a tag to compare

  • Fixed logging output with compressed HTTP responses (@thekid)

5.8.0: URI library compatibility

18 Jan 16:42

Choose a tag to compare

  • Made this library compatible with xp-forge/uri, version 3.0+ (@thekid)

5.7.0: Marshalling

01 Nov 14:17

Choose a tag to compare

  • Made marshalling member of webservices.rest.Endpoint public 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

05 Oct 13:40

Choose a tag to compare

  • Ensured URL segments are encoded correctly - @thekid