Skip to content

Releases: thephpleague/flysystem-bundle

3.3.5

30 May 20:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.3.4...3.3.5

3.3.4

22 May 12:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.3.3...3.3.4

3.3.3

21 Mar 08:39
Compare
Choose a tag to compare

What's Changed

  • google cloud adapter: allow to inject visibility handler by @syffer in #160

New Contributors

Full Changelog: 3.3.2...3.3.3

3.3.2

02 Dec 17:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.3.1...3.3.2

3.3.1

02 Nov 12:56
Compare
Choose a tag to compare

What's Changed

  • feat: add default value visibility for directories by @maxhelias in #156

Full Changelog: 3.3.0...3.3.1

3.3.0

31 Oct 15:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.3.0

3.2.0

21 Aug 15:31
c056bef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

04 Jan 08:23
4b6e809
Compare
Choose a tag to compare
  • Allow to configure public/temporary url generation (#123)
  • Add CI for Symfony 6.2 (#124)

3.0.0

12 Sep 08:10
Compare
Choose a tag to compare

This release drops support for End-Of-Life versions of PHP, Symfony and Flysystem. No other backward incompatible changes have been introduced.

  • Dropped support for PHP 7.x ;
  • Dropped support for Symfony 4.2 to 5.3 ;
  • Dropped support of Flysystem 2.x ;
  • Added support for Azure Blob Storage (league/flysystem-azure-blob-storage ^3.1) ;

Thanks @nspyke for the PR (#115) !

2.4.0

12 Sep 07:42
52fa43d
Compare
Choose a tag to compare
  • Add missing options passphrase and hostFingerprint in the SFTP adapter (#109) ;
  • Prevent infinite recursion when using the lazy storage (#108) ;
  • Add support for lazy_root_creation option (#107) ;
  • Add support for directory_visibility option (#100) ;
  • Fix octal representation in documentation (#99) ;