Skip to content

Releases: lexiforest/curl_cffi

v0.14.0b2

25 Aug 01:30
Compare
Choose a tag to compare

Added missing Linux wheels.

v0.14.0b1

24 Aug 15:22
Compare
Choose a tag to compare

Note:

  • We upgraded minimum linux images from manylinux2014 to manylinux_2_28.
  • macOS wheels now correctly targets macOS 13(intel) and macOS 14(Apple Silicon) API. Previously, although the wheels were compiled targeting macOS 11.0 API, the dependencies from GitHub Actions machine were targeting the building machine, so it actullay did not match.
  • riscv64, armv7l, i686 Linux wheels were not generated correctly in this beta release, find them in the following version.

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0b1

v0.13.0

06 Aug 13:05
Compare
Choose a tag to compare

bugfixes

Fixed asyncio timeout issue, if you are experiencing this, please update to 0.13.

What's Changed

  • Add support for building curl_cffi wheels on WoA by @lowkeyrossi in #603
  • Add support for building Win-ARM64 wheels by @lowkeyrossi in #608
  • fix websocket message with chunks by @montovaneli in #606
  • Fix race condition in WebSocket concurrent sends by @ferdimsu in #605
  • Try to streamline asyncio according to curl docs by @lexiforest in #602
  • Respect REQUESTS_CA_BUNDLE and CURL_CA_BUNDLE enviroment variable by @henrysky in #611

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.13.0b1

03 Aug 09:24
Compare
Choose a tag to compare

What's Changed

  • Add support for building curl_cffi wheels on WoA by @lowkeyrossi in #603
  • Add support for building Win-ARM64 wheels by @lowkeyrossi in #608
  • fix websocket message with chunks by @montovaneli in #606
  • Fix race condition in WebSocket concurrent sends by @ferdimsu in #605
  • Try to streamline asyncio according to curl docs by @lexiforest in #602
  • Respect REQUESTS_CA_BUNDLE and CURL_CA_BUNDLE enviroment variable by @henrysky in #611

New Contributors

Full Changelog: v0.12.1b2...v0.13.0b1

v0.12.1b2

17 Jul 06:36
Compare
Choose a tag to compare
Bump version to 0.12.1b2

v0.12.1b1

13 Jul 13:29
Compare
Choose a tag to compare
reformat and typo fixes

v0.12.0

11 Jul 05:27
Compare
Choose a tag to compare

What's Changed

  • Fix WebSocket send fails on second message after sending large message by @ferdimsu in #570
  • Added Safari 26.0 targets.

New Contributors

Full Changelog: v0.11.4...v0.12.0

v0.12.0b1

30 Jun 04:21
Compare
Choose a tag to compare

What's Changed

  • bugfix: move curl_options to the end of setopt by @lexiforest in #580
  • Add Safari 26.0

Full Changelog: v0.11.4...v0.12.0b1

v0.11.4

19 Jun 11:21
Compare
Choose a tag to compare

What's Changed

  • bugfix: move curl_options to the end of setopt by @lexiforest in #580
  • Added windows http/3 support.

Full Changelog: v0.11.3...v0.11.4

v0.11.3

09 Jun 03:06
Compare
Choose a tag to compare

Fixed tor fingerprints.