All Versions
159
Latest Version
Avg Release Cycle
8 days
Latest Release
1287 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v2.0.0-beta.3 Changes
August 23, 2020โ Added
- UnableToCheckFileExistence error introduced
- Mount manager is re-introduced
๐ Fixes
- ๐ Allow FTP filenames to contain special characters.
- Prevent resources of incorrect types to be passed.
๐ Improved
- 0๏ธโฃ [AWS] By default, make sure readStream resources are streamed over HTTP.
โ Added
- DirectoryAttributes now have a
lastModifiedaccessor.
-
v2.0.0-beta.2 Changes
August 08, 2020๐ Fixes
- ๐ Allow listing of top-level directory for AWS S3
- ๐ Ensure the adapters can use the correct beta release.
-
v2.0.0-beta.1 Changes
August 04, 2020๐ Changes
- Small code optimizations
- โ Add global options array to AwsS3V3Adapter like in V1
-
v2.0.0-alpha.4 Changes
July 26, 2020๐ Changes
- ๐ 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
๐ Fixes
- ๐ Allow creation of files with empty streams.
-
v2.0.0-alpha.3 Changes
March 21, 2020๐ Fixes
- ๐ฆ Corrected the required version for the sub-split packages.
-
v2.0.0-alpha.2 Changes
March 17, 2020๐ Changes
- The
League\Flysystem\FilesystemAdapter::listContentsmethod returns aniterableinstead of aGenerator. - The
League\Flysystem\DirectoryListingclass accepts aniterableinstead of aGenerator.
- The
-
v2.0.0-alpha.1 Changes
March 09, 2020- ๐ Initial 2.0.0 alpha release
-
v1.1.3 Changes
August 23, 2020๐ Fixes
- Prevent closed resources from being passed.
- ๐ Allow FTP to use paths with special characters: "[]{}*"
-
v1.1.2 Changes
August 18, 2020๐ Changes
- Always resolve mime-types
- Enable directory last_modified key for FTP unix listings
-
v1.1.1 Changes
August 12, 2020๐ Fixes
- ๐ Make sure MimeType::detectByFilename detection falls back to
text/plain, like before.
- ๐ Make sure MimeType::detectByFilename detection falls back to