Skip to content

V0.2.2 fix: webshare provider respects page param in search_params#4

Merged
davidteather merged 4 commits intomainfrom
v0.2.2
Mar 7, 2026
Merged

V0.2.2 fix: webshare provider respects page param in search_params#4
davidteather merged 4 commits intomainfrom
v0.2.2

Conversation

@davidteather
Copy link
Copy Markdown
Owner

@davidteather davidteather commented Mar 7, 2026

Previously, list_proxies() would ignore the page parameter and fetch all available pages. Now fetches only the specified page when page is provided. This also bumps pyproject.toml configurations for poetry changes.

Fixes #3

Previously, `list_proxies()` would ignore the `page` parameter and
fetch all available pages. Now fetches only the specified page when
`page` is provided.

Fixes #3
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.11%. Comparing base (ddcc822) to head (78c2405).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #4   +/-   ##
=======================================
  Coverage   98.11%   98.11%           
=======================================
  Files           8        8           
  Lines         265      265           
  Branches       21       21           
=======================================
  Hits          260      260           
  Misses          4        4           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 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.

@davidteather davidteather merged commit 8d22fc0 into main Mar 7, 2026
5 checks passed
@davidteather davidteather deleted the v0.2.2 branch March 7, 2026 19:53
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.

Webshare.list_proxies() ignores page parameter in search_params and fetches all pages instead of specified page

2 participants