-
Notifications
You must be signed in to change notification settings - Fork 248
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
Better handling of breaking changes #339
Comments
Perhaps we should start publishing the crate to crates.io (with suitably alpha ish version numbers). This would at least give us the mechanism to notify people of breaking changes via version numbers, and incentivise us to maintain a changelog that is kept in sync. |
Yeah, I totally get that things are a bit painful atm. Our plan is to do proper releases to crates.io as James says. I'm not opposed to releasing alphas, but it'd be good to prepare a proper tracking ticket for what's in the next release and what isn't. |
Sorry about that, this was caused by a confluence of three things:
We definitely need I'm up for |
We're getting into the flow of proper releases now, and hopefully also improving at signalling breaking chanegs in the changelog (we need to put more effort into the description at the top though). We also now have some milestones to at least give a vague idea of what's to come now. I think developing on master is fine (now that we release proper versions especially). I'd be open to other suggestions on signalling things, but I think getting plenty of detail into the changelog now is the way to go. |
PR #330 made a breaking change, where the assumption of the use fee/tip handling pallet changed. This completely broke transaction signing for me, and unfortunately it took me some time to track it down to this change. Now technically, you didn't make a release, so maybe you wouldn't want to worry too much about breaking things. However, the last release was in march, so in practice people have to use the repo directly. In my case, I was forced to upgrade subxt versions because of dependency conflicts (although this was mainly because I was using the embedded client).
Anyway, my request is to think about a way to track breaking changes being made. For example, it would be a big help if such PRs and commits could be marked with a [BREAKING] tag or so. Or alternatively, to maintain an 'upgrading guide' where these things are listed.
The text was updated successfully, but these errors were encountered: