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

removed temporary aliases in struct fields with serde #253

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

calvinrp
Copy link
Collaborator

Drop temporary aliasing, per release policy #221

@calvinrp calvinrp requested a review from lann February 29, 2024 17:51
@calvinrp calvinrp changed the title removed temporary aliasing removed temporary aliases in struct fields with serde Mar 2, 2024
Comment on lines -34 to -36
skip_serializing_if = "is_false",
rename = "accept_ranges",
alias = "acceptRanges"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is technically breaking "forward compatibility" since 0.3.0 code is still serializing as accept_ranges. Better to just swap the rename and alias values now and drop the alias later.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@calvinrp calvinrp merged commit 43bf695 into bytecodealliance:main Mar 5, 2024
6 checks passed
@calvinrp calvinrp deleted the drop-alias branch March 5, 2024 16:46
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.

2 participants