Releases: lexiforest/curl_cffi
Releases · lexiforest/curl_cffi
v0.14.0b2
v0.14.0b1
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
- docs: fix impersonation docs link in README to working URL by @MrDebugger in #616
- Add support for riscv and armv7l wheels by @lexiforest in #622
- refactor: enhance Curl class cleanup methods by @montovaneli in #618
- chore: make async session HTTP methods truly async by @serozhenka in #619
- CLI script
curl-cffi
by @haron in #621
New Contributors
- @MrDebugger made their first contribution in #616
- @haron made their first contribution in #621
Full Changelog: v0.13.0...v0.14.0b1
v0.13.0
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
andCURL_CA_BUNDLE
enviroment variable by @henrysky in #611
New Contributors
- @lowkeyrossi made their first contribution in #603
- @montovaneli made their first contribution in #606
- @henrysky made their first contribution in #611
Full Changelog: v0.12.0...v0.13.0
v0.13.0b1
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
andCURL_CA_BUNDLE
enviroment variable by @henrysky in #611
New Contributors
- @lowkeyrossi made their first contribution in #603
- @montovaneli made their first contribution in #606
- @henrysky made their first contribution in #611
Full Changelog: v0.12.1b2...v0.13.0b1
v0.12.1b2
Bump version to 0.12.1b2
v0.12.1b1
reformat and typo fixes
v0.12.0
v0.12.0b1
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
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
Fixed tor fingerprints.