Skip to content

Releases: el1s7/curl-adapter

v1.1.0

01 Jun 12:44
Compare
Choose a tag to compare

This release improves the way requests are handled by cURL, and introduces full support for Gevent.

Changelog:

  • Use of curl_multi interface as an alternative to threading for non-blocking streaming of response bodies using generators.
  • Improved support for Gevent using curl_multi interface + low level cURL socket callbacks.
  • Change the method for retrieving cURL information of a request: from request.get_curl_info() to simply request.curl_info.
  • Add additional cURL information request fields.
  • Set minimum supported Python version to 3.9.
  • Use latest versions of curl_cffi & pycurl.

v1.0.0.post3

23 Jan 20:00
Compare
Choose a tag to compare
Post release small fix

v1.0.0.post2

22 Jan 17:13
Compare
Choose a tag to compare
Fix issues, support greenlet/eventlet

v1.0.0.post1

21 Jan 18:19
Compare
Choose a tag to compare
Post-release v1.0.0. Fix PyPi setup issue with pyproject.toml

v1.0.0

21 Jan 17:52
Compare
Choose a tag to compare
Release v1.0.0