-
Notifications
You must be signed in to change notification settings - Fork 4
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
Old versions have disappeared #90
Comments
Sorry, this a known issue. We have already applied the actions to avoid similar issues in future. See https://community.platformio.org/t/missing-packages-in-registry/39076/5 |
You've published a newer version of tool-scons yesterday and now the older version has gone missing:
|
Yes, that was intentionally. What is the reason to use 2-years outdated PlatformIO Core? We just wanted to gather feedback why do people use ancient buggy releases. |
v6.1.5 is not 2 years old, and #4531 hasn't been fixed yet |
Is this going to be republished or not? I don't like that you're making all the older versions of my projects impossible to build, especially when they can only be built with older versions of PlatformIO because of all the incompatible changes in v4, v5, v6. |
I have to use "ancient buggy releases" because the bugs don't affect me and they're the versions that work, whereas newer versions have different incompatibilities. I can't upgrade because of platformio/platformio-core#4884 which I'm only now aware of because I had to downgrade to v6.1.5 when v6.1.6 came out for platformio/platformio-core#4531. |
This version is reverted to the registry. Please re-test your project with the latest PlatformIO Core 6.1.x and report all issues. We work on the PlatormIO Core 7.0 and there will be no support for 6.x soon. |
All of the older versions of my libraries have disappeared, leaving only the latest version:
This breaks all builds that happen to be using a previous version, and any attempts to build with an earlier version for debugging/bug fixing. What's the point of semantic versioning if you're going to unpublish all the older versions and break everything?
The text was updated successfully, but these errors were encountered: