Releases: reactphp/stream
Releases · reactphp/stream
v0.4.2
- Added DuplexStreamInterface
- Stream sets stream resources to non-blocking
- Fixed potential race condition in pipe
v0.4.1
- Bug fix: v0.3.4 changes merged for v0.4.1
v0.3.4
- Bug fix: [Stream] Fixed 100% CPU spike from non-empty write buffer on closed stream
v0.4.0
- BC break: Bump minimum PHP version to PHP 5.4, remove 5.3 specific hacks
- BC break: Update to Evenement 2.0
- Dependency: Autoloading and filesystem structure now PSR-4 instead of PSR-0
v0.3.3
- Bug fix: [Stream] Correctly detect closed connections
v0.3.2
- Bug fix: [Stream] Make sure CompositeStream is closed properly
v0.3.1
- Bug fix: [Stream] Allow any
ReadableStreamInterface
on BufferedSink::createPromise()
v0.3.0
- Feature: [Stream] Factory method for BufferedSink
v0.2.5
- Feature: Make BufferedSink trigger progress events on the promise (@jsor)