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

Redesign HttpClient to align with HttpAsyncClient #1081

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

ynojima
Copy link
Member

@ynojima ynojima commented Jan 1, 2025

Redesign HttpClient#fetch to return Response instead of String.

This only affects if you have implemented your own HttpClient. HttpAsyncClient is not affected.

@ynojima ynojima added the breaking change Breaks existing interface label Jan 1, 2025
@ynojima ynojima marked this pull request as ready for review January 1, 2025 02:54
@ynojima ynojima force-pushed the redesign-HttpClient-to-align-with-HttpAsyncClient branch 3 times, most recently from 7ead03f to f4f6e79 Compare January 1, 2025 03:21
Copy link

sonarqubecloud bot commented Jan 1, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
71.4% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@ynojima ynojima merged commit 3c4e3d8 into master Jan 1, 2025
14 of 15 checks passed
@ynojima ynojima deleted the redesign-HttpClient-to-align-with-HttpAsyncClient branch January 1, 2025 03:40
@ynojima ynojima added this to the 0.28.4.RELEASE milestone Jan 1, 2025
@ynojima
Copy link
Member Author

ynojima commented Jan 1, 2025

Code coverage is expected. Merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Breaks existing interface
Development

Successfully merging this pull request may close these issues.

1 participant