All Versions
159
Latest Version
Avg Release Cycle
8 days
Latest Release
1287 days ago

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 lastModified accessor.
  • 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::listContents method returns an iterable instead of a Generator.
    • The League\Flysystem\DirectoryListing class accepts an iterable instead of a Generator.
  • 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.