Releases: thephpleague/flysystem-bundle
Releases · thephpleague/flysystem-bundle
3.3.5
3.3.4
3.3.3
3.3.2
What's Changed
- feat: add path_normalizer configuration parameter by @christianascone in #159
New Contributors
- @christianascone made their first contribution in #159
Full Changelog: 3.3.1...3.3.2
3.3.1
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
What's Changed
- Add Symfony 6.3 CI check by @tgalopin in #149
- feat: add connectivityChecker option on FTP by @maxhelias in #151
- fix: Default visibility for directories by @maxhelias in #153
- feat: add read only support by @maxhelias in #150
- Allow Symfony 7 & simplify testing workflow by @jmsche in #154
New Contributors
Full Changelog: 3.2.0...3.3.0
3.2.0
What's Changed
- Add type by @OskarStark in #132
- Use checkout v3 in GithubActions by @OskarStark in #126
- Add types by @OskarStark in #131
- Fix: Filename in .gitattributes file by @OskarStark in #130
- Extend CI for PHP 8.2/Symfony 6.1 and PHP 8.2/Symfony 6.2 by @OskarStark in #129
- Use latest PHP-CS-Fixer version (3.13.2) by @OskarStark in #128
- Replace "everywhere" with "anywhere" in documentation by @andytait in #138
- Add type declaration to avoid warnings by @Julian-Louis in #134
- feat: add connectivityChecker option by @Rubc in #137
New Contributors
- @OskarStark made their first contribution in #132
- @andytait made their first contribution in #138
- @Julian-Louis made their first contribution in #134
- @Rubc made their first contribution in #137
Full Changelog: 3.1.0...3.2.0
3.1.0
3.0.0
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
) ;