Releases · lwthiker/curl-impersonate (original) (raw)
v0.6.1
This release mainly solves various build problems.
Fixes
- Fix Docker build missing websocket support (#220)
- Fix memory leak due curl-impersonate custom args (#221)
- Upgrade BoringSSL version (#217). This solves build issues with new gcc versions.
- Disable extraneous linking in released binaries (#222). This removes some link dependencies for the pre-compiled binaries attached to the release.
v0.6.0
Upstream version: curl 8.1.1
Main features
- Cross-compile armv7l binaries for 32-bit Raspberry Pi's (#167)
- Upgrade baseline curl to 8.1.1, which includes WebSocket support (#160)
Fixes
- Fix build on mac due to bad header priorities (#160)
- Remove --false-start flag, which was not necessary and caused connection errors in some scenarios (686cb75)
- Upgrade nss to 3.92 due to build errors with gcc 13 (#176)
Newly supported browsers
| Browser | Version | Build | OS | Target name |
|---|---|---|---|---|
![]() |
116 | 116.0.5845.180 | Windows 10 | chrome116 |
![]() |
117 | 117.0.1 | Windows 10 | ff117 |
v0.6.0-alpha.1
Fix http/2 setting and stream options for Chrome
v0.5.4
v0.5.3
Upstream version: curl 7.84.0
Newly supported browsers
| Browser | Version | Build | OS | Target name |
|---|---|---|---|---|
![]() |
104 | 104.0.5112.81 | Windows 10 | chrome104 |
v0.5.2
Upstream version: curl 7.84.0
Main features
- Upstream curl version updated to 7.84.0 (#88)
- Docker images based on Debian are pushed to Docker Hub in addition to the Alpine Linux images (#95)
v0.5.1
Upstream version: curl 7.81.0
Main features
- Cross compilation of curl-impersonate to arm64. Pre-compiled binaries are automatically built for each release.
v0.5.0
v0.4.1
Upstream version: curl 7.81.0
Main features
- Binaries for Linux and macOS are now built and uploaded to the GitHub release page automatically.
0.4.0
Upstream version: curl 7.81.0
Main features
- Autotools-style build (
configure && make) in addition to the Docker-based build. - macOS native support.
Bug fixes
- libcurl-impersonate was not decoding encoded responses (gzip, brotli) when impersonating.

