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

Rename auto_types feature flag #665

Merged
merged 1 commit into from
Jul 4, 2023
Merged

Rename auto_types feature flag #665

merged 1 commit into from
Jul 4, 2023

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Jul 4, 2023

Rename auto_types feature flag to auto_into_responses since it actually is only used for automatic IntoResponses definition. This feature is higly experiemental and should be used with cauntion. It is more likely that the final implementation will look different thus changes are to be expected.

Simultaneusly allow automatic resolvation for request bodies without extra feature flag. Supported only with actix_extras feature by now.

Rename `auto_types` feature flag to `auto_into_responses` since it
actually is only used for automatic IntoResponses definition. This
feature is higly experiemental and should be used with cauntion. It is
more likely that the final implementation will look different thus
changes are to be expected.

Simultaneusly allow automatic resolvation for request bodies without
extra feature flag. Supported only with `actix_extras` feature by now.
@juhaku juhaku merged commit 2979ce9 into master Jul 4, 2023
@juhaku juhaku deleted the chore-rename-auto-types branch July 4, 2023 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

1 participant