Skip to content

Releases: xp-forge/rest-client

6.4.0: Compatibility

Choose a tag to compare

@thekid thekid released this 25 Apr 20:10
  • Made compatible with xp-framework/http version 11.0 - @thekid

6.3.0: Upload headers & timeouts

Choose a tag to compare

@thekid thekid released this 28 Mar 15:21
  • 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()

Choose a tag to compare

@thekid thekid released this 22 Feb 11:26
  • 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

Choose a tag to compare

@thekid thekid released this 20 Aug 20:18
  • Fixed endpoint headers not correctly being passed to testing endpoints
    (@thekid)

6.1.0: ZStandard

Choose a tag to compare

@thekid thekid released this 15 Aug 19:37

6.0.0: PHP 7.4+

Choose a tag to compare

@thekid thekid released this 04 May 16:54

5.8.1: Compression logging fix

Choose a tag to compare

@thekid thekid released this 05 Apr 15:33
  • Fixed logging output with compressed HTTP responses (@thekid)

5.8.0: URI library compatibility

Choose a tag to compare

@thekid thekid released this 18 Jan 16:42
  • Made this library compatible with xp-forge/uri, version 3.0+ (@thekid)

5.7.0: Marshalling

Choose a tag to compare

@thekid thekid released this 01 Nov 14:17
  • 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

Choose a tag to compare

@thekid thekid released this 05 Oct 13:40
  • Ensured URL segments are encoded correctly - @thekid