Releases: lexiforest/curl_cffi
Releases · lexiforest/curl_cffi
v0.9.0
It has been a while since our last stable release 0.7.4, here is what changed since then. Note that this will be the last release to support Python 3.8.
What's Changed
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #377
- Fixing typo in README.md by @ikem-krueger in #396
- Custom response objects by @novitae in #398
- Add
quote
parameter to specify which character should be percent-encoded in path and query by @lexiforest in #405 - bugfix: keep blank parameters in query string, close #411 by @lexiforest in #412
- bugfix: solving webSocket performance issues through select, close #346 by @usedev in #413
- CI fix for artifacts by @lexiforest in #447
- 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
- refactor: Split WebSocket support into separate sync/async implementations by @dolfies in #449
- ALPN enable/disable by @novitae in #470
- Typing for requests / stream by @novitae in #474
- Fixed typo by @BobbedBob in #480
- Better typing (response class and issue with
.get
,.post
, ...) by @novitae in #490 - Release 0.9: Add support for firefox impersonation and bring Windows back by @lexiforest in #496
New Contributors
- @dependabot made their first contribution in #377
- @ikem-krueger made their first contribution in #396
- @novitae made their first contribution in #398
- @lexiforest made their first contribution in #405
- @usedev made their first contribution in #413
- @BobbedBob made their first contribution in #480
Full Changelog: v0.7.4...v0.9.0
v0.9.0b2
What's Changed
- Fixed typo by @BobbedBob in #480
- Better typing (response class and issue with
.get
,.post
, ...) by @novitae in #490 - Release 0.9: Add support for firefox impersonation and bring Windows back by @lexiforest in #496
New Contributors
- @BobbedBob made their first contribution in #480
Full Changelog: v0.8.1b9...v0.9.0b2
v0.9.0b1
Do not use this release, not working on 3.12
v0.8.1b9
v0.8.1b8
What's Changed
- refactor: Split WebSocket support into separate sync/async implementations by @dolfies in #449
- Add response attribute to raise_for_status errors
- Do not show warnings by default
- Add support for using Name: None to explictly disable a header item
Full Changelog: v0.8.0b7...v0.8.1b8
v0.7.4
Fixed the url quote error, again.
Full Changelog: v0.7.3...v0.7.4
v0.8.0b7
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
Added Chrome 131 support. Note that Windows packages are missing due to compile time issues.
v0.8.0b5
Note, this release was published on PyPI as v0.8.0b3, as mis-configured.
v0.8.0b2
Add missing dollar signs for github variables and test release