-
Notifications
You must be signed in to change notification settings - Fork 85
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
Add support for brotli
compression format
#2006
Conversation
…oding-format # Conflicts: # ballerina-tests/http-advanced-tests/Ballerina.toml # ballerina-tests/http-client-tests/Ballerina.toml # ballerina-tests/http-dispatching-tests/Ballerina.toml # ballerina-tests/http-interceptor-tests/Ballerina.toml # ballerina-tests/http-misc-tests/Ballerina.toml # ballerina-tests/http-resiliency-tests/Ballerina.toml # ballerina-tests/http-security-tests/Ballerina.toml # ballerina-tests/http-service-tests/Ballerina.toml # ballerina-tests/http2-tests/Ballerina.toml # ballerina/Ballerina.toml # ballerina/CompilerPlugin.toml # changelog.md
ca6b935
to
a8005ce
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2006 +/- ##
============================================
- Coverage 80.42% 80.17% -0.25%
- Complexity 0 669 +669
============================================
Files 366 408 +42
Lines 20738 22985 +2247
Branches 4841 5284 +443
============================================
+ Hits 16679 18429 +1750
- Misses 3123 3414 +291
- Partials 936 1142 +206
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This PR is on hold, since this new feature should be added to Update 11 |
@TharmiganK if this is deprioratized, better to close it ftm and we can reopen once we resume the work IMO |
No, we will merge this for Update 11. I will make this draft since I need to do some testing. |
Quality Gate passedIssues Measures |
Closing this for now and will reopen after the testing |
Purpose
Fixes: ballerina-platform/ballerina-library#6547
Examples
See the issue for more details
Checklist
Updated the specChecked the impact on OpenAPI generation