Skip to content

Releases: lexiforest/curl_cffi

v0.7.3

10 Oct 09:15
Compare
Choose a tag to compare

Fix serious bugs in 0.7.2:

  • Content-Type headers were forcefully updated
  • URLs were forcefully decoded

v0.7.3b1

08 Oct 09:48
Compare
Choose a tag to compare
Enable CI for release/*

v0.7.2

24 Sep 08:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

13 Jul 09:07
Compare
Choose a tag to compare

What's Changed

  • Added Cookies.get_dict(), for compatibility with requests.
  • Fixed type converting in C shim by @qishipai in #343
  • Fixed cookie subdomains attribute.

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

03 Jul 15:54
Compare
Choose a tag to compare

Full change log: https://curl-cffi.readthedocs.io/en/latest/changelog.htm

What's Changed(PRs)

  • Ruff Linter configuring by @deedy5 in #297
  • Add return type for session close by @tadasgedgaudas in #305
  • fix: add missing parameters to requests.request by @douo in #298
  • build: use gnueabihf for armv7l and armv6l by @bjia56 in #314
  • Add coustomized ja3 and akamai fingerprints support by @yifeikong in #331
  • Add new browser versions: chrome123 and chrome124
  • Upgrade curl to 8.7.1

New Contributors

Full Changelog: v0.6.4...v0.7.0

v0.7.0b7

27 Jun 08:28
252dbd1
Compare
Choose a tag to compare

What's Changed

  • Add coustomized ja3 and akamai fingerprints support by @yifeikong in #331

Full Changelog: v0.7.0b6...v0.7.0b7

v0.7.0b6

25 Jun 06:49
Compare
Choose a tag to compare
Build Windows dlls inside

v0.6.4

14 May 04:14
Compare
Choose a tag to compare
  • Fix Raspberry Pi build(armv6l, armv7l).

Full Changelog: v0.6.3...v0.6.4

v0.6.3

22 Apr 09:18
Compare
Choose a tag to compare
Bump version to 0.6.3

v0.7.0b4

18 Apr 05:14
Compare
Choose a tag to compare

What's Changed

  • Added Chrome 123 and 124
  • Updated curl to 8.5.0
  • Use tmpdir for libcurl-impersonate artifacts on Linux builds by @bjia56 in #265
  • Mypy + Ruff by @deedy5 in #269
  • class Curl(): compile reason_phrase and status_line regex patterns by @deedy5 in #277
  • Add base_url to BaseSession by @lebr0nli in #279
  • Introduce default_encoding parameter to [set|autodetect] the encoding if the charset is missing from the headers by @deedy5 in #284
  • fix(curl): Set PROXY_CAINFO curlopt with CAINFO, fixes HTTPS proxies by @rlaphoenix in #286
  • Support list of tuple in query and form params by @yifeikong in #296
  • Ruff Linter configuring by @deedy5 in #297

New Contributors

Known issues

  • Some server with brotli compression enabled does not work well.

Full Changelog: v0.6.3b1...v0.7.0b4