All Versions
11
Latest Version
Avg Release Cycle
84 days
Latest Release
1373 days ago

Changelog History
Page 1

  • v1.8.0 Changes

    July 23, 2020
    • ➕ Added custom delimiter support to LineReader (#77)
    • ➕ Added base64 streams (#73)
    • Increased minimum PHP version to PHP 7.1
  • v1.7.3 Changes

    April 04, 2020
    • ➕ Add psalm annotations for static analysis
  • v1.7.2 Changes

    January 29, 2020
    • ⚡️ Updated ResourceOutputStream to be compatible with changes made to EAGAIN and EPIPE error handling in PHP 7.4 (#70, #71)
  • v1.7.1 Changes

    October 28, 2019
    • 🛠 Fixed ResourceInputStream not properly nulling the resource on close (#67, #68)
  • v1.7.0 Changes

    October 07, 2019
    • ➕ Added LineReader (#64)
    • ➕ Added line delimited JSON parser (#65)
    • ➕ Added InputStreamChain (#66)
  • v1.6.1 Changes

    July 26, 2019
    • 🛠 Fixed ResourceOutputStream::write() or ResourceOutputStream::end() when writing to a peer closed stream throwing from the method call instead of failing the returned promise.
  • v1.6.0 Changes

    June 03, 2019
    • ➕ Added setChunkSize() to ResourceInputStream and ResourceOutputStream (#50)
    • ➕ Added getInputBufferStream() and getOutputBufferStream() (#61)
    • 🛠 Fixed closed detection for ResourceOutputStream, allowing usage with systemd (#58)
  • v1.5.1 Changes

    December 27, 2018
    • 🛠 Fixed broken symlink in release tars.
  • v1.5.0 Changes

    October 22, 2018
    • ➕ Added functions getStdin(), getStdout(), and getStderr() which each return a single instance of ResourceInputStream or ResourceOutputStream associated with the currently active event loop for the standard streams. (#44)
    • 🛠 Fixed a performance issue when writing large chunks to a ResourceOutputStream. (#41, #42)
  • v1.4.0 Changes

    October 03, 2018
    • ➕ Added Amp\ByteStream\buffer()