Skip to content

feat: Compress requests using brotli algo#1031

Draft
mixalturek wants to merge 1 commit into
masterfrom
brotli-compression
Draft

feat: Compress requests using brotli algo#1031
mixalturek wants to merge 1 commit into
masterfrom
brotli-compression

Conversation

@mixalturek

@mixalturek mixalturek commented Jul 8, 2026

Copy link
Copy Markdown

Related PRs

TODO/blocked:

What to do once PR #927 merges and apify-client releases:
1. Check which version introduced the extra (likely 3.1.0 or 3.0.5)
2. Optionally bump the floor in pyproject.toml: apify-client[brotli]>=3.1.0 in the extra dep, or tighten the main apify-client>=3.0.0 to that version
3. Run uv sync --all-extras — the warning will disappear and brotli's transitive deps will be locked
4. Commit both files

- Update apify-client dependency to use `brotli` extra.
- Introduced in apify/apify-client-python#927.

TODO/blocked:
```
What to do once PR #927 merges and apify-client releases:
1. Check which version introduced the extra (likely 3.1.0 or 3.0.5)
2. Optionally bump the floor in pyproject.toml: apify-client[brotli]>=3.1.0 in the extra dep, or tighten the main apify-client>=3.0.0 to that version
3. Run uv sync --all-extras — the warning will disappear and brotli's transitive deps will be locked
4. Commit both files
```
@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.75%. Comparing base (6958c61) to head (30e5c46).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1031   +/-   ##
=======================================
  Coverage   91.75%   91.75%           
=======================================
  Files          50       50           
  Lines        3215     3215           
=======================================
  Hits         2950     2950           
  Misses        265      265           
Flag Coverage Δ
e2e 35.64% <ø> (ø)
integration 57.38% <ø> (ø)
unit 83.07% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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