Releases: thephpleague/flysystem
Releases · thephpleague/flysystem
3.16.0
What's Changed
Other Changes
- Document ziparchive adapter by @ajgarlag in #1665
- added uploadcare package as third party adapter by @markvaneijk in #1667
- Update set-subsplit-default-branch.yml replacing checkout@v2 for checkout@v3 by @DannyvdSluijs in #1671
- Fix PathPrefixedAdapter checksum by @smnandre in #1687
- [AsyncAwsS3] adapt options for a temporary url same as in the AwsS3V3Adapter by @smoench in #1683
- Fix ZipArchiveAdapter not overwriting on move by @kynx in #1685
- Add docker files to .gitattributes by @VincentLanglet in #1688
- Add phpunit v10.x support by @remi-san in #1692
- Adding licenses to splits by @PhilinTv in #1695
- [WebDAV] Fix getting individual file attributes by @ro0NL in #1700
New Contributors
- @markvaneijk made their first contribution in #1667
- @smnandre made their first contribution in #1687
- @smoench made their first contribution in #1683
- @kynx made their first contribution in #1685
- @VincentLanglet made their first contribution in #1688
- @remi-san made their first contribution in #1692
- @PhilinTv made their first contribution in #1695
- @ro0NL made their first contribution in #1700
Full Changelog: 3.15.1...3.16.0
3.0.0
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
Added changelog for 2.0.4
1.0.62
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
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
- 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
- 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
[Dropbox] When a path is empty, ensure a leading slash.
Bugfix release 0.2.8
Fixes #73: Throw a RuntimeException when rawlist fails, this should b…
PSR-4 Switch
0.2.4 Switches to PSR-4 autoloading