Releases: KnpLabs/KnpGaufretteBundle
Releases · KnpLabs/KnpGaufretteBundle
v0.9.0
What's Changed
Adds support for Symfony 7 and drops the support for Symfony 4.
- Fix symfony 6.3 return type deprecations by @acrobat in #278
- remove unused framework-bundle dependency by @garak in #243
- fix(php8.2): void as a native return type by @johnkhansrc in #280
- Remove Symfony deprecation by @Oipnet in #279
- Support Symfony 7 by @RobinDev in #282
New Contributors
- @garak made their first contribution in #243
- @johnkhansrc made their first contribution in #280
- @Oipnet made their first contribution in #279
- @RobinDev made their first contribution in #282
Full Changelog: v0.8.0...v0.9.0
v0.8.0 - 2022-10-21
Adds :
- BC Break: Adding Types (remove deprecation notices triggered by Symfony)
Please notice that the v0.8.0 is a major version, therefore if you extended any class or interface, you MUST implement it with types now. - Support for Gaufrette 0.11
- With support for the new version of Google Client (compatible with PHP 8.0+)
Fixes :
- Command documentation now print the right information (#242)
Removes :
- Support for PHP < 7.4
v0.7.2
v0.7.1
v0.7.0
v0.6.1
v0.6.0
Changes
- Require PHP 7.1 as minimum (previous php versions are EOL) (#204)
- PHP 7.3 support (#204)
- Update Gaufrette dep to v0.8 (#204)
- Update Symfony deps to v4 (#204)
Fixes
- Make composer respects semver versioning (#196)
- Update README for Symfony 4 directory structure (#206)
- Remove TreeBuilder deprecations (#207)
Documentation fixes
- Fixed documentation for phpseclib 2.0 (#189)
- Simplified aws s3 docs (#193)
- Pretty print doc block (#195)
Thanks to @aaronadal, @Awkan, @Nek-, @nicolasmure and @OskarStark for their
contributions!
v0.5.3
- Fix composer.json validity #184
- Be able to install Gaufrette v0.6 #185
v0.5.2
v0.5.1
- Be able to install Gaufrette 0.5 [#178]