Skip to content

Releases: thephpleague/flysystem

3.16.0

Choose a tag to compare

@frankdejonge frankdejonge released this 07 Sep 19:25
4fdf372

What's Changed

Other Changes

New Contributors

Full Changelog: 3.15.1...3.16.0

3.0.0

Choose a tag to compare

@frankdejonge frankdejonge released this 14 Jan 08:28

What's Changed

  • [NEW] FilesystemAdapter::directoryExists to check for directory existence
  • [NEW] FilesystemReader::directoryExists to check for directory existence
  • [NEW] FilesystemAdapter::has to check for file or directory existence
  • [NEW] FilesystemReader::has to check for file or directory existence
  • PHP minimum version is upgraded to 8.0.2

Full Changelog: 2.4.0...3.0.0

Blog post: https://blog.frankdejonge.nl/flysystem-3-0-0-is-released/

2.0.4

Choose a tag to compare

@frankdejonge frankdejonge released this 05 Apr 15:37
Added changelog for 2.0.4

1.0.62

Choose a tag to compare

@frankdejonge frankdejonge released this 29 Dec 14:57

When resources are not actually file pointers, but fopen results from URL, the fstat call fails. This resulted in an error in PHP 7.4 because it's more strict about variable handling. This affected the Util::getStreamSize utility method.

0.3.0 minor release

Choose a tag to compare

@frankdejonge frankdejonge released this 23 Mar 14:14

A new minor version for Flysystem has been released due to a (very minor) backwards incompatibility for custom adapters.

The adapter now accepts visibility and config settings for the put and update methods. This added a new parameter to those functions which breaks the public interface. All user-land code will be backwards compatible, this change only affects custom adapters.

Release 0.2.14

Choose a tag to compare

@frankdejonge frankdejonge released this 09 Mar 09:47
  • Cache Adapter addad: Adapter: It's now possible to use a filesystem adapter as a cache storage.
  • Noop cache fixes: Noop now handles directory listings better and respects the recursive setting.

Bugfix release 0.2.13

Choose a tag to compare

@frankdejonge frankdejonge released this 04 Mar 18:09
  • The AWS S3 Adapter now uses a prefix when listing object resulting in much better performance.
  • The Rackspace Adapter now handles non-existing files.

0.2.12

Choose a tag to compare

@frankdejonge frankdejonge released this 16 Feb 11:39
[Dropbox] When a path is empty, ensure a leading slash.

Bugfix release 0.2.8

Choose a tag to compare

@frankdejonge frankdejonge released this 10 Feb 12:08
Fixes #73: Throw a RuntimeException when rawlist fails, this should b…

PSR-4 Switch

Choose a tag to compare

@frankdejonge frankdejonge released this 01 Feb 18:55
0.2.4

Switches to PSR-4 autoloading