Releases: AmanoTeam/duckpy
Releases · AmanoTeam/duckpy
v3.2.0
v3.1.0
- Exclude ads from search results.
v3.0.0
- Replace urllib3 and aiohttp with httpx.
- Add HTTP/2 support.
- Add initial typing support.
- Parse DuckDuckGo page inside an executor in asyncio mode.
- Deprecate the
random_ua
parameter in favor of thedefault_user_agents
parameter. - Deprecate the
duckpy.aio
package. Please useduckpy.AsyncClient
instead.
v2.1.1
Bugfixes and code changes.
v2.1.0
- Implement the exact_match parameter (add quotation marks in search)
- Add missing proxy support to asyncio variant
v2.0.0
Initial asyncio variant
v1.2.2
- Import certifi
- Add certifi to PoolManager (This fixes urllib3 warning)
v1.2.1
Just a re-upload to PyPI (as 1.2.0 got bugged on PyPI)
v1.2.0
- Add module deps
- Switch from requests to urllib3
v1.1.0
Use README.md as long description (No other changes)