Skip to content

Releases: amphp/file

0.2.1

23 Jun 22:52
edc6c09
Compare
Choose a tag to compare
  • Windows now uses BlockingDriver by default if EIO or UV is not available. Previously ParallelDriver was used, but amphp/parallel and amphp/process do not play nice on Windows (at least for now).

0.2.0

22 Jun 15:55
2ce32d5
Compare
Choose a tag to compare

Initial release on Amp v2.

0.1.3

01 Oct 17:46
Compare
Choose a tag to compare
EioDriver and UvDriver did not pass O_TRUNC in file\put

Also prepare tag 0.1.3

0.1.2

24 Mar 17:33
Compare
Choose a tag to compare
v0.1.2

Replace all RuntimeExceptions with FilesystemExceptions

0.1.1

08 Feb 01:04
Compare
Choose a tag to compare
Fix read lengths (bugfix in php-uv)

Also prepare tag 0.1.1

0.1.0

11 Sep 00:45
Compare
Choose a tag to compare
v0.1.0

Fix handle failures and always clear StatCache when necessary