Skip to content
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

Refine stability rules for diesel release #4503

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

weiznich
Copy link
Member

This commit explicitly outlines that we might perform otherwise considered breaking changes in minor releases if that's required by build breaking changes from the rust project itself. A previous example of such a change that nearly required us to make such a breaking change in diesel is the change to default to resolver = "2" with the 2021 edition. I rather want to make sure that we don't end up in a similar situation in the future that requires us to issue a new major diesel version just to sidestep0breakage from their side.

This commit explicitly outlines that we might perform otherwise
considered breaking changes in minor releases if that's required by
build breaking changes from the rust project itself. A previous example
of such a change that nearly required us to make such a breaking change
in diesel is the change to default to `resolver = "2"` with the 2021
edition. I rather want to make sure that we don't end up in a similar 
situation in the future that requires us to issue a new major diesel version 
just to sidestep0breakage from their side.
@weiznich weiznich requested a review from a team February 21, 2025 14:11
@weiznich
Copy link
Member Author

weiznich commented Mar 4, 2025

To add some context on why I want to change this: https://blog.weiznich.de/blog/cargo-instablity/

@Ten0 Ten0 self-requested a review March 7, 2025 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant