- string type added to all visibility input
- Google Cloud Storage adapter.
- UnableToCheckFileExistence error introduced
- Mount manager is re-introduced
- Allow FTP filenames to contain special characters.
- Prevent resources of incorrect types to be passed.
- [AWS] By default, make sure readStream resources are streamed over HTTP.
- DirectoryAttributes now have a
lastModified
accessor.
- Allow listing of top-level directory for AWS S3
- Ensure the adapters can use the correct beta release.
- Small code optimizations
- Add global options array to AwsS3V3Adapter like in V1
- Renamed AwsS3V3Filesystem to AwsS3V3Adapter (in line with other adapter names).
- Renamed the PHPSecLibV2 package to PhpseclibV2, Renamed the FTP package to Ftp.
- Public key and ss-agent authentication support for Sftp
- Allow creation of files with empty streams.
- Corrected the required version for the sub-split packages.
- The
League\Flysystem\FilesystemAdapter::listContents
method returns aniterable
instead of aGenerator
. - The
League\Flysystem\DirectoryListing
class accepts aniterable
instead of aGenerator
.
- Initial 2.0.0 alpha release