Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 924 Bytes

CHANGES.rst

File metadata and controls

74 lines (46 loc) · 924 Bytes

Changelog

1.0.2

  • Locking httpx version below 0.8.0 (thanks @patcon).

1.0.1

  • Simplify httpx timeout handling (thanks @daneoshiga).

1.0.0

  • Major release.
  • Use httpx instead of aiohttp and requests.
  • Drop python 3.5.

0.6.0

  • Add support for disable certificate validation (thanks @rfrp).

0.5.4

  • Prevent urls with double slashes.

0.5.3

  • Fix api_root_url without trailing slash (thanks @dspechnikov).

0.5.2

  • Fix JSONDecodeError when processing empty server responses (thanks @zmbbb).

0.5.1

  • Change log level for async requests (thanks @kwarunek).

0.5.0

  • Add new exceptions: AuthError and NotFoundError.

0.4.0

  • Add request.kwargs support.

0.3.0

  • Add client_response in Response object.

0.2.0

  • Add asyncio support (aiohttp).

0.1.1

  • Add MANIFEST.in (fix install by pip).

0.1.0

  • Initial release.