Skip to content

Releases: AmanoTeam/duckpy

v3.2.0

30 Jun 19:35
07a730b
Compare
Choose a tag to compare
  • Basic typing hint support: Results are now a list of ResultDict objects.
  • Update dependencies.

v3.1.0

03 Sep 04:00
v3.1.0
650cbe7
Compare
Choose a tag to compare
  • Exclude ads from search results.

v3.0.0

23 Aug 21:50
53d6c18
Compare
Choose a tag to compare
  • 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 the default_user_agents parameter.
  • Deprecate the duckpy.aio package. Please use duckpy.AsyncClient instead.

v2.1.1

20 Jun 07:36
a6981bb
Compare
Choose a tag to compare

Bugfixes and code changes.

v2.1.0

24 Nov 20:10
491d9f2
Compare
Choose a tag to compare
  • Implement the exact_match parameter (add quotation marks in search)
  • Add missing proxy support to asyncio variant

v2.0.0

24 Nov 19:45
a8b155e
Compare
Choose a tag to compare

Initial asyncio variant

v1.2.2

06 Feb 05:09
Compare
Choose a tag to compare
  • Import certifi
  • Add certifi to PoolManager (This fixes urllib3 warning)

v1.2.1

06 Feb 05:08
Compare
Choose a tag to compare

Just a re-upload to PyPI (as 1.2.0 got bugged on PyPI)

v1.2.0

06 Feb 05:07
Compare
Choose a tag to compare
  • Add module deps
  • Switch from requests to urllib3

v1.1.0

06 Feb 05:04
c6a1ef0
Compare
Choose a tag to compare

Use README.md as long description (No other changes)