Releases: 0x676e67/wreq-python
Releases · 0x676e67/wreq-python
v1.0.0
What's Changed
- build: fix windows aarch64 using
pyo3/generate-import-libby @0x676e67 in #53 - build: Added support for Windows arm64 wheel package by @0x676e67 in #54
- feat: Added max redirects option parameter by @0x676e67 in #55
- perf(http): Optimize the overhead of boundary checks for streaming types by @0x676e67 in #56
- perf(http): Release locks early during stream iteration by @0x676e67 in #57
- build: fix windows using
pyo3/generate-import-libby @0x676e67 in #58 - feat(ws): Ensure websocket connection is released when closed by @0x676e67 in #59
- build(deps): update rquest requirement from 2.1.5 to 2.1.6 by @0x676e67 in #60
- tests: Added alps new endpoint test by @0x676e67 in #61
Full Changelog: v0.6.1...v1.0.0
v0.6.1
v0.6.0
v0.5.1
v0.5.0
What's Changed
- feat: Add base url for client by @0x676e67 in #33
- feat: Add private mode Firefox135 support by @0x676e67 in #34
- chore(error): Improving Rust's borrowed memory management errors by @0x676e67 in #35
- feat(client): Added thread-safe update client by @0x676e67 in #36
- feat(client): Optionally enable asynchronous DNS resolver by @0x676e67 in #37
- feat: Added bridge from Rust to Python logging by @0x676e67 in #38
- feat: Asynchronous DNS is disabled by default in client by @0x676e67 in #39
- perf(client): Reuse default client to improve quick request efficiency by @0x676e67 in #40
Full Changelog: v0.2.6...v0.5.0
v0.2.6
v0.2.5
v0.2.4
v0.2.3
What's Changed
- perf: Initialize and optimize Python module without requiring GIL by @0x676e67 in #20
- perf(resp): Reduce the range of GIL locks by @0x676e67 in #21
- feat(client): Improve impersonate FFI by @0x676e67 in #22
- fix(resp): Fix cookie parser by @0x676e67 in #23
- Add tests by @0x676e67 in #24
- fix: Fix
address/interfacebindings by @0x676e67 in #25 - test: Add decompress tests by @0x676e67 in #26
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- feat(client): Add cookie store option by @0x676e67 in #14
- feat(client): Add redirect option by @0x676e67 in #15
- build: Fix manylinux build by @0x676e67 in #16
- feat(resp): Wrapper easy-to-use
StatusCodeby @0x676e67 in #17 - feat: Shortcut method request support redirect by @0x676e67 in #18
- feat(resp): Expose
Streameras public API by @0x676e67 in #19
Full Changelog: v0.2.0...v0.2.2