Skip to content

5.0.0: Compression

Compare
Choose a tag to compare
@thekid thekid released this 26 Feb 10:44
· 35 commits to master since this release

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)