* Increased the client timeout to match the server’s. * Mentioned the ``api_key`` parameter of ``AsyncClient`` in the docs example.
0.4.5
------------------
* w3lib >= 2.1.1 is required in install_requires, to ensure that URLs are escaped properly. * unnecessary ``requests`` library is removed from install_requires * fixed tox 4 support
0.4.4
------------------
* Fixed an issue with submitting URLs which contain unescaped symbols * New "retrying" argument for AsyncClient.__init__, which allows to set custom retrying policy for the client * ``--dont-retry-errors`` argument in the CLI tool
0.4.3
------------------
* Connections are no longer reused between requests. This reduces the amount of ``ServerDisconnectedError`` exceptions.
0.4.2
------------------ * Bump minimum ``aiohttp`` version to 3.8.0, as earlier versions don't support brotli decompression of responses * Declared Python 3.11 support
0.4.1
------------------
* Network errors, like server timeouts or disconnections, are now retried for up to 15 minutes, instead of 5 minutes.