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

Changelog History
Page 6

  • v2.4.0 Changes

    January 04, 2022

    โž• Added

    • [SFTP V3] New adapter officially published
  • v2.3.2 Changes

    November 28, 2021

    ๐Ÿ›  Fixed

    • [FTP] Check for FTP\Connection object in addition to a resource for connectivity checks and connection handling.
    • โœ… [Local] Simplify writeStream, as a bonus, have an EXT_LOCK on it now by default.
  • v2.3.1 Changes

    September 22, 2021

    ๐Ÿ›  Fixed

    • [ZipArchive] copy stream, the ziparchive is closed after getting the stream
    • โšก๏ธ [Core] PHP 8.1 compatibility updates
    • ๐Ÿ“œ [LocalFilesystem] parse permissions during listing
    • [LocalFilesystem] clear realstatcache
    • โšก๏ธ [FTP] PHP 8.1 compatibility updates
    • โฌ†๏ธ [Core] Upgraded PHP-CS-Fixer
  • v2.3.0 Changes

    September 22, 2021

    โž• Added

    • [GoogleCloudStorage] Make it possible to set an empty prefix (#1358)
    • [GoogleCloudStorage] Added possibility not to set visibility (#1356)
  • v2.2.3 Changes

    August 18, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ป [Core] Corrected exception message for UnableToCopyFile.
  • v2.2.2 Changes

    August 18, 2021

    ๐Ÿ›  Fixed

    • [Core] Ensure the sorted directory listing can be iterated over (#1342).
  • v2.2.1 Changes

    August 17, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿšš [FTP] use original path when ensuring the parent directory exists during move operation.
    • [FTP] do not fail setting UTF-8 when the server is already on UTF-8.
  • v2.2.0 Changes

    July 20, 2021

    โž• Added

    • [Core] Added sortByPath on the directory listing to allows content listings to be sorted.
  • v2.1.1 Changes

    June 24, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ป [Core] Whitespace normalization now no longer strips funky whitespace but throws an exception.
  • v2.1.0 Changes

    May 25, 2021

    โž• Added

    • ๐Ÿ“‡ [Core] the DirectoryAttributes now have an extraMetadata like files do.

    ๐Ÿ›  Fixed

    • [AwsS3V3] Allow the ACL config option to take precedence over the visibility key.