Releases: deedy5/primp
Releases · deedy5/primp
v0.4.6
What's Changed
- CI: build with python3.8
- Benchmark: reduce image size
- CI: bugfix macos pytest by @deedy5 in #14
Full Changelog: v0.4.5...v0.4.6
v0.4.5
v0.4.4
v0.4.3
- Add json param: to send A JSON serializable object in the request body
- request: data parameter improve (send datatypes <HashMap<String, String> and <HashMap<String, Vec>)
- Add request convenience function
- Update impersonate variants: add chrome124
- Make default verify=True
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Remove Rayon, use Tokio global one-thread runtime by @deedy5 in #11
- encoding_rs: remove features = ["simd-accel"]
- CI: use stable rust toolchain
- README: add building info
- benchmark image - generate 3 plots
Full Changelog: v0.4.1...v0.4.2
v0.4.1
v0.4.0
What's Changed
- Client: migrate to async reqwest_impersonate::Client, use rayon ThreadPool and Tokio multi-thread runtime by @deedy5 in #6
- Add the benchmark to CI, save the benchmark results to an image and show in the README by @deedy5 in #7
- Add impersonate parameter to convenience functions
Full Changelog: v0.3.2...v0.4.0
v0.3.2
- Bugfix sending
data=
parameter inpost
,put
,patch
function - Update requirements
- Readme: add
safari17_4_1
impersonate info - update tests
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
- [Bugfix] Remove
trust_dns
(сauses 300 megabytes of memory consumption and 100 percent CPU core utilization during request execution) - Precompiled wheels: build abi3 wheels, which are compatible with multiple versions
- Precompiled wheels: add a build for linux armv7
- Update Readme
Full Changelog: v0.2.3...v0.3.0