Releases: serpapi/serpapi-python
Releases · serpapi/serpapi-python
Release list
Release v1.1.2
What's Changed
- Fixed a bug in SerpResults.yield_pages to ensure it does not request more pages than specified by max_pages. The bug caused two network requests to be sent when max_pages was set to 1.
- Added a parameterized test in tests/test_pagination.py to verify that pagination stops at the correct number of pages and does not make unnecessary requests.
- Enhancements to test parameters and examples
Full Changelog: v1.1.1...v1.1.2
Release v1.1.1
What's Changed
- SerpApi Markdown output support enhancements (
output=md) - Enhance the Read the Docs docs for the package. Added a custom theme, user guide, examples, and automated publishing on releases
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Add PyPI trusted publishing
- Add image upload support (
/imageAPI) for Google Lens
Full Changelog: v1.0.2...v1.1.0
v1.0.2
v1.0.1
v1.0.0
What's Changed
- Remove redundant 'engine' in google search by @DLH06 in #15
- Start yield_pages method from the first page by @hilmanski in #13
serpapi.HTTPErrormissing the essential status code and error by @tanys123 in #22- Add request timeout by @jvmvik in #24
- Automate PyPI release pipeline and modernize packaging by @ilyazub in #26
New Contributors
Full Changelog: v0.1.5...v1.0.0