1up-lab / OneupFlysystemBundle

A Flysystem integration for your Symfony projects.
MIT License
630 stars 118 forks source link

Upgrading from version 2 to 3 #175

Closed MolloKhan closed 6 years ago

MolloKhan commented 6 years ago

Hello, this is not actually a bug report but I couldn't find a CHANGELOG or something in your releases section that enumerates the BC breaks from version 2 to 3. I'm about to do the upgrade and would be nice to know which things does not work anymore in the newest version. Any help in this matter is really appreciated. Thanks!

bytehead commented 6 years ago

Hi

Yes you're right, the CHANGELOG.md is missing. Version 3 is compatible with Symfony 4 (and 3.x) and AFAIK the main reason for the major version change was the dropped support for Symfony 2.x.

MolloKhan commented 6 years ago

Ohh, cool... so there aren't any BC breaks from version 2 to 3

bytehead commented 6 years ago

I could not find any issue or PR related to this. Here is the compare view.

MolloKhan commented 6 years ago

It looks solid! I'll give it a try as soon as I can. Thanks for your support :)

bytehead commented 6 years ago

Yeah, let me know if it works without any hassle! No worries, you're welcome :)

MolloKhan commented 6 years ago

Ok, I just upgraded to the latest version and ran my tests - it worked!

Thanks man :)

bytehead commented 6 years ago

Thanks for reporting, nice to hear!