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

Changelog History
Page 4

  • v3.0.13 Changes

    April 02, 2022

    ๐Ÿ›  Fixed

    • [AWS S3 V3] Do not return top-level directory when listing that same directory
  • v3.0.12 Changes

    March 12, 2022

    ๐Ÿ›  Fixed

    • [SFTP V3] Fix issue where listing is false.
    • ๐Ÿ’„ [Async AWS S3] Cosmetic fix for directory prefixing.
  • v3.0.11 Changes

    March 04, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ”ง [AWS S3] Use globally configured options.
  • v3.0.10 Changes

    February 26, 2022

    ๐Ÿ›  Fixed

    • [AWS S3] fix detecting directories that only contain other directories but no files.
    • [AWS S3] when checking for directory existence, limit the result set (perf)
    • ๐Ÿ‘ป [AWS S3] throw interface exception when failing to delete directory
    • [Async AWS S3] when checking for directory existence, limit the result set (perf)
  • v3.0.9 Changes

    February 22, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ [AWS S3] support setting an ACL as a direct option instead of using visibility.
  • v3.0.8 Changes

    February 16, 2022

    ๐Ÿ›  Fixed

    • [AWS S3] Set ContentType when mime-type config option is set during writes, like in v1.
  • v3.0.7 Changes

    February 14, 2022

    ๐Ÿ›  Fixed

    • [WebDAV] added missing composer.json for sub-split
  • v3.0.6 Changes

    February 14, 2022

    โž• Added

    • [WebDAV] new adapter added

    ๐Ÿ›  Fixed

    • [Core] Trim slashed uniformly in the attribute classes.
    • [Core] Uniformly use directory_visibility over visibility for directory usage.
    • โœ… [FTP] export-ignore the test case.
  • v3.0.5 Changes

    February 12, 2022

    โž• Added

    • [AzureBlobStorage] New adapter added

    ๐Ÿ›  Fixed

    • ๐Ÿ“‡ [AsyncAwsS3] Make EXTRA_METADATA_FIELDS protected to prevent error when extending the class
  • v3.0.4 Changes

    February 10, 2022

    ๐Ÿ›  Fixed

    • 0๏ธโƒฃ [FTP] Do not require setting of the root directory, use '' by default.