-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Put out a new release #499
Comments
I think we should put out a beta since its our first release |
After we got a beta out we should check the phpstan-plugin whether it needs some love to work with the beta |
PHP 8.4 deprecations are an issue for anyone that doesn't ignore them. A 2.5.1 release that at least fixes this would be nice. |
Commenting for visibility of a problem and to subscribe to a topic: absence of a release produces a lot of deprecations for the projects that use this lib. For example, in Infection we had to stick to so if you could do a quick release with the fixes for 8.4, that would be awesome. |
The deprecation warnings are a superficial and obvious issue, but the version incompatibilities run deeper than that. Speaking only for myself, not all the maintainers - I don't want to put out a new release which fixes a superficial issue, only to give people the impression that the project is healthy, and have them run into worse problems. If you really hate the warnings, don't want to silence them, and are willing to deal with worse issues - you can switch from |
#421 may be a starting point as it's target php8.1, which is still under security fix for one year. Personally I suggest to bump the version to 3.0 and targeting php 8.3 (8.2 is going to end active support in around 2 weeks), which gives us more flexibility to introduce new/bc break features/changes if necessary. For people staying with 8.1/8.2, I think current version should be fine. We can still have bugfix on this branch (2.x) until the end of 8.2. |
to-do:
The text was updated successfully, but these errors were encountered: