Releases: 0x676e67/rquest-deprecated
Releases · 0x676e67/rquest-deprecated
v0.20.1
What's Changed
- fix(tls): Fix setting config TLS version by @0x676e67 in 0x676e67/rquest#97
- deps(system-configuration): v0.6.0 by @0x676e67 in 0x676e67/rquest#98
- deps(winreg): v0.52.0 by @0x676e67 in 0x676e67/rquest#99
- feat(client): Simplify the header configuration process by @0x676e67 in 0x676e67/rquest#100
- revert(client): Remove use of unused TLS Server Name Indication by @0x676e67 in 0x676e67/rquest#101
- refactor(tls): Simplify TLS connector configuration by @0x676e67 in 0x676e67/rquest#103
- feat(extension): Set application protocol (ALPN) for http1 by @0x676e67 in 0x676e67/rquest#104
Full Changelog: 0x676e67/rquest@v0.20.0...v0.20.1
v0.20.0
What's Changed
- fix(proxy): Make HTTP(S)_PROXY variables take precedence over ALL_PROXY by @0x676e67 in 0x676e67/rquest#87
- refactor: change Debug of Error to output url as str by @0x676e67 in 0x676e67/rquest#88
- fix: Fix incorrect Accept-Encoding header combinations in Accepts::as_str by @0x676e67 in 0x676e67/rquest#89
- refactor: blocking feature doesn't need multi-threaded tokio runtime by @0x676e67 in 0x676e67/rquest#90
- refactor(tls): Major module changes by @0x676e67 in 0x676e67/rquest#91
- feat(client): Allow binding interface by @0x676e67 in 0x676e67/rquest#92
- feat(tls): Add zstd support for chrome models and derivatives by @0x676e67 in 0x676e67/rquest#93
- refactor(websocket): Major changes, abstract WebSocket message structure by @0x676e67 in 0x676e67/rquest#94
- refactor: Enabled
accept-encoding
will be determined by thefeature
by @0x676e67 in 0x676e67/rquest#95 - fix(tls): Fix optional config TLS size version by @0x676e67 in 0x676e67/rquest#96
Full Changelog: 0x676e67/rquest@v0.11.103...v0.20.0
v0.11.103
What's Changed
- feat(client): Add custom header order support by @0x676e67 in 0x676e67/rquest#83
- refactor(hickory-dns): async
new_resolver
by @0x676e67 in 0x676e67/rquest#84
Full Changelog: 0x676e67/rquest@v0.11.102...v0.11.103
v0.11.102
What's Changed
- feat(http2): Optimize http2 frame order settings by @0x676e67 in 0x676e67/rquest#80
- docs: Fix docs build by @0x676e67 in 0x676e67/rquest#81
- docs: Update docs by @0x676e67 in 0x676e67/rquest#82
Full Changelog: 0x676e67/rquest@v0.11.99...v0.11.102
v0.11.99
What's Changed
- fix(impersonate): Fix
safari15_3
/safari15_5
http2 fingerprint by @0x676e67 in 0x676e67/rquest#70 - feat(impersonate): Add
Safari17_0
impersonate by @0x676e67 in 0x676e67/rquest#71 - fix(impersonate): Fix safari header order by @0x676e67 in 0x676e67/rquest#72
- feat(websocket): Improve websocket upgrade by @0x676e67 in 0x676e67/rquest#73
- chore: 1.80 as MSRV by @0x676e67 in 0x676e67/rquest#74
- deps(percent-encoding): v2.3 by @0x676e67 in 0x676e67/rquest#75
- deps(boring): v4.x by @0x676e67 in 0x676e67/rquest#76
- cargo clippy --fix by @0x676e67 in 0x676e67/rquest#77
- feat(connector): Using session cache to delay initialization of connector by @0x676e67 in 0x676e67/rquest#78
Full Changelog: 0x676e67/rquest@v0.11.98...v0.11.99
v0.11.98
What's Changed
- feat(impersonate): Add
chrome_127
impersonate by @deedy5 in 0x676e67/rquest#68
Full Changelog: 0x676e67/rquest@v0.11.97...v0.11.98
v0.11.97
What's Changed
- fix(extension): fix configure chrome new curves by @0x676e67 in 0x676e67/rquest#67
Full Changelog: 0x676e67/rquest@v0.11.96...v0.11.97
v0.11.96
What's Changed
- feat(impersonate): Export the Impersonate custom extension configuration by @0x676e67 in 0x676e67/rquest#64
- feat(impersonate): Reuse Safari cipher list in groups by @0x676e67 in 0x676e67/rquest#65
- revert(impersonate): Revert Edge122 configure new curves by @0x676e67 in 0x676e67/rquest#66
Full Changelog: 0x676e67/rquest@v0.11.93...v0.11.96
v0.11.93
What's Changed
- feat(impersonate): Optimize reuse of impersonate configuration by @0x676e67 in 0x676e67/rquest#61
- feat(connect): Reduce unnecessary connection overhead by @0x676e67 in 0x676e67/rquest#62
Full Changelog: 0x676e67/rquest@v0.11.92...v0.11.93
v0.11.92
What's Changed
- style(impersonate): Remove dead code by @0x676e67 in 0x676e67/rquest#51
- feat(connect): Add PSK extension by @0x676e67 in 0x676e67/rquest#52
- chore: 1.70 as MSRV by @0x676e67 in 0x676e67/rquest#53
- refactor: Remove unused crates by @0x676e67 in 0x676e67/rquest#54
- fix(connector): Fix TLS session failure when changing address by @0x676e67 in 0x676e67/rquest#55
- deps(ipnet): v2.9.0 by @0x676e67 in 0x676e67/rquest#56
- deps(mime): v0.3.17 by @0x676e67 in 0x676e67/rquest#57
- deps(url): v2.5 by @0x676e67 in 0x676e67/rquest#58
- feat(impersonate): Add Edge_127 impersonate by @0x676e67 in 0x676e67/rquest#59
Full Changelog: 0x676e67/rquest@v0.11.91...v0.11.92