-
Notifications
You must be signed in to change notification settings - Fork 194
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
Version 10.0 yanked #267
Comments
It was a functional issue (see #181 (comment)). TLDR; Version 10 was an update that was supposed to allow multi-database environments. But it cause may problems for people and could actually produce some undesired results so it was safest to yank it. If your env is a single database, I would recommend v9. V10 will likely change a lot based on discussion (see above) |
Thank you :) |
Version 10 is an update that is supposed to allow multi-database environments. But it cause may problems if your env is a single database. Maintainer recommends v9. See ilyakatz/data-migrate#267 (comment)
@ilyakatz Thanks for the heads up. We'll downgrade to V9. Is there a version constraint we can use in our Gemfile that will allow upgrading to the stable version, whenever it's ready? Currently |
@bmulholland I plan on updating this issue while we work through some bugs / clean up - #268 |
[Version 10 was yanked](ilyakatz/data-migrate#267) so all CI builds are failing.
[Version 10 was yanked](ilyakatz/data-migrate#267) so all CI builds are failing.
Gem was yanked ilyakatz/data-migrate#267 Downgrade to 9.0.0 to get builds working again.
Gem was yanked ilyakatz/data-migrate#267 Downgrade to 9.0.0 to get builds working again.
Version 10 is an update that is supposed to allow multi-database environments. But it cause may problems if your env is a single database. Maintainer recommends v9. See ilyakatz/data-migrate#267 (comment)
@wildmaples Thanks for your work and the fixes so far! The issue you suggested I follow, #268, is closed now, but the you suggested I follow that PR for is unaddressed. As I mentioned above, I want to make sure that we'll get new versions that are released -- but obviously not the broken v10 releases. Right now, to avoid the v10 issues, I have |
@bmulholland - our solution for this is using Renovate, BTW - also worth exploring if your team does not use this yet :) |
Sorry that I'm not explaining this well! Yes, we use those tools, and that doesn't solve my problem :). We still need to decide what versions to ignore, right? For us, the source of truth for which versions we will upgrade is our Gemfile. It could also be Renovate PRs that we close, so it ignores those package versions. The question is still the same: what versions of data-migrate are we ignoring? For example, if we used Renovate for this, it would probably create a PR to upgrade data-migrate to v10. We'd close that, of course -- and then Renovate won't suggest that we upgrade to the major version v10 again. It ignores all of v10 for that. So, if a version 10.1 of this package, with the issues addressed, is released, we wouldn't be notified about that by Renovate. No PR upgrade would be created for data-migrate until v11, since all of v10 is ignored. Maybe that's even the case for your repo? So my question is just: do we ignore all of the v10 major release, such that v11 would be the next good version of data-migrate? Will there be a I hope this makes it clear, but let me know if I can explain it a different way. |
I propose we skip V10 to make it easier. @wildmaples is working on updates to v9 and if we ever need a breaking change, I say we go straight to v11. What do you think? |
Since the versions are yanked there wouldn't be a Renovate MR (or gemfile specification) to upgrade to. They no longer are attainable (except for
I think I roughly see your concern but I think it only applies for Gemfiles that already had interesting constraints That said, maybe I'm underestimating the risk; the most error-prone-less thing to do is probably to indeed move on with the next major being v11, even if it saves a single user that's probably worth it. Constraints like |
Okay actually I thought v10.0.2 was still out there. I'd checked that several times, but only locally (by removing the gem constraint and running bundle upgrade). It would have been better to double check Rubygems... Turns out v10.0.2 was cached on my machine. I had to run That changes all of what I said above. You're right that we can remove the version pin and there's no action needed from you here. Thanks for sticking with me through that. I guess bundler hasn't solved one of the two hard problems in computer science... I do agree about just skipping v10, and using v11 for the next release. Seems like low effort for potentially saving someone's time. Nice idea. |
Hi,
We noticed version 10.x was yanked,
But I couldn't find a reference on why, was it a functional issue or a security issue that led to it being yanked?
In addition, is it safe to downgrade from 10.x to 9.x of would you recommend staying on 10.0.3.rc
The text was updated successfully, but these errors were encountered: