Skip to content

Releases: lexiforest/curl_cffi

v0.7.4

03 Dec 08:41

Choose a tag to compare

Fixed the url quote error, again.

Full Changelog: v0.7.3...v0.7.4

v0.8.0b7

02 Dec 08:40

Choose a tag to compare

What's Changed

  • Make Session.cookies a property, use session._cookies for Cookies object by @Velocidensity in #446
  • fix(deps): Remove unnecessary runtime typing_extensions dependency by @dolfies in #450
  • Added Chrome 131 Android

Note

Windows build is still not available.

Full Changelog: v0.8.0b6...v0.8.0b7

v0.8.0b6

29 Nov 18:23

Choose a tag to compare

Added Chrome 131 support. Note that Windows packages are missing due to compile time issues.

v0.8.0b5

29 Nov 17:58

Choose a tag to compare

v0.8.0b5 Pre-release
Pre-release

Note, this release was published on PyPI as v0.8.0b3, as mis-configured.

v0.8.0b2

22 Oct 12:35

Choose a tag to compare

v0.8.0b2 Pre-release
Pre-release
Add missing dollar signs for github variables and test release

v0.8.0b1

21 Oct 08:50

Choose a tag to compare

v0.8.0b1 Pre-release
Pre-release
Reset version to 0.8.0b1, better test before release

v0.7.3

10 Oct 09:15

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

Choose a tag to compare

Enable CI for release/*

v0.7.2

24 Sep 08:47

Choose a tag to compare

What's Changed

  • feat: add better type hints for impersonate and session by @vvanglro in #359
  • Implement requests-like exception hierarchy, close #201 by @perklet in #250
  • Fix cookies get_dict by @the-laziest in #372

New Contributors

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

v0.7.1

13 Jul 09:07

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