-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's time to release 7.1 :) #707
Comments
In unreleased commits, there's dropped support for Doctrine annotations and minor BC breaks. I suggest tagging it as a |
Hi @andrew-demb , that's correct and I had the same intention of releasing the new version as you did — introduce support of v7 Symfony by a bundle repo |
According to the semversion standard you shouldn't do any bc breaks in minor versions. I didn't check the changes. But if there are breaking change done, please tag the new version as 8.0.0. When needed I would be happy to help testing a pre release to find any breaking changes. |
Update about releasing a stable version from another issue - it will be But this requires updates to the documentation and README to prepare the release (see link above) |
Hello @nguyenk, @homersimpsons. Let me know if I can help with some code contribution :) |
@enricobono it should be released as 8.0.0. This will unlock migration to the major version of graphqlite (current graphqlite 7.0.0 cannot be used to update - some things required to be fixed and there is additional BC breaks in master branch) for graphqlite-bundle Update to Symfony 7 is possible with graphqlite 6 - thecodingmachine/graphqlite-bundle#227 |
Thanks @andrew-demb Re:
The PR you mentioned here is not merged yet, so I guess we cannot use graphlite 6 with Symfony 7 at the moment, am I right? |
Apologies with the delays in getting out this release. 8.0.0 has just been tagged |
There are 22 commits in master since 7.0.0 so I assume it worth to release these improvements.
The text was updated successfully, but these errors were encountered: