Skip to content

Releases: xp-forge/rest-client

5.6.0: XP 12 compatibility

24 Mar 13:23
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid

5.5.0: Marshalling library compatibility

24 Sep 17:06
Compare
Choose a tag to compare
  • Added compatibility with xp-forge/marshalling v2.0.0 - @thekid

5.4.0: JSON text mimetype

12 Jun 09:15
Compare
Choose a tag to compare

5.3.0: Resource URI

30 Sep 14:08
Compare
Choose a tag to compare

5.2.0: Testing API route segments

04 Sep 19:57
Compare
Choose a tag to compare
  • Merge PR #28: Support segments in TestEndpoint routes - @thekid

5.1.1: JSON subtypes fix

26 Aug 11:27
Compare
Choose a tag to compare
  • Fix issue #27: Cannot deserialize from application/rdap+json - @thekid

5.1.0: Timeouts

03 Jun 06:45
Compare
Choose a tag to compare
  • Merged PR #24: Add possibility to modify read and connect timeouts
    (@thekid)

5.0.2: Logging fix

30 Mar 14:43
Compare
Choose a tag to compare
  • Fixed exchanging log categories - @thekid

5.0.1: Missing port fix

09 Mar 08:04
Compare
Choose a tag to compare

5.0.0: Compression

26 Feb 10:44
Compare
Choose a tag to compare

This release brings compression handling to this library. Algorithms supported by the setup are transmitted with the Accept-Encoding header. Handling for compressed response data is determined by looking at the Content-Encoding header. Heads up: If you've been manually doing this before, read the "BC break and refactoring" section in #22.

  • Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid
  • Merged PR #22: Compression, implementing feature request #21. Adds a
    dependency on the new xp-forge/compression library.
    (@thekid)