-
Notifications
You must be signed in to change notification settings - Fork 93
Prepare release v0.12.4 #456
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
Conversation
Seems |
As we plan to make a stable release in the coming months, I guess we can pin the PSR package, and update the typehint on the return type in 1.0? |
Hm, in which PR that change you're talking about was done that will cause BC breaks? I don't see this change in the PRs I listed in this release somehow. |
any news? @welcoMattic @bocharsky-bw |
Hello ! Thanks a lot ! |
@rvanlaak can you answer the question from @bocharsky-bw please |
I think the typehint was there since the beginning: See the initial commit for this interface here: php-fig/http-client@0950508#diff-7fe9d7bab1528c58fb39365621c6f02430dd01828c26fe8b00f0408de72c71b8 I don't really see a BC break here, but maybe I'm not lookng at the right thing |
@gimler my comment was related to the failing tests. See the PHP 8.0 test run for example: |
If I understand correctly, the latest bundle's release (which is 0.12.3) also fails on that PHP 8.0 job you mentioned, right? If so, then the latest release has broken tests as well. With the new release, we will just bring some good changes to the users they are so waiting for, but some tests will still fail. I don't think broken tests is a blocker for making releases if those tests are also broken in the latest release, or am I wrong? Probably broken tests will be fixed completely in further releases, and we will make another release with all green tests. Does it make sense? If not, what steps exactly do you suggest to achieve a new release for today? |
All tests were fixed in #458 - please, give a review and share your thoughts |
I think this one is ready now |
Thank you for the review, guys! |
Tag 0.12.4 was created 🎉 https://github.com/php-translation/symfony-bundle/tree/0.12.4 Thanks everyone for the patience! |
Closes #454