Skip to content

v1.5.0

Compare
Choose a tag to compare
@LilSpazJoekp LilSpazJoekp released this 29 Sep 00:42
61db5e7

Changed

  • Added preprocessing for data and params in asyncprawcore.Session.request()
    for compatibility with aiohttp.

Fixed

  • Keys with a None value in the data or params parameters for
    asyncprawcore.Session.request() are now dropped as
    aiohttp.ClientSession.request() does not accept None values in data and
    params.
  • Keys with a boolean value in the params parameter for
    asyncprawcore.Session.request() are now casted to a string as
    aiohttp.ClientSession.request() does not accept boolean values in params.