Skip to content

Release 1.8.4 #2585

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

Merged
merged 2 commits into from
May 8, 2025
Merged

Release 1.8.4 #2585

merged 2 commits into from
May 8, 2025

Conversation

konstin
Copy link
Member

@konstin konstin commented May 8, 2025

Getting #2421 out.

@konstin konstin enabled auto-merge (squash) May 8, 2025 19:53
@konstin konstin merged commit 9b68971 into main May 8, 2025
42 checks passed
@konstin konstin deleted the konsti/release-1.8.4 branch May 8, 2025 20:24
@youknowone
Copy link
Contributor

#2572 was a breaking change, which included in this release.

Due to this change, 1.8.4 is not compatible to 1.8.3. This breaks semver expectation.

@konstin
Copy link
Member Author

konstin commented May 22, 2025

Can you explain what broke?

@youknowone
Copy link
Contributor

youknowone commented May 23, 2025

BuildOptions is a public type. User can make an object of it by manually writing every field. The patch added an additional field to BuildOptions, which leads the previous code to be broken.

Probably adding #[non_exhaustive] will prevent similar problem in future.

@messense
Copy link
Member

The maturin library has no API stability guarantee currently, only the binary has.

@youknowone
Copy link
Contributor

Oh, thank you!

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.

3 participants