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

feat: add gzip bodyFormat support #3904

Merged
merged 17 commits into from
Oct 4, 2023
Merged

feat: add gzip bodyFormat support #3904

merged 17 commits into from
Oct 4, 2023

Conversation

Gauravudia
Copy link
Contributor

@Gauravudia Gauravudia commented Sep 22, 2023

Description

Introducing the new GZIP body format for gzip compression. One can now send JSON data from other services (like the transformer) which will be compressed and sent to downstream destinations

Linear Ticket

https://linear.app/rudderstack/issue/INT-646/mixpanel-support-gzip-compression

Security

  • The code changed/added as part of this pull request won't create any security issues with how the software is being used.

@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (7ead8a9) 70.30% compared to head (7f85ef7) 70.22%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3904      +/-   ##
==========================================
- Coverage   70.30%   70.22%   -0.09%     
==========================================
  Files         357      357              
  Lines       53244    53272      +28     
==========================================
- Hits        37434    37410      -24     
- Misses      13553    13604      +51     
- Partials     2257     2258       +1     
Files Coverage Δ
router/network.go 58.50% <60.00%> (-0.23%) ⬇️

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

router/network.go Outdated Show resolved Hide resolved
router/network.go Outdated Show resolved Hide resolved
router/network.go Outdated Show resolved Hide resolved
router/network.go Outdated Show resolved Hide resolved
router/network.go Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants