Skip to content

Releases: lexiforest/curl_cffi

v0.9.0

15 Feb 11:48
Compare
Choose a tag to compare

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

Full Changelog: v0.7.4...v0.9.0

v0.9.0b2

05 Feb 09:39
Compare
Choose a tag to compare

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

Full Changelog: v0.8.1b9...v0.9.0b2

v0.9.0b1

05 Feb 08:13
f2c2a0f
Compare
Choose a tag to compare

Do not use this release, not working on 3.12

v0.8.1b9

13 Jan 03:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1b8...v0.8.1b9

v0.8.1b8

30 Dec 08:28
Compare
Choose a tag to compare

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

03 Dec 08:41
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v0.8.0b2 Pre-release
Pre-release
Add missing dollar signs for github variables and test release